Shades of Goldenrod #DCD166
Tints of Goldenrod #DCD166
RGB
CMYK
RGB Variations
Color information
#DCD166 (or 0xDCD166) is known color: Goldenrod. HEX triplet: DC, D1 and 66. RGB value is (220,209,102). Sum of RGB (Red+Green+Blue) = 220+209+102=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 102 (40.23% from 255 or 19.21% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD166 is #232E99. Grayscale: #C8C8C8. Windows color (decimal): -2305690 or 6738396. OLE color: 6738396.
HSL color Cylindrical-coordinate representation of color #DCD166: hue angle of 54.41º 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 #DCD166 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 102 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.14 |
| HSL | 54.41º | 0.63% | 0.63% | - |
| HSV(B) | 54.41º | 0.54% | 0.86% | - |
| XYZ | 54.71 | 61.78 | 21.61 | - |
| YUV | 200.09 | 72.64 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 102 | 0 | 0.05 | 0.54 | 0.14 | 54.41 | 0.63 | 0.63 |
| Hex | DC | D1 | 66 | 0 | 5 | 36 | E | 36 | 3F | 3F |
| Octal | 334 | 321 | 146 | 0 | 5 | 66 | 16 | 66 | 77 | 77 |
| Binary | 11011100 | 11010001 | 1100110 | 0 | 101 | 110110 | 1110 | 110110 | 111111 | 111111 |
Color Harmonies of #DCD166
Complementary color
Monochromatic Colors of #DCD166
Black with #DCD166
Text Example
Text Example
White with #DCD166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD166; }
p { color: rgb(220,209,102); }
H1.HeaderClassName
{
color: #DCD166;
}
.AnyTagClassName
{
color: #DCD166;
}
</style>
background-color css
<style>
a { background-color: #DCD166; }
a { background-color: rgb(220,209,102); }
div.DivClassName
{
background-color: #DCD166;
}
.BgClassName
{
background-color: #DCD166;
}
</style>
border-color css
<style>
span { border-color: #DCD166; }
span { border-color: rgb(220,209,102); }
td.TdClassName
{
border-color: #DCD166;
}
.TagClassName
{
border-color: #DCD166;
}
</style>