Shades of Tusk #DEDDB3
Tints of Tusk #DEDDB3
RGB
CMYK
RGB Variations
Color information
#DEDDB3 (or 0xDEDDB3) is known color: Tusk. HEX triplet: DE, DD and B3. RGB value is (222,221,179). Sum of RGB (Red+Green+Blue) = 222+221+179=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 179 (70.31% from 255 or 28.78% from 622); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDDB3 is #21224C. Grayscale: #D8D8D8. Windows color (decimal): -2171469 or 11787742. OLE color: 11787742.
HSL color Cylindrical-coordinate representation of color #DEDDB3: hue angle of 58.6º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEDDB3 is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 179 | - |
| CMYK | 0 | 0.00 | 0.19 | 0.13 |
| HSL | 58.6º | 0.39% | 0.79% | - |
| HSV(B) | 58.6º | 0.19% | 0.87% | - |
| XYZ | 64.12 | 70.5 | 52.88 | - |
| YUV | 216.51 | 106.83 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 179 | 0 | 0.00 | 0.19 | 0.13 | 58.6 | 0.39 | 0.79 |
| Hex | DE | DD | B3 | 0 | 0 | 13 | D | 3B | 27 | 4F |
| Octal | 336 | 335 | 263 | 0 | 0 | 23 | 15 | 73 | 47 | 117 |
| Binary | 11011110 | 11011101 | 10110011 | 0 | 0 | 10011 | 1101 | 111011 | 100111 | 1001111 |
Color Harmonies of #DEDDB3
Complementary color
Monochromatic Colors of #DEDDB3
Black with #DEDDB3
Text Example
Text Example
White with #DEDDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDB3; }
p { color: rgb(222,221,179); }
H1.HeaderClassName
{
color: #DEDDB3;
}
.AnyTagClassName
{
color: #DEDDB3;
}
</style>
background-color css
<style>
a { background-color: #DEDDB3; }
a { background-color: rgb(222,221,179); }
div.DivClassName
{
background-color: #DEDDB3;
}
.BgClassName
{
background-color: #DEDDB3;
}
</style>
border-color css
<style>
span { border-color: #DEDDB3; }
span { border-color: rgb(222,221,179); }
td.TdClassName
{
border-color: #DEDDB3;
}
.TagClassName
{
border-color: #DEDDB3;
}
</style>