Shades of Tusk #DDDFAF
Tints of Tusk #DDDFAF
RGB
CMYK
RGB Variations
Color information
#DDDFAF (or 0xDDDFAF) is known color: Tusk. HEX triplet: DD, DF and AF. RGB value is (221,223,175). Sum of RGB (Red+Green+Blue) = 221+223+175=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDFAF is #222050. Grayscale: #D9D9D9. Windows color (decimal): -2236497 or 11526109. OLE color: 11526109.
HSL color Cylindrical-coordinate representation of color #DDDFAF: hue angle of 62.5º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDDFAF is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 175 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.13 |
| HSL | 62.5º | 0.43% | 0.78% | - |
| HSV(B) | 62.5º | 0.22% | 0.87% | - |
| XYZ | 63.94 | 71.24 | 50.94 | - |
| YUV | 216.93 | 104.34 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 175 | 0.01 | 0 | 0.22 | 0.13 | 62.5 | 0.43 | 0.78 |
| Hex | DD | DF | AF | 1 | 0 | 16 | D | 3F | 2B | 4E |
| Octal | 335 | 337 | 257 | 1 | 0 | 26 | 15 | 77 | 53 | 116 |
| Binary | 11011101 | 11011111 | 10101111 | 1 | 0 | 10110 | 1101 | 111111 | 101011 | 1001110 |
Color Harmonies of #DDDFAF
Complementary color
Monochromatic Colors of #DDDFAF
Black with #DDDFAF
Text Example
Text Example
White with #DDDFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDFAF; }
p { color: rgb(221,223,175); }
H1.HeaderClassName
{
color: #DDDFAF;
}
.AnyTagClassName
{
color: #DDDFAF;
}
</style>
background-color css
<style>
a { background-color: #DDDFAF; }
a { background-color: rgb(221,223,175); }
div.DivClassName
{
background-color: #DDDFAF;
}
.BgClassName
{
background-color: #DDDFAF;
}
</style>
border-color css
<style>
span { border-color: #DDDFAF; }
span { border-color: rgb(221,223,175); }
td.TdClassName
{
border-color: #DDDFAF;
}
.TagClassName
{
border-color: #DDDFAF;
}
</style>