Shades of Goldenrod #DED978
Tints of Goldenrod #DED978
RGB
CMYK
RGB Variations
Color information
#DED978 (or 0xDED978) is known color: Goldenrod. HEX triplet: DE, D9 and 78. RGB value is (222,217,120). Sum of RGB (Red+Green+Blue) = 222+217+120=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 120 (47.27% from 255 or 21.47% from 559); Max value from RGB is 222 - color contains mainly: red. Hex color #DED978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED978 is #212687. Grayscale: #CFCFCF. Windows color (decimal): -2172552 or 7920094. OLE color: 7920094.
HSL color Cylindrical-coordinate representation of color #DED978: hue angle of 57.06º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DED978 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 120 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.13 |
| HSL | 57.06º | 0.61% | 0.67% | - |
| HSV(B) | 57.06º | 0.46% | 0.87% | - |
| XYZ | 58.33 | 66.51 | 27.53 | - |
| YUV | 207.44 | 78.66 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 120 | 0 | 0.02 | 0.46 | 0.13 | 57.06 | 0.61 | 0.67 |
| Hex | DE | D9 | 78 | 0 | 2 | 2E | D | 39 | 3D | 43 |
| Octal | 336 | 331 | 170 | 0 | 2 | 56 | 15 | 71 | 75 | 103 |
| Binary | 11011110 | 11011001 | 1111000 | 0 | 10 | 101110 | 1101 | 111001 | 111101 | 1000011 |
Color Harmonies of #DED978
Complementary color
Monochromatic Colors of #DED978
Black with #DED978
Text Example
Text Example
White with #DED978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED978; }
p { color: rgb(222,217,120); }
H1.HeaderClassName
{
color: #DED978;
}
.AnyTagClassName
{
color: #DED978;
}
</style>
background-color css
<style>
a { background-color: #DED978; }
a { background-color: rgb(222,217,120); }
div.DivClassName
{
background-color: #DED978;
}
.BgClassName
{
background-color: #DED978;
}
</style>
border-color css
<style>
span { border-color: #DED978; }
span { border-color: rgb(222,217,120); }
td.TdClassName
{
border-color: #DED978;
}
.TagClassName
{
border-color: #DED978;
}
</style>