Shades of Tusk #DFE9AF
Tints of Tusk #DFE9AF
RGB
CMYK
RGB Variations
Color information
#DFE9AF (or 0xDFE9AF) is known color: Tusk. HEX triplet: DF, E9 and AF. RGB value is (223,233,175). Sum of RGB (Red+Green+Blue) = 223+233+175=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 233 (91.41% from 255 or 36.93% from 631); Blue value is 175 (68.75% from 255 or 27.73% from 631); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE9AF is #201650. Grayscale: #DFDFDF. Windows color (decimal): -2102865 or 11528671. OLE color: 11528671.
HSL color Cylindrical-coordinate representation of color #DFE9AF: hue angle of 70.34º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFE9AF is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 233 | 175 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.09 |
| HSL | 70.34º | 0.57% | 0.8% | - |
| HSV(B) | 70.34º | 0.25% | 0.91% | - |
| XYZ | 67.31 | 77.06 | 51.88 | - |
| YUV | 223.4 | 100.69 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 233 | 175 | 0.04 | 0 | 0.25 | 0.09 | 70.34 | 0.57 | 0.8 |
| Hex | DF | E9 | AF | 4 | 0 | 19 | 9 | 46 | 39 | 50 |
| Octal | 337 | 351 | 257 | 4 | 0 | 31 | 11 | 106 | 71 | 120 |
| Binary | 11011111 | 11101001 | 10101111 | 100 | 0 | 11001 | 1001 | 1000110 | 111001 | 1010000 |
Color Harmonies of #DFE9AF
Complementary color
Monochromatic Colors of #DFE9AF
Black with #DFE9AF
Text Example
Text Example
White with #DFE9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE9AF; }
p { color: rgb(223,233,175); }
H1.HeaderClassName
{
color: #DFE9AF;
}
.AnyTagClassName
{
color: #DFE9AF;
}
</style>
background-color css
<style>
a { background-color: #DFE9AF; }
a { background-color: rgb(223,233,175); }
div.DivClassName
{
background-color: #DFE9AF;
}
.BgClassName
{
background-color: #DFE9AF;
}
</style>
border-color css
<style>
span { border-color: #DFE9AF; }
span { border-color: rgb(223,233,175); }
td.TdClassName
{
border-color: #DFE9AF;
}
.TagClassName
{
border-color: #DFE9AF;
}
</style>