Shades of Tusk #DEECA7
Tints of Tusk #DEECA7
RGB
CMYK
RGB Variations
Color information
#DEECA7 (or 0xDEECA7) is known color: Tusk. HEX triplet: DE, EC and A7. RGB value is (222,236,167). Sum of RGB (Red+Green+Blue) = 222+236+167=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 167 (65.62% from 255 or 26.72% from 625); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEECA7 is #211358. Grayscale: #E0E0E0. Windows color (decimal): -2167641 or 11005150. OLE color: 11005150.
HSL color Cylindrical-coordinate representation of color #DEECA7: hue angle of 72.17º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEECA7 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 236 | 167 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.07 |
| HSL | 72.17º | 0.64% | 0.79% | - |
| HSV(B) | 72.17º | 0.29% | 0.93% | - |
| XYZ | 67.09 | 78.31 | 48.14 | - |
| YUV | 223.95 | 95.86 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 236 | 167 | 0.06 | 0 | 0.29 | 0.07 | 72.17 | 0.64 | 0.79 |
| Hex | DE | EC | A7 | 6 | 0 | 1D | 7 | 48 | 40 | 4F |
| Octal | 336 | 354 | 247 | 6 | 0 | 35 | 7 | 110 | 100 | 117 |
| Binary | 11011110 | 11101100 | 10100111 | 110 | 0 | 11101 | 111 | 1001000 | 1000000 | 1001111 |
Color Harmonies of #DEECA7
Complementary color
Monochromatic Colors of #DEECA7
Black with #DEECA7
Text Example
Text Example
White with #DEECA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEECA7; }
p { color: rgb(222,236,167); }
H1.HeaderClassName
{
color: #DEECA7;
}
.AnyTagClassName
{
color: #DEECA7;
}
</style>
background-color css
<style>
a { background-color: #DEECA7; }
a { background-color: rgb(222,236,167); }
div.DivClassName
{
background-color: #DEECA7;
}
.BgClassName
{
background-color: #DEECA7;
}
</style>
border-color css
<style>
span { border-color: #DEECA7; }
span { border-color: rgb(222,236,167); }
td.TdClassName
{
border-color: #DEECA7;
}
.TagClassName
{
border-color: #DEECA7;
}
</style>