Shades of Tusk #DEDDB0
Tints of Tusk #DEDDB0
RGB
CMYK
RGB Variations
Color information
#DEDDB0 (or 0xDEDDB0) is known color: Tusk. HEX triplet: DE, DD and B0. RGB value is (222,221,176). Sum of RGB (Red+Green+Blue) = 222+221+176=619 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.86% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 176 (69.14% from 255 or 28.43% from 619); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDDB0 is #21224F. Grayscale: #D8D8D8. Windows color (decimal): -2171472 or 11591134. OLE color: 11591134.
HSL color Cylindrical-coordinate representation of color #DEDDB0: hue angle of 58.7º degrees, saturation: 0.41, 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 #DEDDB0 is Cyan = 0, Magento = 0.00, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 176 | - |
| CMYK | 0 | 0.00 | 0.21 | 0.13 |
| HSL | 58.7º | 0.41% | 0.78% | - |
| HSV(B) | 58.7º | 0.21% | 0.87% | - |
| XYZ | 63.82 | 70.38 | 51.29 | - |
| YUV | 216.17 | 105.33 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 176 | 0 | 0.00 | 0.21 | 0.13 | 58.7 | 0.41 | 0.78 |
| Hex | DE | DD | B0 | 0 | 0 | 15 | D | 3B | 29 | 4E |
| Octal | 336 | 335 | 260 | 0 | 0 | 25 | 15 | 73 | 51 | 116 |
| Binary | 11011110 | 11011101 | 10110000 | 0 | 0 | 10101 | 1101 | 111011 | 101001 | 1001110 |
Color Harmonies of #DEDDB0
Complementary color
Monochromatic Colors of #DEDDB0
Black with #DEDDB0
Text Example
Text Example
White with #DEDDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDB0; }
p { color: rgb(222,221,176); }
H1.HeaderClassName
{
color: #DEDDB0;
}
.AnyTagClassName
{
color: #DEDDB0;
}
</style>
background-color css
<style>
a { background-color: #DEDDB0; }
a { background-color: rgb(222,221,176); }
div.DivClassName
{
background-color: #DEDDB0;
}
.BgClassName
{
background-color: #DEDDB0;
}
</style>
border-color css
<style>
span { border-color: #DEDDB0; }
span { border-color: rgb(222,221,176); }
td.TdClassName
{
border-color: #DEDDB0;
}
.TagClassName
{
border-color: #DEDDB0;
}
</style>