Shades of Tusk #DFDFAB
Tints of Tusk #DFDFAB
RGB
CMYK
RGB Variations
Color information
#DFDFAB (or 0xDFDFAB) is known color: Tusk. HEX triplet: DF, DF and AB. RGB value is (223,223,171). Sum of RGB (Red+Green+Blue) = 223+223+171=617 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.14% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 171 (67.19% from 255 or 27.71% from 617); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDFAB is #202054. Grayscale: #D9D9D9. Windows color (decimal): -2105429 or 11263967. OLE color: 11263967.
HSL color Cylindrical-coordinate representation of color #DFDFAB: 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.23%. Process color model (Four color, CMYK) of #DFDFAB is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 171 | - |
| CMYK | 0 | 0 | 0.23 | 0.13 |
| HSL | 60º | 0.45% | 0.77% | - |
| HSV(B) | 60º | 0.23% | 0.87% | - |
| XYZ | 64.17 | 71.4 | 48.93 | - |
| YUV | 217.07 | 102 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 171 | 0 | 0 | 0.23 | 0.13 | 60 | 0.45 | 0.77 |
| Hex | DF | DF | AB | 0 | 0 | 17 | D | 3C | 2D | 4D |
| Octal | 337 | 337 | 253 | 0 | 0 | 27 | 15 | 74 | 55 | 115 |
| Binary | 11011111 | 11011111 | 10101011 | 0 | 0 | 10111 | 1101 | 111100 | 101101 | 1001101 |
Color Harmonies of #DFDFAB
Complementary color
Monochromatic Colors of #DFDFAB
Black with #DFDFAB
Text Example
Text Example
White with #DFDFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFAB; }
p { color: rgb(223,223,171); }
H1.HeaderClassName
{
color: #DFDFAB;
}
.AnyTagClassName
{
color: #DFDFAB;
}
</style>
background-color css
<style>
a { background-color: #DFDFAB; }
a { background-color: rgb(223,223,171); }
div.DivClassName
{
background-color: #DFDFAB;
}
.BgClassName
{
background-color: #DFDFAB;
}
</style>
border-color css
<style>
span { border-color: #DFDFAB; }
span { border-color: rgb(223,223,171); }
td.TdClassName
{
border-color: #DFDFAB;
}
.TagClassName
{
border-color: #DFDFAB;
}
</style>