Shades of Goldenrod #DEE37A
Tints of Goldenrod #DEE37A
RGB
CMYK
RGB Variations
Color information
#DEE37A (or 0xDEE37A) is known color: Goldenrod. HEX triplet: DE, E3 and 7A. RGB value is (222,227,122). Sum of RGB (Red+Green+Blue) = 222+227+122=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 227 (89.06% from 255 or 39.75% from 571); Blue value is 122 (48.05% from 255 or 21.37% from 571); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE37A is #211C85. Grayscale: #D5D5D5. Windows color (decimal): -2169990 or 8053726. OLE color: 8053726.
HSL color Cylindrical-coordinate representation of color #DEE37A: hue angle of 62.86º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DEE37A is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 122 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.11 |
| HSL | 62.86º | 0.65% | 0.68% | - |
| HSV(B) | 62.86º | 0.46% | 0.89% | - |
| XYZ | 61.11 | 71.87 | 29.06 | - |
| YUV | 213.54 | 76.34 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 122 | 0.02 | 0 | 0.46 | 0.11 | 62.86 | 0.65 | 0.68 |
| Hex | DE | E3 | 7A | 2 | 0 | 2E | B | 3F | 41 | 44 |
| Octal | 336 | 343 | 172 | 2 | 0 | 56 | 13 | 77 | 101 | 104 |
| Binary | 11011110 | 11100011 | 1111010 | 10 | 0 | 101110 | 1011 | 111111 | 1000001 | 1000100 |
Color Harmonies of #DEE37A
Complementary color
Monochromatic Colors of #DEE37A
Black with #DEE37A
Text Example
Text Example
White with #DEE37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE37A; }
p { color: rgb(222,227,122); }
H1.HeaderClassName
{
color: #DEE37A;
}
.AnyTagClassName
{
color: #DEE37A;
}
</style>
background-color css
<style>
a { background-color: #DEE37A; }
a { background-color: rgb(222,227,122); }
div.DivClassName
{
background-color: #DEE37A;
}
.BgClassName
{
background-color: #DEE37A;
}
</style>
border-color css
<style>
span { border-color: #DEE37A; }
span { border-color: rgb(222,227,122); }
td.TdClassName
{
border-color: #DEE37A;
}
.TagClassName
{
border-color: #DEE37A;
}
</style>