Shades of Tusk #DFE7AF
Tints of Tusk #DFE7AF
RGB
CMYK
RGB Variations
Color information
#DFE7AF (or 0xDFE7AF) is known color: Tusk. HEX triplet: DF, E7 and AF. RGB value is (223,231,175). Sum of RGB (Red+Green+Blue) = 223+231+175=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 231 (90.62% from 255 or 36.72% from 629); Blue value is 175 (68.75% from 255 or 27.82% from 629); Max value from RGB is 231 - color contains mainly: green. Hex color #DFE7AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE7AF is #201850. Grayscale: #DEDEDE. Windows color (decimal): -2103377 or 11528159. OLE color: 11528159.
HSL color Cylindrical-coordinate representation of color #DFE7AF: hue angle of 68.57º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFE7AF is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 231 | 175 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.09 |
| HSL | 68.57º | 0.54% | 0.8% | - |
| HSV(B) | 68.57º | 0.24% | 0.91% | - |
| XYZ | 66.75 | 75.93 | 51.7 | - |
| YUV | 222.22 | 101.35 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 231 | 175 | 0.03 | 0 | 0.24 | 0.09 | 68.57 | 0.54 | 0.8 |
| Hex | DF | E7 | AF | 3 | 0 | 18 | 9 | 45 | 36 | 50 |
| Octal | 337 | 347 | 257 | 3 | 0 | 30 | 11 | 105 | 66 | 120 |
| Binary | 11011111 | 11100111 | 10101111 | 11 | 0 | 11000 | 1001 | 1000101 | 110110 | 1010000 |
Color Harmonies of #DFE7AF
Complementary color
Monochromatic Colors of #DFE7AF
Black with #DFE7AF
Text Example
Text Example
White with #DFE7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE7AF; }
p { color: rgb(223,231,175); }
H1.HeaderClassName
{
color: #DFE7AF;
}
.AnyTagClassName
{
color: #DFE7AF;
}
</style>
background-color css
<style>
a { background-color: #DFE7AF; }
a { background-color: rgb(223,231,175); }
div.DivClassName
{
background-color: #DFE7AF;
}
.BgClassName
{
background-color: #DFE7AF;
}
</style>
border-color css
<style>
span { border-color: #DFE7AF; }
span { border-color: rgb(223,231,175); }
td.TdClassName
{
border-color: #DFE7AF;
}
.TagClassName
{
border-color: #DFE7AF;
}
</style>