Shades of Tusk #DDDDB0
Tints of Tusk #DDDDB0
RGB
CMYK
RGB Variations
Color information
#DDDDB0 (or 0xDDDDB0) is known color: Tusk. HEX triplet: DD, DD and B0. RGB value is (221,221,176). Sum of RGB (Red+Green+Blue) = 221+221+176=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 176 (69.14% from 255 or 28.48% from 618); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDDB0 is #22224F. Grayscale: #D8D8D8. Windows color (decimal): -2237008 or 11591133. OLE color: 11591133.
HSL color Cylindrical-coordinate representation of color #DDDDB0: hue angle of 60º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDDDB0 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 176 | - |
| CMYK | 0 | 0 | 0.20 | 0.13 |
| HSL | 60º | 0.4% | 0.78% | - |
| HSV(B) | 60º | 0.2% | 0.87% | - |
| XYZ | 63.51 | 70.22 | 51.28 | - |
| YUV | 215.87 | 105.5 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 176 | 0 | 0 | 0.20 | 0.13 | 60 | 0.4 | 0.78 |
| Hex | DD | DD | B0 | 0 | 0 | 14 | D | 3C | 28 | 4E |
| Octal | 335 | 335 | 260 | 0 | 0 | 24 | 15 | 74 | 50 | 116 |
| Binary | 11011101 | 11011101 | 10110000 | 0 | 0 | 10100 | 1101 | 111100 | 101000 | 1001110 |
Color Harmonies of #DDDDB0
Complementary color
Monochromatic Colors of #DDDDB0
Black with #DDDDB0
Text Example
Text Example
White with #DDDDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDB0; }
p { color: rgb(221,221,176); }
H1.HeaderClassName
{
color: #DDDDB0;
}
.AnyTagClassName
{
color: #DDDDB0;
}
</style>
background-color css
<style>
a { background-color: #DDDDB0; }
a { background-color: rgb(221,221,176); }
div.DivClassName
{
background-color: #DDDDB0;
}
.BgClassName
{
background-color: #DDDDB0;
}
</style>
border-color css
<style>
span { border-color: #DDDDB0; }
span { border-color: rgb(221,221,176); }
td.TdClassName
{
border-color: #DDDDB0;
}
.TagClassName
{
border-color: #DDDDB0;
}
</style>