Shades of Goldenrod #DEE371
Tints of Goldenrod #DEE371
RGB
CMYK
RGB Variations
Color information
#DEE371 (or 0xDEE371) is known color: Goldenrod. HEX triplet: DE, E3 and 71. RGB value is (222,227,113). Sum of RGB (Red+Green+Blue) = 222+227+113=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 227 (89.06% from 255 or 40.39% from 562); Blue value is 113 (44.53% from 255 or 20.11% from 562); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE371 is #211C8E. Grayscale: #D4D4D4. Windows color (decimal): -2169999 or 7463902. OLE color: 7463902.
HSL color Cylindrical-coordinate representation of color #DEE371: hue angle of 62.63º 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 #DEE371 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 113 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.11 |
| HSL | 62.63º | 0.67% | 0.67% | - |
| HSV(B) | 62.63º | 0.5% | 0.89% | - |
| XYZ | 60.57 | 71.66 | 26.26 | - |
| YUV | 212.51 | 71.84 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 113 | 0.02 | 0 | 0.50 | 0.11 | 62.63 | 0.67 | 0.67 |
| Hex | DE | E3 | 71 | 2 | 0 | 32 | B | 3F | 43 | 43 |
| Octal | 336 | 343 | 161 | 2 | 0 | 62 | 13 | 77 | 103 | 103 |
| Binary | 11011110 | 11100011 | 1110001 | 10 | 0 | 110010 | 1011 | 111111 | 1000011 | 1000011 |
Color Harmonies of #DEE371
Complementary color
Monochromatic Colors of #DEE371
Black with #DEE371
Text Example
Text Example
White with #DEE371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE371; }
p { color: rgb(222,227,113); }
H1.HeaderClassName
{
color: #DEE371;
}
.AnyTagClassName
{
color: #DEE371;
}
</style>
background-color css
<style>
a { background-color: #DEE371; }
a { background-color: rgb(222,227,113); }
div.DivClassName
{
background-color: #DEE371;
}
.BgClassName
{
background-color: #DEE371;
}
</style>
border-color css
<style>
span { border-color: #DEE371; }
span { border-color: rgb(222,227,113); }
td.TdClassName
{
border-color: #DEE371;
}
.TagClassName
{
border-color: #DEE371;
}
</style>