Shades of Goldenrod #DEE377
Tints of Goldenrod #DEE377
RGB
CMYK
RGB Variations
Color information
#DEE377 (or 0xDEE377) is known color: Goldenrod. HEX triplet: DE, E3 and 77. RGB value is (222,227,119). Sum of RGB (Red+Green+Blue) = 222+227+119=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 227 (89.06% from 255 or 39.96% from 568); Blue value is 119 (46.88% from 255 or 20.95% from 568); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE377 is #211C88. Grayscale: #D5D5D5. Windows color (decimal): -2169993 or 7857118. OLE color: 7857118.
HSL color Cylindrical-coordinate representation of color #DEE377: hue angle of 62.78º 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 #DEE377 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 119 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.11 |
| HSL | 62.78º | 0.66% | 0.68% | - |
| HSV(B) | 62.78º | 0.48% | 0.89% | - |
| XYZ | 60.92 | 71.8 | 28.1 | - |
| YUV | 213.19 | 74.84 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 119 | 0.02 | 0 | 0.48 | 0.11 | 62.78 | 0.66 | 0.68 |
| Hex | DE | E3 | 77 | 2 | 0 | 30 | B | 3F | 42 | 44 |
| Octal | 336 | 343 | 167 | 2 | 0 | 60 | 13 | 77 | 102 | 104 |
| Binary | 11011110 | 11100011 | 1110111 | 10 | 0 | 110000 | 1011 | 111111 | 1000010 | 1000100 |
Color Harmonies of #DEE377
Complementary color
Monochromatic Colors of #DEE377
Black with #DEE377
Text Example
Text Example
White with #DEE377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE377; }
p { color: rgb(222,227,119); }
H1.HeaderClassName
{
color: #DEE377;
}
.AnyTagClassName
{
color: #DEE377;
}
</style>
background-color css
<style>
a { background-color: #DEE377; }
a { background-color: rgb(222,227,119); }
div.DivClassName
{
background-color: #DEE377;
}
.BgClassName
{
background-color: #DEE377;
}
</style>
border-color css
<style>
span { border-color: #DEE377; }
span { border-color: rgb(222,227,119); }
td.TdClassName
{
border-color: #DEE377;
}
.TagClassName
{
border-color: #DEE377;
}
</style>