Shades of Tusk #DEDDAF
Tints of Tusk #DEDDAF
RGB
CMYK
RGB Variations
Color information
#DEDDAF (or 0xDEDDAF) is known color: Tusk. HEX triplet: DE, DD and AF. RGB value is (222,221,175). Sum of RGB (Red+Green+Blue) = 222+221+175=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 175 (68.75% from 255 or 28.32% from 618); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDDAF is #212250. Grayscale: #D8D8D8. Windows color (decimal): -2171473 or 11525598. OLE color: 11525598.
HSL color Cylindrical-coordinate representation of color #DEDDAF: hue angle of 58.72º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEDDAF is Cyan = 0, Magento = 0.00, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 175 | - |
| CMYK | 0 | 0.00 | 0.21 | 0.13 |
| HSL | 58.72º | 0.42% | 0.78% | - |
| HSV(B) | 58.72º | 0.21% | 0.87% | - |
| XYZ | 63.72 | 70.34 | 50.78 | - |
| YUV | 216.06 | 104.83 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 175 | 0 | 0.00 | 0.21 | 0.13 | 58.72 | 0.42 | 0.78 |
| Hex | DE | DD | AF | 0 | 0 | 15 | D | 3B | 2A | 4E |
| Octal | 336 | 335 | 257 | 0 | 0 | 25 | 15 | 73 | 52 | 116 |
| Binary | 11011110 | 11011101 | 10101111 | 0 | 0 | 10101 | 1101 | 111011 | 101010 | 1001110 |
Color Harmonies of #DEDDAF
Complementary color
Monochromatic Colors of #DEDDAF
Black with #DEDDAF
Text Example
Text Example
White with #DEDDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDAF; }
p { color: rgb(222,221,175); }
H1.HeaderClassName
{
color: #DEDDAF;
}
.AnyTagClassName
{
color: #DEDDAF;
}
</style>
background-color css
<style>
a { background-color: #DEDDAF; }
a { background-color: rgb(222,221,175); }
div.DivClassName
{
background-color: #DEDDAF;
}
.BgClassName
{
background-color: #DEDDAF;
}
</style>
border-color css
<style>
span { border-color: #DEDDAF; }
span { border-color: rgb(222,221,175); }
td.TdClassName
{
border-color: #DEDDAF;
}
.TagClassName
{
border-color: #DEDDAF;
}
</style>