Shades of Tusk #DFDFAD
Tints of Tusk #DFDFAD
RGB
CMYK
RGB Variations
Color information
#DFDFAD (or 0xDFDFAD) is known color: Tusk. HEX triplet: DF, DF and AD. RGB value is (223,223,173). Sum of RGB (Red+Green+Blue) = 223+223+173=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDFAD is #202052. Grayscale: #D9D9D9. Windows color (decimal): -2105427 or 11395039. OLE color: 11395039.
HSL color Cylindrical-coordinate representation of color #DFDFAD: hue angle of 60º degrees, saturation: 0.44, 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 #DFDFAD is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 223 | 173 | - |
CMYK | 0 | 0 | 0.22 | 0.13 |
HSL | 60º | 0.44% | 0.78% | - |
HSV(B) | 60º | 0.22% | 0.87% | - |
XYZ | 64.36 | 71.48 | 49.94 | - |
YUV | 217.3 | 103 | 132.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 223 | 173 | 0 | 0 | 0.22 | 0.13 | 60 | 0.44 | 0.78 |
Hex | DF | DF | AD | 0 | 0 | 16 | D | 3C | 2C | 4E |
Octal | 337 | 337 | 255 | 0 | 0 | 26 | 15 | 74 | 54 | 116 |
Binary | 11011111 | 11011111 | 10101101 | 0 | 0 | 10110 | 1101 | 111100 | 101100 | 1001110 |
Color Harmonies of #DFDFAD
Complementary color
Monochromatic Colors of #DFDFAD
Black with #DFDFAD
Text Example
Text Example
White with #DFDFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFAD; }
p { color: rgb(223,223,173); }
H1.HeaderClassName
{
color: #DFDFAD;
}
.AnyTagClassName
{
color: #DFDFAD;
}
</style>
background-color css
<style>
a { background-color: #DFDFAD; }
a { background-color: rgb(223,223,173); }
div.DivClassName
{
background-color: #DFDFAD;
}
.BgClassName
{
background-color: #DFDFAD;
}
</style>
border-color css
<style>
span { border-color: #DFDFAD; }
span { border-color: rgb(223,223,173); }
td.TdClassName
{
border-color: #DFDFAD;
}
.TagClassName
{
border-color: #DFDFAD;
}
</style>