Shades of Tusk #DEE0A6
Tints of Tusk #DEE0A6
RGB
CMYK
RGB Variations
Color information
#DEE0A6 (or 0xDEE0A6) is known color: Tusk. HEX triplet: DE, E0 and A6. RGB value is (222,224,166). Sum of RGB (Red+Green+Blue) = 222+224+166=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 224 (87.89% from 255 or 36.60% from 612); Blue value is 166 (65.23% from 255 or 27.12% from 612); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE0A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE0A6 is #211F59. Grayscale: #D9D9D9. Windows color (decimal): -2170714 or 10936542. OLE color: 10936542.
HSL color Cylindrical-coordinate representation of color #DEE0A6: hue angle of 62.07º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEE0A6 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 166 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.12 |
| HSL | 62.07º | 0.48% | 0.76% | - |
| HSV(B) | 62.07º | 0.26% | 0.88% | - |
| XYZ | 63.66 | 71.59 | 46.54 | - |
| YUV | 216.79 | 99.34 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 166 | 0.01 | 0 | 0.26 | 0.12 | 62.07 | 0.48 | 0.76 |
| Hex | DE | E0 | A6 | 1 | 0 | 1A | C | 3E | 30 | 4C |
| Octal | 336 | 340 | 246 | 1 | 0 | 32 | 14 | 76 | 60 | 114 |
| Binary | 11011110 | 11100000 | 10100110 | 1 | 0 | 11010 | 1100 | 111110 | 110000 | 1001100 |
Color Harmonies of #DEE0A6
Complementary color
Monochromatic Colors of #DEE0A6
Black with #DEE0A6
Text Example
Text Example
White with #DEE0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE0A6; }
p { color: rgb(222,224,166); }
H1.HeaderClassName
{
color: #DEE0A6;
}
.AnyTagClassName
{
color: #DEE0A6;
}
</style>
background-color css
<style>
a { background-color: #DEE0A6; }
a { background-color: rgb(222,224,166); }
div.DivClassName
{
background-color: #DEE0A6;
}
.BgClassName
{
background-color: #DEE0A6;
}
</style>
border-color css
<style>
span { border-color: #DEE0A6; }
span { border-color: rgb(222,224,166); }
td.TdClassName
{
border-color: #DEE0A6;
}
.TagClassName
{
border-color: #DEE0A6;
}
</style>