Shades of Tusk #DEEAA0
Tints of Tusk #DEEAA0
RGB
CMYK
RGB Variations
Color information
#DEEAA0 (or 0xDEEAA0) is known color: Tusk. HEX triplet: DE, EA and A0. RGB value is (222,234,160). Sum of RGB (Red+Green+Blue) = 222+234+160=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 160 (62.89% from 255 or 25.97% from 616); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEAA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEAA0 is #21155F. Grayscale: #DEDEDE. Windows color (decimal): -2168160 or 10545886. OLE color: 10545886.
HSL color Cylindrical-coordinate representation of color #DEEAA0: hue angle of 69.73º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEEAA0 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 234 | 160 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.08 |
| HSL | 69.73º | 0.64% | 0.77% | - |
| HSV(B) | 69.73º | 0.32% | 0.92% | - |
| XYZ | 65.89 | 76.91 | 44.63 | - |
| YUV | 221.98 | 93.02 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 160 | 0.05 | 0 | 0.32 | 0.08 | 69.73 | 0.64 | 0.77 |
| Hex | DE | EA | A0 | 5 | 0 | 20 | 8 | 46 | 40 | 4D |
| Octal | 336 | 352 | 240 | 5 | 0 | 40 | 10 | 106 | 100 | 115 |
| Binary | 11011110 | 11101010 | 10100000 | 101 | 0 | 100000 | 1000 | 1000110 | 1000000 | 1001101 |
Color Harmonies of #DEEAA0
Complementary color
Monochromatic Colors of #DEEAA0
Black with #DEEAA0
Text Example
Text Example
White with #DEEAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEAA0; }
p { color: rgb(222,234,160); }
H1.HeaderClassName
{
color: #DEEAA0;
}
.AnyTagClassName
{
color: #DEEAA0;
}
</style>
background-color css
<style>
a { background-color: #DEEAA0; }
a { background-color: rgb(222,234,160); }
div.DivClassName
{
background-color: #DEEAA0;
}
.BgClassName
{
background-color: #DEEAA0;
}
</style>
border-color css
<style>
span { border-color: #DEEAA0; }
span { border-color: rgb(222,234,160); }
td.TdClassName
{
border-color: #DEEAA0;
}
.TagClassName
{
border-color: #DEEAA0;
}
</style>