Shades of Goldenrod #DEE372
Tints of Goldenrod #DEE372
RGB
CMYK
RGB Variations
Color information
#DEE372 (or 0xDEE372) is known color: Goldenrod. HEX triplet: DE, E3 and 72. RGB value is (222,227,114). Sum of RGB (Red+Green+Blue) = 222+227+114=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 227 (89.06% from 255 or 40.32% from 563); Blue value is 114 (44.92% from 255 or 20.25% from 563); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE372 is #211C8D. Grayscale: #D5D5D5. Windows color (decimal): -2169998 or 7529438. OLE color: 7529438.
HSL color Cylindrical-coordinate representation of color #DEE372: hue angle of 62.65º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEE372 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 114 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.11 |
| HSL | 62.65º | 0.67% | 0.67% | - |
| HSV(B) | 62.65º | 0.5% | 0.89% | - |
| XYZ | 60.63 | 71.68 | 26.56 | - |
| YUV | 212.62 | 72.34 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 114 | 0.02 | 0 | 0.50 | 0.11 | 62.65 | 0.67 | 0.67 |
| Hex | DE | E3 | 72 | 2 | 0 | 32 | B | 3F | 43 | 43 |
| Octal | 336 | 343 | 162 | 2 | 0 | 62 | 13 | 77 | 103 | 103 |
| Binary | 11011110 | 11100011 | 1110010 | 10 | 0 | 110010 | 1011 | 111111 | 1000011 | 1000011 |
Color Harmonies of #DEE372
Complementary color
Monochromatic Colors of #DEE372
Black with #DEE372
Text Example
Text Example
White with #DEE372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE372; }
p { color: rgb(222,227,114); }
H1.HeaderClassName
{
color: #DEE372;
}
.AnyTagClassName
{
color: #DEE372;
}
</style>
background-color css
<style>
a { background-color: #DEE372; }
a { background-color: rgb(222,227,114); }
div.DivClassName
{
background-color: #DEE372;
}
.BgClassName
{
background-color: #DEE372;
}
</style>
border-color css
<style>
span { border-color: #DEE372; }
span { border-color: rgb(222,227,114); }
td.TdClassName
{
border-color: #DEE372;
}
.TagClassName
{
border-color: #DEE372;
}
</style>