Shades of Tusk #DDDDAB
Tints of Tusk #DDDDAB
RGB
CMYK
RGB Variations
Color information
#DDDDAB (or 0xDDDDAB) is known color: Tusk. HEX triplet: DD, DD and AB. RGB value is (221,221,171). Sum of RGB (Red+Green+Blue) = 221+221+171=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 171 (67.19% from 255 or 27.90% from 613); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDDAB is #222254. Grayscale: #D7D7D7. Windows color (decimal): -2237013 or 11263453. OLE color: 11263453.
HSL color Cylindrical-coordinate representation of color #DDDDAB: hue angle of 60º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDDDAB is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 171 | - |
| CMYK | 0 | 0 | 0.23 | 0.13 |
| HSL | 60º | 0.42% | 0.77% | - |
| HSV(B) | 60º | 0.23% | 0.87% | - |
| XYZ | 63.03 | 70.03 | 48.72 | - |
| YUV | 215.3 | 103 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 171 | 0 | 0 | 0.23 | 0.13 | 60 | 0.42 | 0.77 |
| Hex | DD | DD | AB | 0 | 0 | 17 | D | 3C | 2A | 4D |
| Octal | 335 | 335 | 253 | 0 | 0 | 27 | 15 | 74 | 52 | 115 |
| Binary | 11011101 | 11011101 | 10101011 | 0 | 0 | 10111 | 1101 | 111100 | 101010 | 1001101 |
Color Harmonies of #DDDDAB
Complementary color
Monochromatic Colors of #DDDDAB
Black with #DDDDAB
Text Example
Text Example
White with #DDDDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDAB; }
p { color: rgb(221,221,171); }
H1.HeaderClassName
{
color: #DDDDAB;
}
.AnyTagClassName
{
color: #DDDDAB;
}
</style>
background-color css
<style>
a { background-color: #DDDDAB; }
a { background-color: rgb(221,221,171); }
div.DivClassName
{
background-color: #DDDDAB;
}
.BgClassName
{
background-color: #DDDDAB;
}
</style>
border-color css
<style>
span { border-color: #DDDDAB; }
span { border-color: rgb(221,221,171); }
td.TdClassName
{
border-color: #DDDDAB;
}
.TagClassName
{
border-color: #DDDDAB;
}
</style>