Shades of Goldenrod #DED76E
Tints of Goldenrod #DED76E
RGB
CMYK
RGB Variations
Color information
#DED76E (or 0xDED76E) is known color: Goldenrod. HEX triplet: DE, D7 and 6E. RGB value is (222,215,110). Sum of RGB (Red+Green+Blue) = 222+215+110=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 215 (84.38% from 255 or 39.31% from 547); Blue value is 110 (43.36% from 255 or 20.11% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DED76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED76E is #212891. Grayscale: #CDCDCD. Windows color (decimal): -2173074 or 7264222. OLE color: 7264222.
HSL color Cylindrical-coordinate representation of color #DED76E: hue angle of 56.25º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DED76E is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 110 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.13 |
| HSL | 56.25º | 0.63% | 0.65% | - |
| HSV(B) | 56.25º | 0.5% | 0.87% | - |
| XYZ | 57.24 | 65.26 | 24.33 | - |
| YUV | 205.12 | 74.32 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 110 | 0 | 0.03 | 0.50 | 0.13 | 56.25 | 0.63 | 0.65 |
| Hex | DE | D7 | 6E | 0 | 3 | 32 | D | 38 | 3F | 41 |
| Octal | 336 | 327 | 156 | 0 | 3 | 62 | 15 | 70 | 77 | 101 |
| Binary | 11011110 | 11010111 | 1101110 | 0 | 11 | 110010 | 1101 | 111000 | 111111 | 1000001 |
Color Harmonies of #DED76E
Complementary color
Monochromatic Colors of #DED76E
Black with #DED76E
Text Example
Text Example
White with #DED76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED76E; }
p { color: rgb(222,215,110); }
H1.HeaderClassName
{
color: #DED76E;
}
.AnyTagClassName
{
color: #DED76E;
}
</style>
background-color css
<style>
a { background-color: #DED76E; }
a { background-color: rgb(222,215,110); }
div.DivClassName
{
background-color: #DED76E;
}
.BgClassName
{
background-color: #DED76E;
}
</style>
border-color css
<style>
span { border-color: #DED76E; }
span { border-color: rgb(222,215,110); }
td.TdClassName
{
border-color: #DED76E;
}
.TagClassName
{
border-color: #DED76E;
}
</style>