Shades of Tusk #DFDFA6
Tints of Tusk #DFDFA6
RGB
CMYK
RGB Variations
Color information
#DFDFA6 (or 0xDFDFA6) is known color: Tusk. HEX triplet: DF, DF and A6. RGB value is (223,223,166). Sum of RGB (Red+Green+Blue) = 223+223+166=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 166 (65.23% from 255 or 27.12% from 612); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDFA6 is #202059. Grayscale: #D8D8D8. Windows color (decimal): -2105434 or 10936287. OLE color: 10936287.
HSL color Cylindrical-coordinate representation of color #DFDFA6: hue angle of 60º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFDFA6 is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 166 | - |
| CMYK | 0 | 0 | 0.26 | 0.13 |
| HSL | 60º | 0.47% | 0.76% | - |
| HSV(B) | 60º | 0.26% | 0.87% | - |
| XYZ | 63.7 | 71.22 | 46.47 | - |
| YUV | 216.5 | 99.5 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 166 | 0 | 0 | 0.26 | 0.13 | 60 | 0.47 | 0.76 |
| Hex | DF | DF | A6 | 0 | 0 | 1A | D | 3C | 2F | 4C |
| Octal | 337 | 337 | 246 | 0 | 0 | 32 | 15 | 74 | 57 | 114 |
| Binary | 11011111 | 11011111 | 10100110 | 0 | 0 | 11010 | 1101 | 111100 | 101111 | 1001100 |
Color Harmonies of #DFDFA6
Complementary color
Monochromatic Colors of #DFDFA6
Black with #DFDFA6
Text Example
Text Example
White with #DFDFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFA6; }
p { color: rgb(223,223,166); }
H1.HeaderClassName
{
color: #DFDFA6;
}
.AnyTagClassName
{
color: #DFDFA6;
}
</style>
background-color css
<style>
a { background-color: #DFDFA6; }
a { background-color: rgb(223,223,166); }
div.DivClassName
{
background-color: #DFDFA6;
}
.BgClassName
{
background-color: #DFDFA6;
}
</style>
border-color css
<style>
span { border-color: #DFDFA6; }
span { border-color: rgb(223,223,166); }
td.TdClassName
{
border-color: #DFDFA6;
}
.TagClassName
{
border-color: #DFDFA6;
}
</style>