Shades of Tusk #DEE89E
Tints of Tusk #DEE89E
RGB
CMYK
RGB Variations
Color information
#DEE89E (or 0xDEE89E) is known color: Tusk. HEX triplet: DE, E8 and 9E. RGB value is (222,232,158). Sum of RGB (Red+Green+Blue) = 222+232+158=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 232 (91.02% from 255 or 37.91% from 612); Blue value is 158 (62.11% from 255 or 25.82% from 612); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE89E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE89E is #211761. Grayscale: #DCDCDC. Windows color (decimal): -2168674 or 10414302. OLE color: 10414302.
HSL color Cylindrical-coordinate representation of color #DEE89E: hue angle of 68.11º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEE89E is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 158 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.09 |
| HSL | 68.11º | 0.62% | 0.76% | - |
| HSV(B) | 68.11º | 0.32% | 0.91% | - |
| XYZ | 65.15 | 75.71 | 43.53 | - |
| YUV | 220.57 | 92.69 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 158 | 0.04 | 0 | 0.32 | 0.09 | 68.11 | 0.62 | 0.76 |
| Hex | DE | E8 | 9E | 4 | 0 | 20 | 9 | 44 | 3E | 4C |
| Octal | 336 | 350 | 236 | 4 | 0 | 40 | 11 | 104 | 76 | 114 |
| Binary | 11011110 | 11101000 | 10011110 | 100 | 0 | 100000 | 1001 | 1000100 | 111110 | 1001100 |
Color Harmonies of #DEE89E
Complementary color
Monochromatic Colors of #DEE89E
Black with #DEE89E
Text Example
Text Example
White with #DEE89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE89E; }
p { color: rgb(222,232,158); }
H1.HeaderClassName
{
color: #DEE89E;
}
.AnyTagClassName
{
color: #DEE89E;
}
</style>
background-color css
<style>
a { background-color: #DEE89E; }
a { background-color: rgb(222,232,158); }
div.DivClassName
{
background-color: #DEE89E;
}
.BgClassName
{
background-color: #DEE89E;
}
</style>
border-color css
<style>
span { border-color: #DEE89E; }
span { border-color: rgb(222,232,158); }
td.TdClassName
{
border-color: #DEE89E;
}
.TagClassName
{
border-color: #DEE89E;
}
</style>