Shades of Tusk #DDDDAD
Tints of Tusk #DDDDAD
RGB
CMYK
RGB Variations
Color information
#DDDDAD (or 0xDDDDAD) is known color: Tusk. HEX triplet: DD, DD and AD. RGB value is (221,221,173). Sum of RGB (Red+Green+Blue) = 221+221+173=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 173 (67.97% from 255 or 28.13% from 615); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDDAD is #222252. Grayscale: #D7D7D7. Windows color (decimal): -2237011 or 11394525. OLE color: 11394525.
HSL color Cylindrical-coordinate representation of color #DDDDAD: hue angle of 60º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDDDAD is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 173 | - |
| CMYK | 0 | 0 | 0.22 | 0.13 |
| HSL | 60º | 0.41% | 0.77% | - |
| HSV(B) | 60º | 0.22% | 0.87% | - |
| XYZ | 63.22 | 70.1 | 49.73 | - |
| YUV | 215.53 | 104 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 173 | 0 | 0 | 0.22 | 0.13 | 60 | 0.41 | 0.77 |
| Hex | DD | DD | AD | 0 | 0 | 16 | D | 3C | 29 | 4D |
| Octal | 335 | 335 | 255 | 0 | 0 | 26 | 15 | 74 | 51 | 115 |
| Binary | 11011101 | 11011101 | 10101101 | 0 | 0 | 10110 | 1101 | 111100 | 101001 | 1001101 |
Color Harmonies of #DDDDAD
Complementary color
Monochromatic Colors of #DDDDAD
Black with #DDDDAD
Text Example
Text Example
White with #DDDDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDAD; }
p { color: rgb(221,221,173); }
H1.HeaderClassName
{
color: #DDDDAD;
}
.AnyTagClassName
{
color: #DDDDAD;
}
</style>
background-color css
<style>
a { background-color: #DDDDAD; }
a { background-color: rgb(221,221,173); }
div.DivClassName
{
background-color: #DDDDAD;
}
.BgClassName
{
background-color: #DDDDAD;
}
</style>
border-color css
<style>
span { border-color: #DDDDAD; }
span { border-color: rgb(221,221,173); }
td.TdClassName
{
border-color: #DDDDAD;
}
.TagClassName
{
border-color: #DDDDAD;
}
</style>