Shades of Tusk #DFDDAF
Tints of Tusk #DFDDAF
RGB
CMYK
RGB Variations
Color information
#DFDDAF (or 0xDFDDAF) is known color: Tusk. HEX triplet: DF, DD and AF. RGB value is (223,221,175). Sum of RGB (Red+Green+Blue) = 223+221+175=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDDAF is #202250. Grayscale: #D8D8D8. Windows color (decimal): -2105937 or 11525599. OLE color: 11525599.
HSL color Cylindrical-coordinate representation of color #DFDDAF: hue angle of 57.5º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFDDAF is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 221 | 175 | - |
CMYK | 0 | 0.01 | 0.22 | 0.13 |
HSL | 57.5º | 0.43% | 0.78% | - |
HSV(B) | 57.5º | 0.22% | 0.87% | - |
XYZ | 64.03 | 70.5 | 50.79 | - |
YUV | 216.35 | 104.66 | 132.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 221 | 175 | 0 | 0.01 | 0.22 | 0.13 | 57.5 | 0.43 | 0.78 |
Hex | DF | DD | AF | 0 | 1 | 16 | D | 3A | 2B | 4E |
Octal | 337 | 335 | 257 | 0 | 1 | 26 | 15 | 72 | 53 | 116 |
Binary | 11011111 | 11011101 | 10101111 | 0 | 1 | 10110 | 1101 | 111010 | 101011 | 1001110 |
Color Harmonies of #DFDDAF
Complementary color
Monochromatic Colors of #DFDDAF
Black with #DFDDAF
Text Example
Text Example
White with #DFDDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDAF; }
p { color: rgb(223,221,175); }
H1.HeaderClassName
{
color: #DFDDAF;
}
.AnyTagClassName
{
color: #DFDDAF;
}
</style>
background-color css
<style>
a { background-color: #DFDDAF; }
a { background-color: rgb(223,221,175); }
div.DivClassName
{
background-color: #DFDDAF;
}
.BgClassName
{
background-color: #DFDDAF;
}
</style>
border-color css
<style>
span { border-color: #DFDDAF; }
span { border-color: rgb(223,221,175); }
td.TdClassName
{
border-color: #DFDDAF;
}
.TagClassName
{
border-color: #DFDDAF;
}
</style>