Shades of Tusk #DEE4A9
Tints of Tusk #DEE4A9
RGB
CMYK
RGB Variations
Color information
#DEE4A9 (or 0xDEE4A9) is known color: Tusk. HEX triplet: DE, E4 and A9. RGB value is (222,228,169). Sum of RGB (Red+Green+Blue) = 222+228+169=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 228 (89.45% from 255 or 36.83% from 619); Blue value is 169 (66.41% from 255 or 27.30% from 619); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE4A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE4A9 is #211B56. Grayscale: #DBDBDB. Windows color (decimal): -2169687 or 11134174. OLE color: 11134174.
HSL color Cylindrical-coordinate representation of color #DEE4A9: hue angle of 66.1º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEE4A9 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 169 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.11 |
| HSL | 66.1º | 0.52% | 0.78% | - |
| HSV(B) | 66.1º | 0.26% | 0.89% | - |
| XYZ | 65.03 | 73.88 | 48.37 | - |
| YUV | 219.48 | 99.51 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 169 | 0.03 | 0 | 0.26 | 0.11 | 66.1 | 0.52 | 0.78 |
| Hex | DE | E4 | A9 | 3 | 0 | 1A | B | 42 | 34 | 4E |
| Octal | 336 | 344 | 251 | 3 | 0 | 32 | 13 | 102 | 64 | 116 |
| Binary | 11011110 | 11100100 | 10101001 | 11 | 0 | 11010 | 1011 | 1000010 | 110100 | 1001110 |
Color Harmonies of #DEE4A9
Complementary color
Monochromatic Colors of #DEE4A9
Black with #DEE4A9
Text Example
Text Example
White with #DEE4A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE4A9; }
p { color: rgb(222,228,169); }
H1.HeaderClassName
{
color: #DEE4A9;
}
.AnyTagClassName
{
color: #DEE4A9;
}
</style>
background-color css
<style>
a { background-color: #DEE4A9; }
a { background-color: rgb(222,228,169); }
div.DivClassName
{
background-color: #DEE4A9;
}
.BgClassName
{
background-color: #DEE4A9;
}
</style>
border-color css
<style>
span { border-color: #DEE4A9; }
span { border-color: rgb(222,228,169); }
td.TdClassName
{
border-color: #DEE4A9;
}
.TagClassName
{
border-color: #DEE4A9;
}
</style>