Shades of Tusk #DEEAA9
Tints of Tusk #DEEAA9
RGB
CMYK
RGB Variations
Color information
#DEEAA9 (or 0xDEEAA9) is known color: Tusk. HEX triplet: DE, EA and A9. RGB value is (222,234,169). Sum of RGB (Red+Green+Blue) = 222+234+169=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 169 (66.41% from 255 or 27.04% from 625); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEAA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEAA9 is #211556. Grayscale: #DFDFDF. Windows color (decimal): -2168151 or 11135710. OLE color: 11135710.
HSL color Cylindrical-coordinate representation of color #DEEAA9: hue angle of 71.08º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEEAA9 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 234 | 169 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.08 |
| HSL | 71.08º | 0.61% | 0.79% | - |
| HSV(B) | 71.08º | 0.28% | 0.92% | - |
| XYZ | 66.71 | 77.24 | 48.93 | - |
| YUV | 223 | 97.52 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 169 | 0.05 | 0 | 0.28 | 0.08 | 71.08 | 0.61 | 0.79 |
| Hex | DE | EA | A9 | 5 | 0 | 1C | 8 | 47 | 3D | 4F |
| Octal | 336 | 352 | 251 | 5 | 0 | 34 | 10 | 107 | 75 | 117 |
| Binary | 11011110 | 11101010 | 10101001 | 101 | 0 | 11100 | 1000 | 1000111 | 111101 | 1001111 |
Color Harmonies of #DEEAA9
Complementary color
Monochromatic Colors of #DEEAA9
Black with #DEEAA9
Text Example
Text Example
White with #DEEAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEAA9; }
p { color: rgb(222,234,169); }
H1.HeaderClassName
{
color: #DEEAA9;
}
.AnyTagClassName
{
color: #DEEAA9;
}
</style>
background-color css
<style>
a { background-color: #DEEAA9; }
a { background-color: rgb(222,234,169); }
div.DivClassName
{
background-color: #DEEAA9;
}
.BgClassName
{
background-color: #DEEAA9;
}
</style>
border-color css
<style>
span { border-color: #DEEAA9; }
span { border-color: rgb(222,234,169); }
td.TdClassName
{
border-color: #DEEAA9;
}
.TagClassName
{
border-color: #DEEAA9;
}
</style>