Shades of Tusk #DFDEAF
Tints of Tusk #DFDEAF
RGB
CMYK
RGB Variations
Color information
#DFDEAF (or 0xDFDEAF) is known color: Tusk. HEX triplet: DF, DE and AF. RGB value is (223,222,175). Sum of RGB (Red+Green+Blue) = 223+222+175=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDEAF is #202150. Grayscale: #D9D9D9. Windows color (decimal): -2105681 or 11525855. OLE color: 11525855.
HSL color Cylindrical-coordinate representation of color #DFDEAF: hue angle of 58.75º 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 #DFDEAF is Cyan = 0, Magento = 0.00, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 175 | - |
| CMYK | 0 | 0.00 | 0.22 | 0.13 |
| HSL | 58.75º | 0.43% | 0.78% | - |
| HSV(B) | 58.75º | 0.22% | 0.87% | - |
| XYZ | 64.29 | 71.03 | 50.88 | - |
| YUV | 216.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 175 | 0 | 0.00 | 0.22 | 0.13 | 58.75 | 0.43 | 0.78 |
| Hex | DF | DE | AF | 0 | 0 | 16 | D | 3B | 2B | 4E |
| Octal | 337 | 336 | 257 | 0 | 0 | 26 | 15 | 73 | 53 | 116 |
| Binary | 11011111 | 11011110 | 10101111 | 0 | 0 | 10110 | 1101 | 111011 | 101011 | 1001110 |
Color Harmonies of #DFDEAF
Complementary color
Monochromatic Colors of #DFDEAF
Black with #DFDEAF
Text Example
Text Example
White with #DFDEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDEAF; }
p { color: rgb(223,222,175); }
H1.HeaderClassName
{
color: #DFDEAF;
}
.AnyTagClassName
{
color: #DFDEAF;
}
</style>
background-color css
<style>
a { background-color: #DFDEAF; }
a { background-color: rgb(223,222,175); }
div.DivClassName
{
background-color: #DFDEAF;
}
.BgClassName
{
background-color: #DFDEAF;
}
</style>
border-color css
<style>
span { border-color: #DFDEAF; }
span { border-color: rgb(223,222,175); }
td.TdClassName
{
border-color: #DFDEAF;
}
.TagClassName
{
border-color: #DFDEAF;
}
</style>