Shades of Goldenrod #DEE168
Tints of Goldenrod #DEE168
RGB
CMYK
RGB Variations
Color information
#DEE168 (or 0xDEE168) is known color: Goldenrod. HEX triplet: DE, E1 and 68. RGB value is (222,225,104). Sum of RGB (Red+Green+Blue) = 222+225+104=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 225 (88.28% from 255 or 40.83% from 551); Blue value is 104 (41.02% from 255 or 18.87% from 551); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE168 is #211E97. Grayscale: #D2D2D2. Windows color (decimal): -2170520 or 6873566. OLE color: 6873566.
HSL color Cylindrical-coordinate representation of color #DEE168: hue angle of 61.49º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DEE168 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 104 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.12 |
| HSL | 61.49º | 0.67% | 0.65% | - |
| HSV(B) | 61.49º | 0.54% | 0.88% | - |
| XYZ | 59.55 | 70.38 | 23.54 | - |
| YUV | 210.31 | 68.01 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 104 | 0.01 | 0 | 0.54 | 0.12 | 61.49 | 0.67 | 0.65 |
| Hex | DE | E1 | 68 | 1 | 0 | 36 | C | 3D | 43 | 41 |
| Octal | 336 | 341 | 150 | 1 | 0 | 66 | 14 | 75 | 103 | 101 |
| Binary | 11011110 | 11100001 | 1101000 | 1 | 0 | 110110 | 1100 | 111101 | 1000011 | 1000001 |
Color Harmonies of #DEE168
Complementary color
Monochromatic Colors of #DEE168
Black with #DEE168
Text Example
Text Example
White with #DEE168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE168; }
p { color: rgb(222,225,104); }
H1.HeaderClassName
{
color: #DEE168;
}
.AnyTagClassName
{
color: #DEE168;
}
</style>
background-color css
<style>
a { background-color: #DEE168; }
a { background-color: rgb(222,225,104); }
div.DivClassName
{
background-color: #DEE168;
}
.BgClassName
{
background-color: #DEE168;
}
</style>
border-color css
<style>
span { border-color: #DEE168; }
span { border-color: rgb(222,225,104); }
td.TdClassName
{
border-color: #DEE168;
}
.TagClassName
{
border-color: #DEE168;
}
</style>