Shades of Tusk #DFE8A2
Tints of Tusk #DFE8A2
RGB
CMYK
RGB Variations
Color information
#DFE8A2 (or 0xDFE8A2) is known color: Tusk. HEX triplet: DF, E8 and A2. RGB value is (223,232,162). Sum of RGB (Red+Green+Blue) = 223+232+162=617 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.14% from 617); Green value is 232 (91.02% from 255 or 37.60% from 617); Blue value is 162 (63.67% from 255 or 26.26% from 617); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE8A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE8A2 is #20175D. Grayscale: #DDDDDD. Windows color (decimal): -2103134 or 10676447. OLE color: 10676447.
HSL color Cylindrical-coordinate representation of color #DFE8A2: hue angle of 67.71º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFE8A2 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 232 | 162 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.09 |
| HSL | 67.71º | 0.6% | 0.77% | - |
| HSV(B) | 67.71º | 0.3% | 0.91% | - |
| XYZ | 65.81 | 76.01 | 45.39 | - |
| YUV | 221.33 | 94.52 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 232 | 162 | 0.04 | 0 | 0.30 | 0.09 | 67.71 | 0.6 | 0.77 |
| Hex | DF | E8 | A2 | 4 | 0 | 1E | 9 | 44 | 3C | 4D |
| Octal | 337 | 350 | 242 | 4 | 0 | 36 | 11 | 104 | 74 | 115 |
| Binary | 11011111 | 11101000 | 10100010 | 100 | 0 | 11110 | 1001 | 1000100 | 111100 | 1001101 |
Color Harmonies of #DFE8A2
Complementary color
Monochromatic Colors of #DFE8A2
Black with #DFE8A2
Text Example
Text Example
White with #DFE8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE8A2; }
p { color: rgb(223,232,162); }
H1.HeaderClassName
{
color: #DFE8A2;
}
.AnyTagClassName
{
color: #DFE8A2;
}
</style>
background-color css
<style>
a { background-color: #DFE8A2; }
a { background-color: rgb(223,232,162); }
div.DivClassName
{
background-color: #DFE8A2;
}
.BgClassName
{
background-color: #DFE8A2;
}
</style>
border-color css
<style>
span { border-color: #DFE8A2; }
span { border-color: rgb(223,232,162); }
td.TdClassName
{
border-color: #DFE8A2;
}
.TagClassName
{
border-color: #DFE8A2;
}
</style>