Shades of Tusk #DFE3AF
Tints of Tusk #DFE3AF
RGB
CMYK
RGB Variations
Color information
#DFE3AF (or 0xDFE3AF) is known color: Tusk. HEX triplet: DF, E3 and AF. RGB value is (223,227,175). Sum of RGB (Red+Green+Blue) = 223+227+175=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 227 (89.06% from 255 or 36.32% from 625); Blue value is 175 (68.75% from 255 or 28% from 625); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE3AF is #201C50. Grayscale: #DCDCDC. Windows color (decimal): -2104401 or 11527135. OLE color: 11527135.
HSL color Cylindrical-coordinate representation of color #DFE3AF: hue angle of 64.62º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFE3AF is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 175 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.11 |
| HSL | 64.62º | 0.48% | 0.79% | - |
| HSV(B) | 64.62º | 0.23% | 0.89% | - |
| XYZ | 65.64 | 73.72 | 51.33 | - |
| YUV | 219.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 175 | 0.02 | 0 | 0.23 | 0.11 | 64.62 | 0.48 | 0.79 |
| Hex | DF | E3 | AF | 2 | 0 | 17 | B | 41 | 30 | 4F |
| Octal | 337 | 343 | 257 | 2 | 0 | 27 | 13 | 101 | 60 | 117 |
| Binary | 11011111 | 11100011 | 10101111 | 10 | 0 | 10111 | 1011 | 1000001 | 110000 | 1001111 |
Color Harmonies of #DFE3AF
Complementary color
Monochromatic Colors of #DFE3AF
Black with #DFE3AF
Text Example
Text Example
White with #DFE3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE3AF; }
p { color: rgb(223,227,175); }
H1.HeaderClassName
{
color: #DFE3AF;
}
.AnyTagClassName
{
color: #DFE3AF;
}
</style>
background-color css
<style>
a { background-color: #DFE3AF; }
a { background-color: rgb(223,227,175); }
div.DivClassName
{
background-color: #DFE3AF;
}
.BgClassName
{
background-color: #DFE3AF;
}
</style>
border-color css
<style>
span { border-color: #DFE3AF; }
span { border-color: rgb(223,227,175); }
td.TdClassName
{
border-color: #DFE3AF;
}
.TagClassName
{
border-color: #DFE3AF;
}
</style>