Shades of Tusk #DFECAA
Tints of Tusk #DFECAA
RGB
CMYK
RGB Variations
Color information
#DFECAA (or 0xDFECAA) is known color: Tusk. HEX triplet: DF, EC and AA. RGB value is (223,236,170). Sum of RGB (Red+Green+Blue) = 223+236+170=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 170 (66.80% from 255 or 27.03% from 629); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFECAA is #201355. Grayscale: #E0E0E0. Windows color (decimal): -2102102 or 11201759. OLE color: 11201759.
HSL color Cylindrical-coordinate representation of color #DFECAA: hue angle of 71.82º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFECAA is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 170 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.07 |
| HSL | 71.82º | 0.63% | 0.8% | - |
| HSV(B) | 71.82º | 0.28% | 0.93% | - |
| XYZ | 67.68 | 78.58 | 49.63 | - |
| YUV | 224.59 | 97.19 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 170 | 0.06 | 0 | 0.28 | 0.07 | 71.82 | 0.63 | 0.8 |
| Hex | DF | EC | AA | 6 | 0 | 1C | 7 | 48 | 3F | 50 |
| Octal | 337 | 354 | 252 | 6 | 0 | 34 | 7 | 110 | 77 | 120 |
| Binary | 11011111 | 11101100 | 10101010 | 110 | 0 | 11100 | 111 | 1001000 | 111111 | 1010000 |
Color Harmonies of #DFECAA
Complementary color
Monochromatic Colors of #DFECAA
Black with #DFECAA
Text Example
Text Example
White with #DFECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFECAA; }
p { color: rgb(223,236,170); }
H1.HeaderClassName
{
color: #DFECAA;
}
.AnyTagClassName
{
color: #DFECAA;
}
</style>
background-color css
<style>
a { background-color: #DFECAA; }
a { background-color: rgb(223,236,170); }
div.DivClassName
{
background-color: #DFECAA;
}
.BgClassName
{
background-color: #DFECAA;
}
</style>
border-color css
<style>
span { border-color: #DFECAA; }
span { border-color: rgb(223,236,170); }
td.TdClassName
{
border-color: #DFECAA;
}
.TagClassName
{
border-color: #DFECAA;
}
</style>