Shades of Tusk #DFE4A3
Tints of Tusk #DFE4A3
RGB
CMYK
RGB Variations
Color information
#DFE4A3 (or 0xDFE4A3) is known color: Tusk. HEX triplet: DF, E4 and A3. RGB value is (223,228,163). Sum of RGB (Red+Green+Blue) = 223+228+163=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 228 (89.45% from 255 or 37.13% from 614); Blue value is 163 (64.06% from 255 or 26.55% from 614); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE4A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE4A3 is #201B5C. Grayscale: #DBDBDB. Windows color (decimal): -2104157 or 10740959. OLE color: 10740959.
HSL color Cylindrical-coordinate representation of color #DFE4A3: hue angle of 64.62º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFE4A3 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 228 | 163 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.11 |
| HSL | 64.62º | 0.55% | 0.77% | - |
| HSV(B) | 64.62º | 0.29% | 0.89% | - |
| XYZ | 64.79 | 73.82 | 45.48 | - |
| YUV | 219.1 | 96.34 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 163 | 0.02 | 0 | 0.29 | 0.11 | 64.62 | 0.55 | 0.77 |
| Hex | DF | E4 | A3 | 2 | 0 | 1D | B | 41 | 37 | 4D |
| Octal | 337 | 344 | 243 | 2 | 0 | 35 | 13 | 101 | 67 | 115 |
| Binary | 11011111 | 11100100 | 10100011 | 10 | 0 | 11101 | 1011 | 1000001 | 110111 | 1001101 |
Color Harmonies of #DFE4A3
Complementary color
Monochromatic Colors of #DFE4A3
Black with #DFE4A3
Text Example
Text Example
White with #DFE4A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE4A3; }
p { color: rgb(223,228,163); }
H1.HeaderClassName
{
color: #DFE4A3;
}
.AnyTagClassName
{
color: #DFE4A3;
}
</style>
background-color css
<style>
a { background-color: #DFE4A3; }
a { background-color: rgb(223,228,163); }
div.DivClassName
{
background-color: #DFE4A3;
}
.BgClassName
{
background-color: #DFE4A3;
}
</style>
border-color css
<style>
span { border-color: #DFE4A3; }
span { border-color: rgb(223,228,163); }
td.TdClassName
{
border-color: #DFE4A3;
}
.TagClassName
{
border-color: #DFE4A3;
}
</style>