Shades of Goldenrod #DED972
Tints of Goldenrod #DED972
RGB
CMYK
RGB Variations
Color information
#DED972 (or 0xDED972) is known color: Goldenrod. HEX triplet: DE, D9 and 72. RGB value is (222,217,114). Sum of RGB (Red+Green+Blue) = 222+217+114=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 114 (44.92% from 255 or 20.61% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DED972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED972 is #21268D. Grayscale: #CFCFCF. Windows color (decimal): -2172558 or 7526878. OLE color: 7526878.
HSL color Cylindrical-coordinate representation of color #DED972: hue angle of 57.22º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DED972 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 114 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.13 |
| HSL | 57.22º | 0.62% | 0.66% | - |
| HSV(B) | 57.22º | 0.49% | 0.87% | - |
| XYZ | 57.97 | 66.37 | 25.67 | - |
| YUV | 206.75 | 75.66 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 114 | 0 | 0.02 | 0.49 | 0.13 | 57.22 | 0.62 | 0.66 |
| Hex | DE | D9 | 72 | 0 | 2 | 31 | D | 39 | 3E | 42 |
| Octal | 336 | 331 | 162 | 0 | 2 | 61 | 15 | 71 | 76 | 102 |
| Binary | 11011110 | 11011001 | 1110010 | 0 | 10 | 110001 | 1101 | 111001 | 111110 | 1000010 |
Color Harmonies of #DED972
Complementary color
Monochromatic Colors of #DED972
Black with #DED972
Text Example
Text Example
White with #DED972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED972; }
p { color: rgb(222,217,114); }
H1.HeaderClassName
{
color: #DED972;
}
.AnyTagClassName
{
color: #DED972;
}
</style>
background-color css
<style>
a { background-color: #DED972; }
a { background-color: rgb(222,217,114); }
div.DivClassName
{
background-color: #DED972;
}
.BgClassName
{
background-color: #DED972;
}
</style>
border-color css
<style>
span { border-color: #DED972; }
span { border-color: rgb(222,217,114); }
td.TdClassName
{
border-color: #DED972;
}
.TagClassName
{
border-color: #DED972;
}
</style>