Shades of Tusk #D9DDA8
Tints of Tusk #D9DDA8
RGB
CMYK
RGB Variations
Color information
#D9DDA8 (or 0xD9DDA8) is known color: Tusk. HEX triplet: D9, DD and A8. RGB value is (217,221,168). Sum of RGB (Red+Green+Blue) = 217+221+168=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 168 (66.02% from 255 or 27.72% from 606); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DDA8 is #262257. Grayscale: #D5D5D5. Windows color (decimal): -2499160 or 11066841. OLE color: 11066841.
HSL color Cylindrical-coordinate representation of color #D9DDA8: hue angle of 64.53º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9DDA8 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 221 | 168 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.13 |
| HSL | 64.53º | 0.44% | 0.76% | - |
| HSV(B) | 64.53º | 0.24% | 0.87% | - |
| XYZ | 61.54 | 69.29 | 47.18 | - |
| YUV | 213.76 | 102.17 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 221 | 168 | 0.02 | 0 | 0.24 | 0.13 | 64.53 | 0.44 | 0.76 |
| Hex | D9 | DD | A8 | 2 | 0 | 18 | D | 41 | 2C | 4C |
| Octal | 331 | 335 | 250 | 2 | 0 | 30 | 15 | 101 | 54 | 114 |
| Binary | 11011001 | 11011101 | 10101000 | 10 | 0 | 11000 | 1101 | 1000001 | 101100 | 1001100 |
Color Harmonies of #D9DDA8
Complementary color
Monochromatic Colors of #D9DDA8
Black with #D9DDA8
Text Example
Text Example
White with #D9DDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DDA8; }
p { color: rgb(217,221,168); }
H1.HeaderClassName
{
color: #D9DDA8;
}
.AnyTagClassName
{
color: #D9DDA8;
}
</style>
background-color css
<style>
a { background-color: #D9DDA8; }
a { background-color: rgb(217,221,168); }
div.DivClassName
{
background-color: #D9DDA8;
}
.BgClassName
{
background-color: #D9DDA8;
}
</style>
border-color css
<style>
span { border-color: #D9DDA8; }
span { border-color: rgb(217,221,168); }
td.TdClassName
{
border-color: #D9DDA8;
}
.TagClassName
{
border-color: #D9DDA8;
}
</style>