Shades of Goldenrod #DED977
Tints of Goldenrod #DED977
RGB
CMYK
RGB Variations
Color information
#DED977 (or 0xDED977) is known color: Goldenrod. HEX triplet: DE, D9 and 77. RGB value is (222,217,119). Sum of RGB (Red+Green+Blue) = 222+217+119=558 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.78% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 119 (46.88% from 255 or 21.33% from 558); Max value from RGB is 222 - color contains mainly: red. Hex color #DED977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED977 is #212688. Grayscale: #CFCFCF. Windows color (decimal): -2172553 or 7854558. OLE color: 7854558.
HSL color Cylindrical-coordinate representation of color #DED977: hue angle of 57.09º 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 #DED977 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 119 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.13 |
| HSL | 57.09º | 0.61% | 0.67% | - |
| HSV(B) | 57.09º | 0.46% | 0.87% | - |
| XYZ | 58.27 | 66.49 | 27.22 | - |
| YUV | 207.32 | 78.16 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 119 | 0 | 0.02 | 0.46 | 0.13 | 57.09 | 0.61 | 0.67 |
| Hex | DE | D9 | 77 | 0 | 2 | 2E | D | 39 | 3D | 43 |
| Octal | 336 | 331 | 167 | 0 | 2 | 56 | 15 | 71 | 75 | 103 |
| Binary | 11011110 | 11011001 | 1110111 | 0 | 10 | 101110 | 1101 | 111001 | 111101 | 1000011 |
Color Harmonies of #DED977
Complementary color
Monochromatic Colors of #DED977
Black with #DED977
Text Example
Text Example
White with #DED977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED977; }
p { color: rgb(222,217,119); }
H1.HeaderClassName
{
color: #DED977;
}
.AnyTagClassName
{
color: #DED977;
}
</style>
background-color css
<style>
a { background-color: #DED977; }
a { background-color: rgb(222,217,119); }
div.DivClassName
{
background-color: #DED977;
}
.BgClassName
{
background-color: #DED977;
}
</style>
border-color css
<style>
span { border-color: #DED977; }
span { border-color: rgb(222,217,119); }
td.TdClassName
{
border-color: #DED977;
}
.TagClassName
{
border-color: #DED977;
}
</style>