Shades of Goldenrod #DEE162
Tints of Goldenrod #DEE162
RGB
CMYK
RGB Variations
Color information
#DEE162 (or 0xDEE162) is known color: Goldenrod. HEX triplet: DE, E1 and 62. RGB value is (222,225,98). Sum of RGB (Red+Green+Blue) = 222+225+98=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 98 (38.67% from 255 or 17.98% from 545); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE162 is #211E9D. Grayscale: #D2D2D2. Windows color (decimal): -2170526 or 6480350. OLE color: 6480350.
HSL color Cylindrical-coordinate representation of color #DEE162: hue angle of 61.42º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DEE162 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 98 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.12 |
| HSL | 61.42º | 0.68% | 0.63% | - |
| HSV(B) | 61.42º | 0.56% | 0.88% | - |
| XYZ | 59.25 | 70.26 | 21.99 | - |
| YUV | 209.63 | 65.01 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 98 | 0.01 | 0 | 0.56 | 0.12 | 61.42 | 0.68 | 0.63 |
| Hex | DE | E1 | 62 | 1 | 0 | 38 | C | 3D | 44 | 3F |
| Octal | 336 | 341 | 142 | 1 | 0 | 70 | 14 | 75 | 104 | 77 |
| Binary | 11011110 | 11100001 | 1100010 | 1 | 0 | 111000 | 1100 | 111101 | 1000100 | 111111 |
Color Harmonies of #DEE162
Complementary color
Monochromatic Colors of #DEE162
Black with #DEE162
Text Example
Text Example
White with #DEE162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE162; }
p { color: rgb(222,225,98); }
H1.HeaderClassName
{
color: #DEE162;
}
.AnyTagClassName
{
color: #DEE162;
}
</style>
background-color css
<style>
a { background-color: #DEE162; }
a { background-color: rgb(222,225,98); }
div.DivClassName
{
background-color: #DEE162;
}
.BgClassName
{
background-color: #DEE162;
}
</style>
border-color css
<style>
span { border-color: #DEE162; }
span { border-color: rgb(222,225,98); }
td.TdClassName
{
border-color: #DEE162;
}
.TagClassName
{
border-color: #DEE162;
}
</style>