Shades of Tusk #DEE99F
Tints of Tusk #DEE99F
RGB
CMYK
RGB Variations
Color information
#DEE99F (or 0xDEE99F) is known color: Tusk. HEX triplet: DE, E9 and 9F. RGB value is (222,233,159). Sum of RGB (Red+Green+Blue) = 222+233+159=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 233 (91.41% from 255 or 37.95% from 614); Blue value is 159 (62.5% from 255 or 25.90% from 614); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE99F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE99F is #211660. Grayscale: #DDDDDD. Windows color (decimal): -2168417 or 10480094. OLE color: 10480094.
HSL color Cylindrical-coordinate representation of color #DEE99F: hue angle of 68.92º 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 #DEE99F is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 233 | 159 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.09 |
| HSL | 68.92º | 0.63% | 0.77% | - |
| HSV(B) | 68.92º | 0.32% | 0.91% | - |
| XYZ | 65.52 | 76.31 | 44.08 | - |
| YUV | 221.28 | 92.86 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 233 | 159 | 0.05 | 0 | 0.32 | 0.09 | 68.92 | 0.63 | 0.77 |
| Hex | DE | E9 | 9F | 5 | 0 | 20 | 9 | 45 | 3F | 4D |
| Octal | 336 | 351 | 237 | 5 | 0 | 40 | 11 | 105 | 77 | 115 |
| Binary | 11011110 | 11101001 | 10011111 | 101 | 0 | 100000 | 1001 | 1000101 | 111111 | 1001101 |
Color Harmonies of #DEE99F
Complementary color
Monochromatic Colors of #DEE99F
Black with #DEE99F
Text Example
Text Example
White with #DEE99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE99F; }
p { color: rgb(222,233,159); }
H1.HeaderClassName
{
color: #DEE99F;
}
.AnyTagClassName
{
color: #DEE99F;
}
</style>
background-color css
<style>
a { background-color: #DEE99F; }
a { background-color: rgb(222,233,159); }
div.DivClassName
{
background-color: #DEE99F;
}
.BgClassName
{
background-color: #DEE99F;
}
</style>
border-color css
<style>
span { border-color: #DEE99F; }
span { border-color: rgb(222,233,159); }
td.TdClassName
{
border-color: #DEE99F;
}
.TagClassName
{
border-color: #DEE99F;
}
</style>