Shades of Tusk #DEE0AA
Tints of Tusk #DEE0AA
RGB
CMYK
RGB Variations
Color information
#DEE0AA (or 0xDEE0AA) is known color: Tusk. HEX triplet: DE, E0 and AA. RGB value is (222,224,170). Sum of RGB (Red+Green+Blue) = 222+224+170=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 170 (66.80% from 255 or 27.60% from 616); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE0AA is #211F55. Grayscale: #D9D9D9. Windows color (decimal): -2170710 or 11198686. OLE color: 11198686.
HSL color Cylindrical-coordinate representation of color #DEE0AA: hue angle of 62.22º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEE0AA is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 170 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.12 |
| HSL | 62.22º | 0.47% | 0.77% | - |
| HSV(B) | 62.22º | 0.24% | 0.88% | - |
| XYZ | 64.04 | 71.74 | 48.5 | - |
| YUV | 217.25 | 101.34 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 170 | 0.01 | 0 | 0.24 | 0.12 | 62.22 | 0.47 | 0.77 |
| Hex | DE | E0 | AA | 1 | 0 | 18 | C | 3E | 2F | 4D |
| Octal | 336 | 340 | 252 | 1 | 0 | 30 | 14 | 76 | 57 | 115 |
| Binary | 11011110 | 11100000 | 10101010 | 1 | 0 | 11000 | 1100 | 111110 | 101111 | 1001101 |
Color Harmonies of #DEE0AA
Complementary color
Monochromatic Colors of #DEE0AA
Black with #DEE0AA
Text Example
Text Example
White with #DEE0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE0AA; }
p { color: rgb(222,224,170); }
H1.HeaderClassName
{
color: #DEE0AA;
}
.AnyTagClassName
{
color: #DEE0AA;
}
</style>
background-color css
<style>
a { background-color: #DEE0AA; }
a { background-color: rgb(222,224,170); }
div.DivClassName
{
background-color: #DEE0AA;
}
.BgClassName
{
background-color: #DEE0AA;
}
</style>
border-color css
<style>
span { border-color: #DEE0AA; }
span { border-color: rgb(222,224,170); }
td.TdClassName
{
border-color: #DEE0AA;
}
.TagClassName
{
border-color: #DEE0AA;
}
</style>