Shades of Tusk #DEE99E
Tints of Tusk #DEE99E
RGB
CMYK
RGB Variations
Color information
#DEE99E (or 0xDEE99E) is known color: Tusk. HEX triplet: DE, E9 and 9E. RGB value is (222,233,158). Sum of RGB (Red+Green+Blue) = 222+233+158=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 233 (91.41% from 255 or 38.01% from 613); Blue value is 158 (62.11% from 255 or 25.77% from 613); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE99E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE99E is #211661. Grayscale: #DDDDDD. Windows color (decimal): -2168418 or 10414558. OLE color: 10414558.
HSL color Cylindrical-coordinate representation of color #DEE99E: hue angle of 68.8º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEE99E is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 233 | 158 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.09 |
| HSL | 68.8º | 0.63% | 0.77% | - |
| HSV(B) | 68.8º | 0.32% | 0.91% | - |
| XYZ | 65.43 | 76.28 | 43.62 | - |
| YUV | 221.16 | 92.36 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 158 | 0.05 | 0 | 0.32 | 0.09 | 68.8 | 0.63 | 0.77 |
| Hex | DE | E9 | 9E | 5 | 0 | 20 | 9 | 45 | 3F | 4D |
| Octal | 336 | 351 | 236 | 5 | 0 | 40 | 11 | 105 | 77 | 115 |
| Binary | 11011110 | 11101001 | 10011110 | 101 | 0 | 100000 | 1001 | 1000101 | 111111 | 1001101 |
Color Harmonies of #DEE99E
Complementary color
Monochromatic Colors of #DEE99E
Black with #DEE99E
Text Example
Text Example
White with #DEE99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE99E; }
p { color: rgb(222,233,158); }
H1.HeaderClassName
{
color: #DEE99E;
}
.AnyTagClassName
{
color: #DEE99E;
}
</style>
background-color css
<style>
a { background-color: #DEE99E; }
a { background-color: rgb(222,233,158); }
div.DivClassName
{
background-color: #DEE99E;
}
.BgClassName
{
background-color: #DEE99E;
}
</style>
border-color css
<style>
span { border-color: #DEE99E; }
span { border-color: rgb(222,233,158); }
td.TdClassName
{
border-color: #DEE99E;
}
.TagClassName
{
border-color: #DEE99E;
}
</style>