Shades of Goldenrod #DCD666
Tints of Goldenrod #DCD666
RGB
CMYK
RGB Variations
Color information
#DCD666 (or 0xDCD666) is known color: Goldenrod. HEX triplet: DC, D6 and 66. RGB value is (220,214,102). Sum of RGB (Red+Green+Blue) = 220+214+102=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 102 (40.23% from 255 or 19.03% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD666 is #232999. Grayscale: #CBCBCB. Windows color (decimal): -2304410 or 6739676. OLE color: 6739676.
HSL color Cylindrical-coordinate representation of color #DCD666: hue angle of 56.95º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCD666 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 102 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.14 |
| HSL | 56.95º | 0.63% | 0.63% | - |
| HSV(B) | 56.95º | 0.54% | 0.86% | - |
| XYZ | 55.96 | 64.27 | 22.03 | - |
| YUV | 203.03 | 70.99 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 102 | 0 | 0.03 | 0.54 | 0.14 | 56.95 | 0.63 | 0.63 |
| Hex | DC | D6 | 66 | 0 | 3 | 36 | E | 39 | 3F | 3F |
| Octal | 334 | 326 | 146 | 0 | 3 | 66 | 16 | 71 | 77 | 77 |
| Binary | 11011100 | 11010110 | 1100110 | 0 | 11 | 110110 | 1110 | 111001 | 111111 | 111111 |
Color Harmonies of #DCD666
Complementary color
Monochromatic Colors of #DCD666
Black with #DCD666
Text Example
Text Example
White with #DCD666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD666; }
p { color: rgb(220,214,102); }
H1.HeaderClassName
{
color: #DCD666;
}
.AnyTagClassName
{
color: #DCD666;
}
</style>
background-color css
<style>
a { background-color: #DCD666; }
a { background-color: rgb(220,214,102); }
div.DivClassName
{
background-color: #DCD666;
}
.BgClassName
{
background-color: #DCD666;
}
</style>
border-color css
<style>
span { border-color: #DCD666; }
span { border-color: rgb(220,214,102); }
td.TdClassName
{
border-color: #DCD666;
}
.TagClassName
{
border-color: #DCD666;
}
</style>