Shades of Tusk #DFE1AF
Tints of Tusk #DFE1AF
RGB
CMYK
RGB Variations
Color information
#DFE1AF (or 0xDFE1AF) is known color: Tusk. HEX triplet: DF, E1 and AF. RGB value is (223,225,175). Sum of RGB (Red+Green+Blue) = 223+225+175=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 225 (88.28% from 255 or 36.12% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE1AF is #201E50. Grayscale: #DADADA. Windows color (decimal): -2104913 or 11526623. OLE color: 11526623.
HSL color Cylindrical-coordinate representation of color #DFE1AF: hue angle of 62.4º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFE1AF is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 175 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.12 |
| HSL | 62.4º | 0.45% | 0.78% | - |
| HSV(B) | 62.4º | 0.22% | 0.88% | - |
| XYZ | 65.09 | 72.63 | 51.15 | - |
| YUV | 218.7 | 103.34 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 175 | 0.01 | 0 | 0.22 | 0.12 | 62.4 | 0.45 | 0.78 |
| Hex | DF | E1 | AF | 1 | 0 | 16 | C | 3E | 2D | 4E |
| Octal | 337 | 341 | 257 | 1 | 0 | 26 | 14 | 76 | 55 | 116 |
| Binary | 11011111 | 11100001 | 10101111 | 1 | 0 | 10110 | 1100 | 111110 | 101101 | 1001110 |
Color Harmonies of #DFE1AF
Complementary color
Monochromatic Colors of #DFE1AF
Black with #DFE1AF
Text Example
Text Example
White with #DFE1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE1AF; }
p { color: rgb(223,225,175); }
H1.HeaderClassName
{
color: #DFE1AF;
}
.AnyTagClassName
{
color: #DFE1AF;
}
</style>
background-color css
<style>
a { background-color: #DFE1AF; }
a { background-color: rgb(223,225,175); }
div.DivClassName
{
background-color: #DFE1AF;
}
.BgClassName
{
background-color: #DFE1AF;
}
</style>
border-color css
<style>
span { border-color: #DFE1AF; }
span { border-color: rgb(223,225,175); }
td.TdClassName
{
border-color: #DFE1AF;
}
.TagClassName
{
border-color: #DFE1AF;
}
</style>