Shades of Goldenrod #DCD966
Tints of Goldenrod #DCD966
RGB
CMYK
RGB Variations
Color information
#DCD966 (or 0xDCD966) is known color: Goldenrod. HEX triplet: DC, D9 and 66. RGB value is (220,217,102). Sum of RGB (Red+Green+Blue) = 220+217+102=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 102 (40.23% from 255 or 18.92% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD966 is #232699. Grayscale: #CDCDCD. Windows color (decimal): -2303642 or 6740444. OLE color: 6740444.
HSL color Cylindrical-coordinate representation of color #DCD966: hue angle of 58.47º 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 #DCD966 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 102 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.14 |
| HSL | 58.47º | 0.63% | 0.63% | - |
| HSV(B) | 58.47º | 0.54% | 0.86% | - |
| XYZ | 56.73 | 65.8 | 22.28 | - |
| YUV | 204.79 | 69.99 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 102 | 0 | 0.01 | 0.54 | 0.14 | 58.47 | 0.63 | 0.63 |
| Hex | DC | D9 | 66 | 0 | 1 | 36 | E | 3A | 3F | 3F |
| Octal | 334 | 331 | 146 | 0 | 1 | 66 | 16 | 72 | 77 | 77 |
| Binary | 11011100 | 11011001 | 1100110 | 0 | 1 | 110110 | 1110 | 111010 | 111111 | 111111 |
Color Harmonies of #DCD966
Complementary color
Monochromatic Colors of #DCD966
Black with #DCD966
Text Example
Text Example
White with #DCD966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD966; }
p { color: rgb(220,217,102); }
H1.HeaderClassName
{
color: #DCD966;
}
.AnyTagClassName
{
color: #DCD966;
}
</style>
background-color css
<style>
a { background-color: #DCD966; }
a { background-color: rgb(220,217,102); }
div.DivClassName
{
background-color: #DCD966;
}
.BgClassName
{
background-color: #DCD966;
}
</style>
border-color css
<style>
span { border-color: #DCD966; }
span { border-color: rgb(220,217,102); }
td.TdClassName
{
border-color: #DCD966;
}
.TagClassName
{
border-color: #DCD966;
}
</style>