rgb(213, 220, 108)
- In a RGB color space, hex #d5dc6c color is composed of 84% red, 86% green, and 42% blue.
- In a CMYK color space, it is consist of 3% cyan, 0% magenta, 51% yellow and 14% black.
- In web design, the web safe color for #d5dc6c is #CCCC66. The complementary color of #d5dc6c is #736bdb.
#d5dc6c Color Conversion
Hex Color #d5dc6c RGB value, CMYK value, HSL value, HSV value...
Color Schemes with #d5dc6c
-
#d5dc6c
#d5dc6c
-
#736bdb
#736bdb
-
#eaeeb6
#eaeeb6
-
#bab6ed
#bab6ed
-
#9fa551
#9fa551
-
#5650a4
#5650a4
-
#afb288
#afb288
-
#8b88b1
#8b88b1
Two colors (#d5dc6c,#736bdb) that are on opposite sides of the color wheel. This combination provides a high contrast and high impact color combination – together, these colors will appear brighter and more prominent.
In Grayscale mode, there are only gray tones, which include 256 different shades of gray ranging from black to white. In a grayscale file, the color saturation of the image is 0, and brightness is the only option that can affect the grayscale image.
Three colors that are evenly spaced on the color wheel. This provides a high contrast color scheme, but less so than the complementary color combination — making it more versatile. This combination creates bold, vibrant color palettes.
Three colors that are side by side on the color wheel. This color combination is versatile, but can be overwhelming. To balance an analogous color scheme, choose one dominant color, and use the others as accents.
-
#d5dc6c
#d5dc6c
-
#eaeeb6
#eaeeb6
-
#6a6e36
#6a6e36
-
#f4f6da
#f4f6da
-
#9fa551
#9fa551
-
#afb288
#afb288
-
#4f5228
#4f5228
-
#b7b8a3
#b7b8a3
Three shades, tones and tints of one base color. Provides a subtle and conservative color combination. This is a versatile color combination that is easy to apply to design projects for a harmonious look.
Shades and Tints of #d5dc6c
-
#d5dc6c
#d5dc6c
-
#C0C661
#C0C661
-
#AAB056
#AAB056
-
#959A4C
#959A4C
-
#808441
#808441
-
#6B6E36
#6B6E36
-
#55582B
#55582B
-
#404220
#404220
-
#2B2C16
#2B2C16
-
#15160B
#15160B
-
#000000
#000000
A shade is created by adding black to a base hue, darkening the color. This creates a deeper, richer color. Shades can be quite dramatic and can be overpowering.
-
#d5dc6c
#d5dc6c
-
#D9E07B
#D9E07B
-
#DDE389
#DDE389
-
#E2E798
#E2E798
-
#E6EAA7
#E6EAA7
-
#EAEEB6
#EAEEB6
-
#EEF1C4
#EEF1C4
-
#F2F5D3
#F2F5D3
-
#F7F8E2
#F7F8E2
-
#FBFCF0
#FBFCF0
-
#FEFEFB
#FEFEFB
A tint is created by adding white to a base hue, lightening the color. This can make a color less intense, and is useful when balancing more vivid color combinations.
Random Colors
HTML Code & CSS
#d5dc6c Color Preview on Black Background
#d5dc6c Color Preview on White Background
<span style="color:#d5dc6c;">Text here</span>
#d5dc6c Background Color
#d5dc6c Background Color
<p style="background-color:#d5dc6c;">Text here</p>
#d5dc6c Border Color
<div style="border:1px solid #d5dc6c;">Text here</div>
<style>.text {color:#d5dc6c;}
.background {background-color:#d5dc6c;}
.border {border:1px solid #d5dc6c;}</style>