Shades of Tusk #DDDFA8
Tints of Tusk #DDDFA8
RGB
CMYK
RGB Variations
Color information
#DDDFA8 (or 0xDDDFA8) is known color: Tusk. HEX triplet: DD, DF and A8. RGB value is (221,223,168). Sum of RGB (Red+Green+Blue) = 221+223+168=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 168 (66.02% from 255 or 27.45% from 612); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDFA8 is #222057. Grayscale: #D8D8D8. Windows color (decimal): -2236504 or 11067357. OLE color: 11067357.
HSL color Cylindrical-coordinate representation of color #DDDFA8: hue angle of 62.18º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDDFA8 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 168 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.13 |
| HSL | 62.18º | 0.46% | 0.77% | - |
| HSV(B) | 62.18º | 0.25% | 0.87% | - |
| XYZ | 63.27 | 70.97 | 47.41 | - |
| YUV | 216.13 | 100.84 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 168 | 0.01 | 0 | 0.25 | 0.13 | 62.18 | 0.46 | 0.77 |
| Hex | DD | DF | A8 | 1 | 0 | 19 | D | 3E | 2E | 4D |
| Octal | 335 | 337 | 250 | 1 | 0 | 31 | 15 | 76 | 56 | 115 |
| Binary | 11011101 | 11011111 | 10101000 | 1 | 0 | 11001 | 1101 | 111110 | 101110 | 1001101 |
Color Harmonies of #DDDFA8
Complementary color
Monochromatic Colors of #DDDFA8
Black with #DDDFA8
Text Example
Text Example
White with #DDDFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDFA8; }
p { color: rgb(221,223,168); }
H1.HeaderClassName
{
color: #DDDFA8;
}
.AnyTagClassName
{
color: #DDDFA8;
}
</style>
background-color css
<style>
a { background-color: #DDDFA8; }
a { background-color: rgb(221,223,168); }
div.DivClassName
{
background-color: #DDDFA8;
}
.BgClassName
{
background-color: #DDDFA8;
}
</style>
border-color css
<style>
span { border-color: #DDDFA8; }
span { border-color: rgb(221,223,168); }
td.TdClassName
{
border-color: #DDDFA8;
}
.TagClassName
{
border-color: #DDDFA8;
}
</style>