Shades of Tusk #DDDFAC
Tints of Tusk #DDDFAC
RGB
CMYK
RGB Variations
Color information
#DDDFAC (or 0xDDDFAC) is known color: Tusk. HEX triplet: DD, DF and AC. RGB value is (221,223,172). Sum of RGB (Red+Green+Blue) = 221+223+172=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 172 (67.58% from 255 or 27.92% from 616); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDFAC is #222053. Grayscale: #D8D8D8. Windows color (decimal): -2236500 or 11329501. OLE color: 11329501.
HSL color Cylindrical-coordinate representation of color #DDDFAC: hue angle of 62.35º degrees, saturation: 0.44, 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 #DDDFAC is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 172 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.13 |
| HSL | 62.35º | 0.44% | 0.77% | - |
| HSV(B) | 62.35º | 0.23% | 0.87% | - |
| XYZ | 63.65 | 71.13 | 49.4 | - |
| YUV | 216.59 | 102.84 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 172 | 0.01 | 0 | 0.23 | 0.13 | 62.35 | 0.44 | 0.77 |
| Hex | DD | DF | AC | 1 | 0 | 17 | D | 3E | 2C | 4D |
| Octal | 335 | 337 | 254 | 1 | 0 | 27 | 15 | 76 | 54 | 115 |
| Binary | 11011101 | 11011111 | 10101100 | 1 | 0 | 10111 | 1101 | 111110 | 101100 | 1001101 |
Color Harmonies of #DDDFAC
Complementary color
Monochromatic Colors of #DDDFAC
Black with #DDDFAC
Text Example
Text Example
White with #DDDFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDFAC; }
p { color: rgb(221,223,172); }
H1.HeaderClassName
{
color: #DDDFAC;
}
.AnyTagClassName
{
color: #DDDFAC;
}
</style>
background-color css
<style>
a { background-color: #DDDFAC; }
a { background-color: rgb(221,223,172); }
div.DivClassName
{
background-color: #DDDFAC;
}
.BgClassName
{
background-color: #DDDFAC;
}
</style>
border-color css
<style>
span { border-color: #DDDFAC; }
span { border-color: rgb(221,223,172); }
td.TdClassName
{
border-color: #DDDFAC;
}
.TagClassName
{
border-color: #DDDFAC;
}
</style>