Shades of Tusk #DFE0AB
Tints of Tusk #DFE0AB
RGB
CMYK
RGB Variations
Color information
#DFE0AB (or 0xDFE0AB) is known color: Tusk. HEX triplet: DF, E0 and AB. RGB value is (223,224,171). Sum of RGB (Red+Green+Blue) = 223+224+171=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 224 (87.89% from 255 or 36.25% from 618); Blue value is 171 (67.19% from 255 or 27.67% from 618); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE0AB is #201F54. Grayscale: #D9D9D9. Windows color (decimal): -2105173 or 11264223. OLE color: 11264223.
HSL color Cylindrical-coordinate representation of color #DFE0AB: hue angle of 61.13º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFE0AB is Cyan = 0.00, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 171 | - |
| CMYK | 0.00 | 0 | 0.24 | 0.12 |
| HSL | 61.13º | 0.46% | 0.77% | - |
| HSV(B) | 61.13º | 0.24% | 0.88% | - |
| XYZ | 64.44 | 71.94 | 49.02 | - |
| YUV | 217.66 | 101.67 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 171 | 0.00 | 0 | 0.24 | 0.12 | 61.13 | 0.46 | 0.77 |
| Hex | DF | E0 | AB | 0 | 0 | 18 | C | 3D | 2E | 4D |
| Octal | 337 | 340 | 253 | 0 | 0 | 30 | 14 | 75 | 56 | 115 |
| Binary | 11011111 | 11100000 | 10101011 | 0 | 0 | 11000 | 1100 | 111101 | 101110 | 1001101 |
Color Harmonies of #DFE0AB
Complementary color
Monochromatic Colors of #DFE0AB
Black with #DFE0AB
Text Example
Text Example
White with #DFE0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE0AB; }
p { color: rgb(223,224,171); }
H1.HeaderClassName
{
color: #DFE0AB;
}
.AnyTagClassName
{
color: #DFE0AB;
}
</style>
background-color css
<style>
a { background-color: #DFE0AB; }
a { background-color: rgb(223,224,171); }
div.DivClassName
{
background-color: #DFE0AB;
}
.BgClassName
{
background-color: #DFE0AB;
}
</style>
border-color css
<style>
span { border-color: #DFE0AB; }
span { border-color: rgb(223,224,171); }
td.TdClassName
{
border-color: #DFE0AB;
}
.TagClassName
{
border-color: #DFE0AB;
}
</style>