Shades of Tusk #DEE0A8
Tints of Tusk #DEE0A8
RGB
CMYK
RGB Variations
Color information
#DEE0A8 (or 0xDEE0A8) is known color: Tusk. HEX triplet: DE, E0 and A8. RGB value is (222,224,168). Sum of RGB (Red+Green+Blue) = 222+224+168=614 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.16% from 614); Green value is 224 (87.89% from 255 or 36.48% from 614); Blue value is 168 (66.02% from 255 or 27.36% from 614); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE0A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE0A8 is #211F57. Grayscale: #D9D9D9. Windows color (decimal): -2170712 or 11067614. OLE color: 11067614.
HSL color Cylindrical-coordinate representation of color #DEE0A8: hue angle of 62.14º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEE0A8 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 168 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.12 |
| HSL | 62.14º | 0.47% | 0.77% | - |
| HSV(B) | 62.14º | 0.25% | 0.88% | - |
| XYZ | 63.85 | 71.67 | 47.51 | - |
| YUV | 217.02 | 100.34 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 168 | 0.01 | 0 | 0.25 | 0.12 | 62.14 | 0.47 | 0.77 |
| Hex | DE | E0 | A8 | 1 | 0 | 19 | C | 3E | 2F | 4D |
| Octal | 336 | 340 | 250 | 1 | 0 | 31 | 14 | 76 | 57 | 115 |
| Binary | 11011110 | 11100000 | 10101000 | 1 | 0 | 11001 | 1100 | 111110 | 101111 | 1001101 |
Color Harmonies of #DEE0A8
Complementary color
Monochromatic Colors of #DEE0A8
Black with #DEE0A8
Text Example
Text Example
White with #DEE0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE0A8; }
p { color: rgb(222,224,168); }
H1.HeaderClassName
{
color: #DEE0A8;
}
.AnyTagClassName
{
color: #DEE0A8;
}
</style>
background-color css
<style>
a { background-color: #DEE0A8; }
a { background-color: rgb(222,224,168); }
div.DivClassName
{
background-color: #DEE0A8;
}
.BgClassName
{
background-color: #DEE0A8;
}
</style>
border-color css
<style>
span { border-color: #DEE0A8; }
span { border-color: rgb(222,224,168); }
td.TdClassName
{
border-color: #DEE0A8;
}
.TagClassName
{
border-color: #DEE0A8;
}
</style>