Shades of Tusk #DEE6AA
Tints of Tusk #DEE6AA
RGB
CMYK
RGB Variations
Color information
#DEE6AA (or 0xDEE6AA) is known color: Tusk. HEX triplet: DE, E6 and AA. RGB value is (222,230,170). Sum of RGB (Red+Green+Blue) = 222+230+170=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 230 (90.23% from 255 or 36.98% from 622); Blue value is 170 (66.80% from 255 or 27.33% from 622); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE6AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE6AA is #211955. Grayscale: #DCDCDC. Windows color (decimal): -2169174 or 11200222. OLE color: 11200222.
HSL color Cylindrical-coordinate representation of color #DEE6AA: hue angle of 68º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEE6AA is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 170 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.10 |
| HSL | 68º | 0.55% | 0.78% | - |
| HSV(B) | 68º | 0.26% | 0.9% | - |
| XYZ | 65.68 | 75.03 | 49.05 | - |
| YUV | 220.77 | 99.35 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 170 | 0.03 | 0 | 0.26 | 0.10 | 68 | 0.55 | 0.78 |
| Hex | DE | E6 | AA | 3 | 0 | 1A | A | 44 | 37 | 4E |
| Octal | 336 | 346 | 252 | 3 | 0 | 32 | 12 | 104 | 67 | 116 |
| Binary | 11011110 | 11100110 | 10101010 | 11 | 0 | 11010 | 1010 | 1000100 | 110111 | 1001110 |
Color Harmonies of #DEE6AA
Complementary color
Monochromatic Colors of #DEE6AA
Black with #DEE6AA
Text Example
Text Example
White with #DEE6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE6AA; }
p { color: rgb(222,230,170); }
H1.HeaderClassName
{
color: #DEE6AA;
}
.AnyTagClassName
{
color: #DEE6AA;
}
</style>
background-color css
<style>
a { background-color: #DEE6AA; }
a { background-color: rgb(222,230,170); }
div.DivClassName
{
background-color: #DEE6AA;
}
.BgClassName
{
background-color: #DEE6AA;
}
</style>
border-color css
<style>
span { border-color: #DEE6AA; }
span { border-color: rgb(222,230,170); }
td.TdClassName
{
border-color: #DEE6AA;
}
.TagClassName
{
border-color: #DEE6AA;
}
</style>