Shades of Goldenrod #DCD976
Tints of Goldenrod #DCD976
RGB
CMYK
RGB Variations
Color information
#DCD976 (or 0xDCD976) is known color: Goldenrod. HEX triplet: DC, D9 and 76. RGB value is (220,217,118). Sum of RGB (Red+Green+Blue) = 220+217+118=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 118 (46.48% from 255 or 21.26% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD976 is #232689. Grayscale: #CFCFCF. Windows color (decimal): -2303626 or 7789020. OLE color: 7789020.
HSL color Cylindrical-coordinate representation of color #DCD976: hue angle of 58.24º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCD976 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 118 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.14 |
| HSL | 58.24º | 0.59% | 0.66% | - |
| HSV(B) | 58.24º | 0.46% | 0.86% | - |
| XYZ | 57.6 | 66.15 | 26.87 | - |
| YUV | 206.61 | 77.99 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 118 | 0 | 0.01 | 0.46 | 0.14 | 58.24 | 0.59 | 0.66 |
| Hex | DC | D9 | 76 | 0 | 1 | 2E | E | 3A | 3B | 42 |
| Octal | 334 | 331 | 166 | 0 | 1 | 56 | 16 | 72 | 73 | 102 |
| Binary | 11011100 | 11011001 | 1110110 | 0 | 1 | 101110 | 1110 | 111010 | 111011 | 1000010 |
Color Harmonies of #DCD976
Complementary color
Monochromatic Colors of #DCD976
Black with #DCD976
Text Example
Text Example
White with #DCD976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD976; }
p { color: rgb(220,217,118); }
H1.HeaderClassName
{
color: #DCD976;
}
.AnyTagClassName
{
color: #DCD976;
}
</style>
background-color css
<style>
a { background-color: #DCD976; }
a { background-color: rgb(220,217,118); }
div.DivClassName
{
background-color: #DCD976;
}
.BgClassName
{
background-color: #DCD976;
}
</style>
border-color css
<style>
span { border-color: #DCD976; }
span { border-color: rgb(220,217,118); }
td.TdClassName
{
border-color: #DCD976;
}
.TagClassName
{
border-color: #DCD976;
}
</style>