Shades of Goldenrod #DED974
Tints of Goldenrod #DED974
RGB
CMYK
RGB Variations
Color information
#DED974 (or 0xDED974) is known color: Goldenrod. HEX triplet: DE, D9 and 74. RGB value is (222,217,116). Sum of RGB (Red+Green+Blue) = 222+217+116=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 116 (45.70% from 255 or 20.90% from 555); Max value from RGB is 222 - color contains mainly: red. Hex color #DED974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED974 is #21268B. Grayscale: #CFCFCF. Windows color (decimal): -2172556 or 7657950. OLE color: 7657950.
HSL color Cylindrical-coordinate representation of color #DED974: hue angle of 57.17º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DED974 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 116 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.13 |
| HSL | 57.17º | 0.62% | 0.66% | - |
| HSV(B) | 57.17º | 0.48% | 0.87% | - |
| XYZ | 58.09 | 66.42 | 26.28 | - |
| YUV | 206.98 | 76.66 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 116 | 0 | 0.02 | 0.48 | 0.13 | 57.17 | 0.62 | 0.66 |
| Hex | DE | D9 | 74 | 0 | 2 | 30 | D | 39 | 3E | 42 |
| Octal | 336 | 331 | 164 | 0 | 2 | 60 | 15 | 71 | 76 | 102 |
| Binary | 11011110 | 11011001 | 1110100 | 0 | 10 | 110000 | 1101 | 111001 | 111110 | 1000010 |
Color Harmonies of #DED974
Complementary color
Monochromatic Colors of #DED974
Black with #DED974
Text Example
Text Example
White with #DED974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED974; }
p { color: rgb(222,217,116); }
H1.HeaderClassName
{
color: #DED974;
}
.AnyTagClassName
{
color: #DED974;
}
</style>
background-color css
<style>
a { background-color: #DED974; }
a { background-color: rgb(222,217,116); }
div.DivClassName
{
background-color: #DED974;
}
.BgClassName
{
background-color: #DED974;
}
</style>
border-color css
<style>
span { border-color: #DED974; }
span { border-color: rgb(222,217,116); }
td.TdClassName
{
border-color: #DED974;
}
.TagClassName
{
border-color: #DED974;
}
</style>