Shades of Tusk #DEE1A0
Tints of Tusk #DEE1A0
RGB
CMYK
RGB Variations
Color information
#DEE1A0 (or 0xDEE1A0) is known color: Tusk. HEX triplet: DE, E1 and A0. RGB value is (222,225,160). Sum of RGB (Red+Green+Blue) = 222+225+160=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 160 (62.89% from 255 or 26.36% from 607); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE1A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE1A0 is #211E5F. Grayscale: #D8D8D8. Windows color (decimal): -2170464 or 10543582. OLE color: 10543582.
HSL color Cylindrical-coordinate representation of color #DEE1A0: hue angle of 62.77º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEE1A0 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 160 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.12 |
| HSL | 62.77º | 0.52% | 0.75% | - |
| HSV(B) | 62.77º | 0.29% | 0.88% | - |
| XYZ | 63.39 | 71.92 | 43.8 | - |
| YUV | 216.69 | 96.01 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 160 | 0.01 | 0 | 0.29 | 0.12 | 62.77 | 0.52 | 0.75 |
| Hex | DE | E1 | A0 | 1 | 0 | 1D | C | 3F | 34 | 4B |
| Octal | 336 | 341 | 240 | 1 | 0 | 35 | 14 | 77 | 64 | 113 |
| Binary | 11011110 | 11100001 | 10100000 | 1 | 0 | 11101 | 1100 | 111111 | 110100 | 1001011 |
Color Harmonies of #DEE1A0
Complementary color
Monochromatic Colors of #DEE1A0
Black with #DEE1A0
Text Example
Text Example
White with #DEE1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE1A0; }
p { color: rgb(222,225,160); }
H1.HeaderClassName
{
color: #DEE1A0;
}
.AnyTagClassName
{
color: #DEE1A0;
}
</style>
background-color css
<style>
a { background-color: #DEE1A0; }
a { background-color: rgb(222,225,160); }
div.DivClassName
{
background-color: #DEE1A0;
}
.BgClassName
{
background-color: #DEE1A0;
}
</style>
border-color css
<style>
span { border-color: #DEE1A0; }
span { border-color: rgb(222,225,160); }
td.TdClassName
{
border-color: #DEE1A0;
}
.TagClassName
{
border-color: #DEE1A0;
}
</style>