Shades of Goldenrod #DED976
Tints of Goldenrod #DED976
RGB
CMYK
RGB Variations
Color information
#DED976 (or 0xDED976) is known color: Goldenrod. HEX triplet: DE, D9 and 76. RGB value is (222,217,118). Sum of RGB (Red+Green+Blue) = 222+217+118=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 217 (85.16% from 255 or 38.96% from 557); Blue value is 118 (46.48% from 255 or 21.18% from 557); Max value from RGB is 222 - color contains mainly: red. Hex color #DED976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED976 is #212689. Grayscale: #CFCFCF. Windows color (decimal): -2172554 or 7789022. OLE color: 7789022.
HSL color Cylindrical-coordinate representation of color #DED976: hue angle of 57.12º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DED976 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 118 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.13 |
| HSL | 57.12º | 0.61% | 0.67% | - |
| HSV(B) | 57.12º | 0.47% | 0.87% | - |
| XYZ | 58.21 | 66.46 | 26.9 | - |
| YUV | 207.21 | 77.66 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 118 | 0 | 0.02 | 0.47 | 0.13 | 57.12 | 0.61 | 0.67 |
| Hex | DE | D9 | 76 | 0 | 2 | 2F | D | 39 | 3D | 43 |
| Octal | 336 | 331 | 166 | 0 | 2 | 57 | 15 | 71 | 75 | 103 |
| Binary | 11011110 | 11011001 | 1110110 | 0 | 10 | 101111 | 1101 | 111001 | 111101 | 1000011 |
Color Harmonies of #DED976
Complementary color
Monochromatic Colors of #DED976
Black with #DED976
Text Example
Text Example
White with #DED976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED976; }
p { color: rgb(222,217,118); }
H1.HeaderClassName
{
color: #DED976;
}
.AnyTagClassName
{
color: #DED976;
}
</style>
background-color css
<style>
a { background-color: #DED976; }
a { background-color: rgb(222,217,118); }
div.DivClassName
{
background-color: #DED976;
}
.BgClassName
{
background-color: #DED976;
}
</style>
border-color css
<style>
span { border-color: #DED976; }
span { border-color: rgb(222,217,118); }
td.TdClassName
{
border-color: #DED976;
}
.TagClassName
{
border-color: #DED976;
}
</style>