Shades of Goldenrod #DCD972
Tints of Goldenrod #DCD972
RGB
CMYK
RGB Variations
Color information
#DCD972 (or 0xDCD972) is known color: Goldenrod. HEX triplet: DC, D9 and 72. RGB value is (220,217,114). Sum of RGB (Red+Green+Blue) = 220+217+114=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 114 (44.92% from 255 or 20.69% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD972 is #23268D. Grayscale: #CECECE. Windows color (decimal): -2303630 or 7526876. OLE color: 7526876.
HSL color Cylindrical-coordinate representation of color #DCD972: hue angle of 58.3º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCD972 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 114 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.14 |
| HSL | 58.3º | 0.6% | 0.65% | - |
| HSV(B) | 58.3º | 0.48% | 0.86% | - |
| XYZ | 57.37 | 66.06 | 25.65 | - |
| YUV | 206.16 | 75.99 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 114 | 0 | 0.01 | 0.48 | 0.14 | 58.3 | 0.6 | 0.65 |
| Hex | DC | D9 | 72 | 0 | 1 | 30 | E | 3A | 3C | 41 |
| Octal | 334 | 331 | 162 | 0 | 1 | 60 | 16 | 72 | 74 | 101 |
| Binary | 11011100 | 11011001 | 1110010 | 0 | 1 | 110000 | 1110 | 111010 | 111100 | 1000001 |
Color Harmonies of #DCD972
Complementary color
Monochromatic Colors of #DCD972
Black with #DCD972
Text Example
Text Example
White with #DCD972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD972; }
p { color: rgb(220,217,114); }
H1.HeaderClassName
{
color: #DCD972;
}
.AnyTagClassName
{
color: #DCD972;
}
</style>
background-color css
<style>
a { background-color: #DCD972; }
a { background-color: rgb(220,217,114); }
div.DivClassName
{
background-color: #DCD972;
}
.BgClassName
{
background-color: #DCD972;
}
</style>
border-color css
<style>
span { border-color: #DCD972; }
span { border-color: rgb(220,217,114); }
td.TdClassName
{
border-color: #DCD972;
}
.TagClassName
{
border-color: #DCD972;
}
</style>