Shades of Goldenrod #DCD66D
Tints of Goldenrod #DCD66D
RGB
CMYK
RGB Variations
Color information
#DCD66D (or 0xDCD66D) is known color: Goldenrod. HEX triplet: DC, D6 and 6D. RGB value is (220,214,109). Sum of RGB (Red+Green+Blue) = 220+214+109=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 109 (42.97% from 255 or 20.07% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD66D is #232992. Grayscale: #CCCCCC. Windows color (decimal): -2304403 or 7198428. OLE color: 7198428.
HSL color Cylindrical-coordinate representation of color #DCD66D: hue angle of 56.76º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCD66D is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 109 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.14 |
| HSL | 56.76º | 0.61% | 0.65% | - |
| HSV(B) | 56.76º | 0.5% | 0.86% | - |
| XYZ | 56.32 | 64.41 | 23.93 | - |
| YUV | 203.82 | 74.49 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 109 | 0 | 0.03 | 0.50 | 0.14 | 56.76 | 0.61 | 0.65 |
| Hex | DC | D6 | 6D | 0 | 3 | 32 | E | 39 | 3D | 41 |
| Octal | 334 | 326 | 155 | 0 | 3 | 62 | 16 | 71 | 75 | 101 |
| Binary | 11011100 | 11010110 | 1101101 | 0 | 11 | 110010 | 1110 | 111001 | 111101 | 1000001 |
Color Harmonies of #DCD66D
Complementary color
Monochromatic Colors of #DCD66D
Black with #DCD66D
Text Example
Text Example
White with #DCD66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD66D; }
p { color: rgb(220,214,109); }
H1.HeaderClassName
{
color: #DCD66D;
}
.AnyTagClassName
{
color: #DCD66D;
}
</style>
background-color css
<style>
a { background-color: #DCD66D; }
a { background-color: rgb(220,214,109); }
div.DivClassName
{
background-color: #DCD66D;
}
.BgClassName
{
background-color: #DCD66D;
}
</style>
border-color css
<style>
span { border-color: #DCD66D; }
span { border-color: rgb(220,214,109); }
td.TdClassName
{
border-color: #DCD66D;
}
.TagClassName
{
border-color: #DCD66D;
}
</style>