Shades of Tusk #DEECA9
Tints of Tusk #DEECA9
RGB
CMYK
RGB Variations
Color information
#DEECA9 (or 0xDEECA9) is known color: Tusk. HEX triplet: DE, EC and A9. RGB value is (222,236,169). Sum of RGB (Red+Green+Blue) = 222+236+169=627 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.41% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 169 (66.41% from 255 or 26.95% from 627); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEECA9 is #211356. Grayscale: #E0E0E0. Windows color (decimal): -2167639 or 11136222. OLE color: 11136222.
HSL color Cylindrical-coordinate representation of color #DEECA9: hue angle of 72.54º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEECA9 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 236 | 169 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.07 |
| HSL | 72.54º | 0.64% | 0.79% | - |
| HSV(B) | 72.54º | 0.28% | 0.93% | - |
| XYZ | 67.28 | 78.39 | 49.12 | - |
| YUV | 224.18 | 96.86 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 236 | 169 | 0.06 | 0 | 0.28 | 0.07 | 72.54 | 0.64 | 0.79 |
| Hex | DE | EC | A9 | 6 | 0 | 1C | 7 | 49 | 40 | 4F |
| Octal | 336 | 354 | 251 | 6 | 0 | 34 | 7 | 111 | 100 | 117 |
| Binary | 11011110 | 11101100 | 10101001 | 110 | 0 | 11100 | 111 | 1001001 | 1000000 | 1001111 |
Color Harmonies of #DEECA9
Complementary color
Monochromatic Colors of #DEECA9
Black with #DEECA9
Text Example
Text Example
White with #DEECA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEECA9; }
p { color: rgb(222,236,169); }
H1.HeaderClassName
{
color: #DEECA9;
}
.AnyTagClassName
{
color: #DEECA9;
}
</style>
background-color css
<style>
a { background-color: #DEECA9; }
a { background-color: rgb(222,236,169); }
div.DivClassName
{
background-color: #DEECA9;
}
.BgClassName
{
background-color: #DEECA9;
}
</style>
border-color css
<style>
span { border-color: #DEECA9; }
span { border-color: rgb(222,236,169); }
td.TdClassName
{
border-color: #DEECA9;
}
.TagClassName
{
border-color: #DEECA9;
}
</style>