Shades of Tusk #DFECA2
Tints of Tusk #DFECA2
RGB
CMYK
RGB Variations
Color information
#DFECA2 (or 0xDFECA2) is known color: Tusk. HEX triplet: DF, EC and A2. RGB value is (223,236,162). Sum of RGB (Red+Green+Blue) = 223+236+162=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 162 (63.67% from 255 or 26.09% from 621); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFECA2 is #20135D. Grayscale: #DFDFDF. Windows color (decimal): -2102110 or 10677471. OLE color: 10677471.
HSL color Cylindrical-coordinate representation of color #DFECA2: hue angle of 70.54º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFECA2 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 162 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.07 |
| HSL | 70.54º | 0.66% | 0.78% | - |
| HSV(B) | 70.54º | 0.31% | 0.93% | - |
| XYZ | 66.95 | 78.29 | 45.76 | - |
| YUV | 223.68 | 93.19 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 162 | 0.06 | 0 | 0.31 | 0.07 | 70.54 | 0.66 | 0.78 |
| Hex | DF | EC | A2 | 6 | 0 | 1F | 7 | 47 | 42 | 4E |
| Octal | 337 | 354 | 242 | 6 | 0 | 37 | 7 | 107 | 102 | 116 |
| Binary | 11011111 | 11101100 | 10100010 | 110 | 0 | 11111 | 111 | 1000111 | 1000010 | 1001110 |
Color Harmonies of #DFECA2
Complementary color
Monochromatic Colors of #DFECA2
Black with #DFECA2
Text Example
Text Example
White with #DFECA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFECA2; }
p { color: rgb(223,236,162); }
H1.HeaderClassName
{
color: #DFECA2;
}
.AnyTagClassName
{
color: #DFECA2;
}
</style>
background-color css
<style>
a { background-color: #DFECA2; }
a { background-color: rgb(223,236,162); }
div.DivClassName
{
background-color: #DFECA2;
}
.BgClassName
{
background-color: #DFECA2;
}
</style>
border-color css
<style>
span { border-color: #DFECA2; }
span { border-color: rgb(223,236,162); }
td.TdClassName
{
border-color: #DFECA2;
}
.TagClassName
{
border-color: #DFECA2;
}
</style>