Shades of Tusk #DFDEAD
Tints of Tusk #DFDEAD
RGB
CMYK
RGB Variations
Color information
#DFDEAD (or 0xDFDEAD) is known color: Tusk. HEX triplet: DF, DE and AD. RGB value is (223,222,173). Sum of RGB (Red+Green+Blue) = 223+222+173=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 173 (67.97% from 255 or 27.99% from 618); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDEAD is #202152. Grayscale: #D8D8D8. Windows color (decimal): -2105683 or 11394783. OLE color: 11394783.
HSL color Cylindrical-coordinate representation of color #DFDEAD: hue angle of 58.8º 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 #DFDEAD is Cyan = 0, Magento = 0.00, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 173 | - |
| CMYK | 0 | 0.00 | 0.22 | 0.13 |
| HSL | 58.8º | 0.44% | 0.78% | - |
| HSV(B) | 58.8º | 0.22% | 0.87% | - |
| XYZ | 64.1 | 70.95 | 49.85 | - |
| YUV | 216.71 | 103.33 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 173 | 0 | 0.00 | 0.22 | 0.13 | 58.8 | 0.44 | 0.78 |
| Hex | DF | DE | AD | 0 | 0 | 16 | D | 3B | 2C | 4E |
| Octal | 337 | 336 | 255 | 0 | 0 | 26 | 15 | 73 | 54 | 116 |
| Binary | 11011111 | 11011110 | 10101101 | 0 | 0 | 10110 | 1101 | 111011 | 101100 | 1001110 |
Color Harmonies of #DFDEAD
Complementary color
Monochromatic Colors of #DFDEAD
Black with #DFDEAD
Text Example
Text Example
White with #DFDEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDEAD; }
p { color: rgb(223,222,173); }
H1.HeaderClassName
{
color: #DFDEAD;
}
.AnyTagClassName
{
color: #DFDEAD;
}
</style>
background-color css
<style>
a { background-color: #DFDEAD; }
a { background-color: rgb(223,222,173); }
div.DivClassName
{
background-color: #DFDEAD;
}
.BgClassName
{
background-color: #DFDEAD;
}
</style>
border-color css
<style>
span { border-color: #DFDEAD; }
span { border-color: rgb(223,222,173); }
td.TdClassName
{
border-color: #DFDEAD;
}
.TagClassName
{
border-color: #DFDEAD;
}
</style>