Shades of Tusk #DEE79E
Tints of Tusk #DEE79E
RGB
CMYK
RGB Variations
Color information
#DEE79E (or 0xDEE79E) is known color: Tusk. HEX triplet: DE, E7 and 9E. RGB value is (222,231,158). Sum of RGB (Red+Green+Blue) = 222+231+158=611 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.33% from 611); Green value is 231 (90.62% from 255 or 37.81% from 611); Blue value is 158 (62.11% from 255 or 25.86% from 611); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE79E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE79E is #211861. Grayscale: #DCDCDC. Windows color (decimal): -2168930 or 10414046. OLE color: 10414046.
HSL color Cylindrical-coordinate representation of color #DEE79E: hue angle of 67.4º degrees, saturation: 0.6, 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 #DEE79E is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 231 | 158 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.09 |
| HSL | 67.4º | 0.6% | 0.76% | - |
| HSV(B) | 67.4º | 0.32% | 0.91% | - |
| XYZ | 64.87 | 75.15 | 43.43 | - |
| YUV | 219.99 | 93.02 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 231 | 158 | 0.04 | 0 | 0.32 | 0.09 | 67.4 | 0.6 | 0.76 |
| Hex | DE | E7 | 9E | 4 | 0 | 20 | 9 | 43 | 3C | 4C |
| Octal | 336 | 347 | 236 | 4 | 0 | 40 | 11 | 103 | 74 | 114 |
| Binary | 11011110 | 11100111 | 10011110 | 100 | 0 | 100000 | 1001 | 1000011 | 111100 | 1001100 |
Color Harmonies of #DEE79E
Complementary color
Monochromatic Colors of #DEE79E
Black with #DEE79E
Text Example
Text Example
White with #DEE79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE79E; }
p { color: rgb(222,231,158); }
H1.HeaderClassName
{
color: #DEE79E;
}
.AnyTagClassName
{
color: #DEE79E;
}
</style>
background-color css
<style>
a { background-color: #DEE79E; }
a { background-color: rgb(222,231,158); }
div.DivClassName
{
background-color: #DEE79E;
}
.BgClassName
{
background-color: #DEE79E;
}
</style>
border-color css
<style>
span { border-color: #DEE79E; }
span { border-color: rgb(222,231,158); }
td.TdClassName
{
border-color: #DEE79E;
}
.TagClassName
{
border-color: #DEE79E;
}
</style>