Shades of Tusk #DFDFA9
Tints of Tusk #DFDFA9
RGB
CMYK
RGB Variations
Color information
#DFDFA9 (or 0xDFDFA9) is known color: Tusk. HEX triplet: DF, DF and A9. RGB value is (223,223,169). Sum of RGB (Red+Green+Blue) = 223+223+169=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 169 (66.41% from 255 or 27.48% from 615); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDFA9 is #202056. Grayscale: #D9D9D9. Windows color (decimal): -2105431 or 11132895. OLE color: 11132895.
HSL color Cylindrical-coordinate representation of color #DFDFA9: hue angle of 60º degrees, saturation: 0.46, 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 #DFDFA9 is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 169 | - |
| CMYK | 0 | 0 | 0.24 | 0.13 |
| HSL | 60º | 0.46% | 0.77% | - |
| HSV(B) | 60º | 0.24% | 0.87% | - |
| XYZ | 63.98 | 71.33 | 47.93 | - |
| YUV | 216.84 | 101 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 169 | 0 | 0 | 0.24 | 0.13 | 60 | 0.46 | 0.77 |
| Hex | DF | DF | A9 | 0 | 0 | 18 | D | 3C | 2E | 4D |
| Octal | 337 | 337 | 251 | 0 | 0 | 30 | 15 | 74 | 56 | 115 |
| Binary | 11011111 | 11011111 | 10101001 | 0 | 0 | 11000 | 1101 | 111100 | 101110 | 1001101 |
Color Harmonies of #DFDFA9
Complementary color
Monochromatic Colors of #DFDFA9
Black with #DFDFA9
Text Example
Text Example
White with #DFDFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFA9; }
p { color: rgb(223,223,169); }
H1.HeaderClassName
{
color: #DFDFA9;
}
.AnyTagClassName
{
color: #DFDFA9;
}
</style>
background-color css
<style>
a { background-color: #DFDFA9; }
a { background-color: rgb(223,223,169); }
div.DivClassName
{
background-color: #DFDFA9;
}
.BgClassName
{
background-color: #DFDFA9;
}
</style>
border-color css
<style>
span { border-color: #DFDFA9; }
span { border-color: rgb(223,223,169); }
td.TdClassName
{
border-color: #DFDFA9;
}
.TagClassName
{
border-color: #DFDFA9;
}
</style>