Shades of Tusk #DFE0AD
Tints of Tusk #DFE0AD
RGB
CMYK
RGB Variations
Color information
#DFE0AD (or 0xDFE0AD) is known color: Tusk. HEX triplet: DF, E0 and AD. RGB value is (223,224,173). Sum of RGB (Red+Green+Blue) = 223+224+173=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 224 (87.89% from 255 or 36.13% from 620); Blue value is 173 (67.97% from 255 or 27.90% from 620); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE0AD is #201F52. Grayscale: #DADADA. Windows color (decimal): -2105171 or 11395295. OLE color: 11395295.
HSL color Cylindrical-coordinate representation of color #DFE0AD: hue angle of 61.18º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFE0AD is Cyan = 0.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 173 | - |
| CMYK | 0.00 | 0 | 0.23 | 0.12 |
| HSL | 61.18º | 0.45% | 0.78% | - |
| HSV(B) | 61.18º | 0.23% | 0.88% | - |
| XYZ | 64.63 | 72.02 | 50.03 | - |
| YUV | 217.89 | 102.67 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 173 | 0.00 | 0 | 0.23 | 0.12 | 61.18 | 0.45 | 0.78 |
| Hex | DF | E0 | AD | 0 | 0 | 17 | C | 3D | 2D | 4E |
| Octal | 337 | 340 | 255 | 0 | 0 | 27 | 14 | 75 | 55 | 116 |
| Binary | 11011111 | 11100000 | 10101101 | 0 | 0 | 10111 | 1100 | 111101 | 101101 | 1001110 |
Color Harmonies of #DFE0AD
Complementary color
Monochromatic Colors of #DFE0AD
Black with #DFE0AD
Text Example
Text Example
White with #DFE0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE0AD; }
p { color: rgb(223,224,173); }
H1.HeaderClassName
{
color: #DFE0AD;
}
.AnyTagClassName
{
color: #DFE0AD;
}
</style>
background-color css
<style>
a { background-color: #DFE0AD; }
a { background-color: rgb(223,224,173); }
div.DivClassName
{
background-color: #DFE0AD;
}
.BgClassName
{
background-color: #DFE0AD;
}
</style>
border-color css
<style>
span { border-color: #DFE0AD; }
span { border-color: rgb(223,224,173); }
td.TdClassName
{
border-color: #DFE0AD;
}
.TagClassName
{
border-color: #DFE0AD;
}
</style>