Shades of Tusk #DEE0AF
Tints of Tusk #DEE0AF
RGB
CMYK
RGB Variations
Color information
#DEE0AF (or 0xDEE0AF) is known color: Tusk. HEX triplet: DE, E0 and AF. RGB value is (222,224,175). Sum of RGB (Red+Green+Blue) = 222+224+175=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 224 (87.89% from 255 or 36.07% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE0AF is #211F50. Grayscale: #DADADA. Windows color (decimal): -2170705 or 11526366. OLE color: 11526366.
HSL color Cylindrical-coordinate representation of color #DEE0AF: hue angle of 62.45º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEE0AF is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 175 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.12 |
| HSL | 62.45º | 0.44% | 0.78% | - |
| HSV(B) | 62.45º | 0.22% | 0.88% | - |
| XYZ | 64.52 | 71.94 | 51.04 | - |
| YUV | 217.82 | 103.84 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 175 | 0.01 | 0 | 0.22 | 0.12 | 62.45 | 0.44 | 0.78 |
| Hex | DE | E0 | AF | 1 | 0 | 16 | C | 3E | 2C | 4E |
| Octal | 336 | 340 | 257 | 1 | 0 | 26 | 14 | 76 | 54 | 116 |
| Binary | 11011110 | 11100000 | 10101111 | 1 | 0 | 10110 | 1100 | 111110 | 101100 | 1001110 |
Color Harmonies of #DEE0AF
Complementary color
Monochromatic Colors of #DEE0AF
Black with #DEE0AF
Text Example
Text Example
White with #DEE0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE0AF; }
p { color: rgb(222,224,175); }
H1.HeaderClassName
{
color: #DEE0AF;
}
.AnyTagClassName
{
color: #DEE0AF;
}
</style>
background-color css
<style>
a { background-color: #DEE0AF; }
a { background-color: rgb(222,224,175); }
div.DivClassName
{
background-color: #DEE0AF;
}
.BgClassName
{
background-color: #DEE0AF;
}
</style>
border-color css
<style>
span { border-color: #DEE0AF; }
span { border-color: rgb(222,224,175); }
td.TdClassName
{
border-color: #DEE0AF;
}
.TagClassName
{
border-color: #DEE0AF;
}
</style>