Shades of Tusk #DFDFAA
Tints of Tusk #DFDFAA
RGB
CMYK
RGB Variations
Color information
#DFDFAA (or 0xDFDFAA) is known color: Tusk. HEX triplet: DF, DF and AA. RGB value is (223,223,170). Sum of RGB (Red+Green+Blue) = 223+223+170=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 170 (66.80% from 255 or 27.60% from 616); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDFAA is #202055. Grayscale: #D9D9D9. Windows color (decimal): -2105430 or 11198431. OLE color: 11198431.
HSL color Cylindrical-coordinate representation of color #DFDFAA: hue angle of 60º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFDFAA is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 170 | - |
| CMYK | 0 | 0 | 0.24 | 0.13 |
| HSL | 60º | 0.45% | 0.77% | - |
| HSV(B) | 60º | 0.24% | 0.87% | - |
| XYZ | 64.07 | 71.37 | 48.43 | - |
| YUV | 216.96 | 101.5 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 170 | 0 | 0 | 0.24 | 0.13 | 60 | 0.45 | 0.77 |
| Hex | DF | DF | AA | 0 | 0 | 18 | D | 3C | 2D | 4D |
| Octal | 337 | 337 | 252 | 0 | 0 | 30 | 15 | 74 | 55 | 115 |
| Binary | 11011111 | 11011111 | 10101010 | 0 | 0 | 11000 | 1101 | 111100 | 101101 | 1001101 |
Color Harmonies of #DFDFAA
Complementary color
Monochromatic Colors of #DFDFAA
Black with #DFDFAA
Text Example
Text Example
White with #DFDFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFAA; }
p { color: rgb(223,223,170); }
H1.HeaderClassName
{
color: #DFDFAA;
}
.AnyTagClassName
{
color: #DFDFAA;
}
</style>
background-color css
<style>
a { background-color: #DFDFAA; }
a { background-color: rgb(223,223,170); }
div.DivClassName
{
background-color: #DFDFAA;
}
.BgClassName
{
background-color: #DFDFAA;
}
</style>
border-color css
<style>
span { border-color: #DFDFAA; }
span { border-color: rgb(223,223,170); }
td.TdClassName
{
border-color: #DFDFAA;
}
.TagClassName
{
border-color: #DFDFAA;
}
</style>