Shades of Goldenrod #DEE376
Tints of Goldenrod #DEE376
RGB
CMYK
RGB Variations
Color information
#DEE376 (or 0xDEE376) is known color: Goldenrod. HEX triplet: DE, E3 and 76. RGB value is (222,227,118). Sum of RGB (Red+Green+Blue) = 222+227+118=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 227 (89.06% from 255 or 40.04% from 567); Blue value is 118 (46.48% from 255 or 20.81% from 567); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE376 is #211C89. Grayscale: #D5D5D5. Windows color (decimal): -2169994 or 7791582. OLE color: 7791582.
HSL color Cylindrical-coordinate representation of color #DEE376: hue angle of 62.75º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DEE376 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 118 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.11 |
| HSL | 62.75º | 0.66% | 0.68% | - |
| HSV(B) | 62.75º | 0.48% | 0.89% | - |
| XYZ | 60.86 | 71.78 | 27.79 | - |
| YUV | 213.08 | 74.34 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 118 | 0.02 | 0 | 0.48 | 0.11 | 62.75 | 0.66 | 0.68 |
| Hex | DE | E3 | 76 | 2 | 0 | 30 | B | 3F | 42 | 44 |
| Octal | 336 | 343 | 166 | 2 | 0 | 60 | 13 | 77 | 102 | 104 |
| Binary | 11011110 | 11100011 | 1110110 | 10 | 0 | 110000 | 1011 | 111111 | 1000010 | 1000100 |
Color Harmonies of #DEE376
Complementary color
Monochromatic Colors of #DEE376
Black with #DEE376
Text Example
Text Example
White with #DEE376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE376; }
p { color: rgb(222,227,118); }
H1.HeaderClassName
{
color: #DEE376;
}
.AnyTagClassName
{
color: #DEE376;
}
</style>
background-color css
<style>
a { background-color: #DEE376; }
a { background-color: rgb(222,227,118); }
div.DivClassName
{
background-color: #DEE376;
}
.BgClassName
{
background-color: #DEE376;
}
</style>
border-color css
<style>
span { border-color: #DEE376; }
span { border-color: rgb(222,227,118); }
td.TdClassName
{
border-color: #DEE376;
}
.TagClassName
{
border-color: #DEE376;
}
</style>