Shades of Tusk #DEDDB5
Tints of Tusk #DEDDB5
RGB
CMYK
RGB Variations
Color information
#DEDDB5 (or 0xDEDDB5) is known color: Tusk. HEX triplet: DE, DD and B5. RGB value is (222,221,181). Sum of RGB (Red+Green+Blue) = 222+221+181=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 181 (71.09% from 255 or 29.01% from 624); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDDB5 is #21224A. Grayscale: #D8D8D8. Windows color (decimal): -2171467 or 11918814. OLE color: 11918814.
HSL color Cylindrical-coordinate representation of color #DEDDB5: hue angle of 58.54º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEDDB5 is Cyan = 0, Magento = 0.00, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 181 | - |
| CMYK | 0 | 0.00 | 0.18 | 0.13 |
| HSL | 58.54º | 0.38% | 0.79% | - |
| HSV(B) | 58.54º | 0.18% | 0.87% | - |
| XYZ | 64.32 | 70.58 | 53.95 | - |
| YUV | 216.74 | 107.83 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 181 | 0 | 0.00 | 0.18 | 0.13 | 58.54 | 0.38 | 0.79 |
| Hex | DE | DD | B5 | 0 | 0 | 12 | D | 3B | 26 | 4F |
| Octal | 336 | 335 | 265 | 0 | 0 | 22 | 15 | 73 | 46 | 117 |
| Binary | 11011110 | 11011101 | 10110101 | 0 | 0 | 10010 | 1101 | 111011 | 100110 | 1001111 |
Color Harmonies of #DEDDB5
Complementary color
Monochromatic Colors of #DEDDB5
Black with #DEDDB5
Text Example
Text Example
White with #DEDDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDB5; }
p { color: rgb(222,221,181); }
H1.HeaderClassName
{
color: #DEDDB5;
}
.AnyTagClassName
{
color: #DEDDB5;
}
</style>
background-color css
<style>
a { background-color: #DEDDB5; }
a { background-color: rgb(222,221,181); }
div.DivClassName
{
background-color: #DEDDB5;
}
.BgClassName
{
background-color: #DEDDB5;
}
</style>
border-color css
<style>
span { border-color: #DEDDB5; }
span { border-color: rgb(222,221,181); }
td.TdClassName
{
border-color: #DEDDB5;
}
.TagClassName
{
border-color: #DEDDB5;
}
</style>