Shades of Tusk #DDDDAF
Tints of Tusk #DDDDAF
RGB
CMYK
RGB Variations
Color information
#DDDDAF (or 0xDDDDAF) is known color: Tusk. HEX triplet: DD, DD and AF. RGB value is (221,221,175). Sum of RGB (Red+Green+Blue) = 221+221+175=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 175 (68.75% from 255 or 28.36% from 617); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDDAF is #222250. Grayscale: #D7D7D7. Windows color (decimal): -2237009 or 11525597. OLE color: 11525597.
HSL color Cylindrical-coordinate representation of color #DDDDAF: 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.21%. Process color model (Four color, CMYK) of #DDDDAF is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 175 | - |
| CMYK | 0 | 0 | 0.21 | 0.13 |
| HSL | 60º | 0.4% | 0.78% | - |
| HSV(B) | 60º | 0.21% | 0.87% | - |
| XYZ | 63.41 | 70.18 | 50.76 | - |
| YUV | 215.76 | 105 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 175 | 0 | 0 | 0.21 | 0.13 | 60 | 0.4 | 0.78 |
| Hex | DD | DD | AF | 0 | 0 | 15 | D | 3C | 28 | 4E |
| Octal | 335 | 335 | 257 | 0 | 0 | 25 | 15 | 74 | 50 | 116 |
| Binary | 11011101 | 11011101 | 10101111 | 0 | 0 | 10101 | 1101 | 111100 | 101000 | 1001110 |
Color Harmonies of #DDDDAF
Complementary color
Monochromatic Colors of #DDDDAF
Black with #DDDDAF
Text Example
Text Example
White with #DDDDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDAF; }
p { color: rgb(221,221,175); }
H1.HeaderClassName
{
color: #DDDDAF;
}
.AnyTagClassName
{
color: #DDDDAF;
}
</style>
background-color css
<style>
a { background-color: #DDDDAF; }
a { background-color: rgb(221,221,175); }
div.DivClassName
{
background-color: #DDDDAF;
}
.BgClassName
{
background-color: #DDDDAF;
}
</style>
border-color css
<style>
span { border-color: #DDDDAF; }
span { border-color: rgb(221,221,175); }
td.TdClassName
{
border-color: #DDDDAF;
}
.TagClassName
{
border-color: #DDDDAF;
}
</style>