Shades of Goldenrod #DEE378
Tints of Goldenrod #DEE378
RGB
CMYK
RGB Variations
Color information
#DEE378 (or 0xDEE378) is known color: Goldenrod. HEX triplet: DE, E3 and 78. RGB value is (222,227,120). Sum of RGB (Red+Green+Blue) = 222+227+120=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 227 (89.06% from 255 or 39.89% from 569); Blue value is 120 (47.27% from 255 or 21.09% from 569); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE378 is #211C87. Grayscale: #D5D5D5. Windows color (decimal): -2169992 or 7922654. OLE color: 7922654.
HSL color Cylindrical-coordinate representation of color #DEE378: hue angle of 62.8º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DEE378 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 120 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.11 |
| HSL | 62.8º | 0.66% | 0.68% | - |
| HSV(B) | 62.8º | 0.47% | 0.89% | - |
| XYZ | 60.98 | 71.82 | 28.42 | - |
| YUV | 213.31 | 75.34 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 120 | 0.02 | 0 | 0.47 | 0.11 | 62.8 | 0.66 | 0.68 |
| Hex | DE | E3 | 78 | 2 | 0 | 2F | B | 3F | 42 | 44 |
| Octal | 336 | 343 | 170 | 2 | 0 | 57 | 13 | 77 | 102 | 104 |
| Binary | 11011110 | 11100011 | 1111000 | 10 | 0 | 101111 | 1011 | 111111 | 1000010 | 1000100 |
Color Harmonies of #DEE378
Complementary color
Monochromatic Colors of #DEE378
Black with #DEE378
Text Example
Text Example
White with #DEE378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE378; }
p { color: rgb(222,227,120); }
H1.HeaderClassName
{
color: #DEE378;
}
.AnyTagClassName
{
color: #DEE378;
}
</style>
background-color css
<style>
a { background-color: #DEE378; }
a { background-color: rgb(222,227,120); }
div.DivClassName
{
background-color: #DEE378;
}
.BgClassName
{
background-color: #DEE378;
}
</style>
border-color css
<style>
span { border-color: #DEE378; }
span { border-color: rgb(222,227,120); }
td.TdClassName
{
border-color: #DEE378;
}
.TagClassName
{
border-color: #DEE378;
}
</style>