Shades of Tusk #DFECAF
Tints of Tusk #DFECAF
RGB
CMYK
RGB Variations
Color information
#DFECAF (or 0xDFECAF) is known color: Tusk. HEX triplet: DF, EC and AF. RGB value is (223,236,175). Sum of RGB (Red+Green+Blue) = 223+236+175=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 175 (68.75% from 255 or 27.60% from 634); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFECAF is #201350. Grayscale: #E1E1E1. Windows color (decimal): -2102097 or 11529439. OLE color: 11529439.
HSL color Cylindrical-coordinate representation of color #DFECAF: hue angle of 72.79º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFECAF is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 175 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.07 |
| HSL | 72.79º | 0.62% | 0.81% | - |
| HSV(B) | 72.79º | 0.26% | 0.93% | - |
| XYZ | 68.16 | 78.77 | 52.17 | - |
| YUV | 225.16 | 99.69 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 175 | 0.06 | 0 | 0.26 | 0.07 | 72.79 | 0.62 | 0.81 |
| Hex | DF | EC | AF | 6 | 0 | 1A | 7 | 49 | 3E | 51 |
| Octal | 337 | 354 | 257 | 6 | 0 | 32 | 7 | 111 | 76 | 121 |
| Binary | 11011111 | 11101100 | 10101111 | 110 | 0 | 11010 | 111 | 1001001 | 111110 | 1010001 |
Color Harmonies of #DFECAF
Complementary color
Monochromatic Colors of #DFECAF
Black with #DFECAF
Text Example
Text Example
White with #DFECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFECAF; }
p { color: rgb(223,236,175); }
H1.HeaderClassName
{
color: #DFECAF;
}
.AnyTagClassName
{
color: #DFECAF;
}
</style>
background-color css
<style>
a { background-color: #DFECAF; }
a { background-color: rgb(223,236,175); }
div.DivClassName
{
background-color: #DFECAF;
}
.BgClassName
{
background-color: #DFECAF;
}
</style>
border-color css
<style>
span { border-color: #DFECAF; }
span { border-color: rgb(223,236,175); }
td.TdClassName
{
border-color: #DFECAF;
}
.TagClassName
{
border-color: #DFECAF;
}
</style>