Shades of Tusk #D9DEA8
Tints of Tusk #D9DEA8
RGB
CMYK
RGB Variations
Color information
#D9DEA8 (or 0xD9DEA8) is known color: Tusk. HEX triplet: D9, DE and A8. RGB value is (217,222,168). Sum of RGB (Red+Green+Blue) = 217+222+168=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 168 (66.02% from 255 or 27.68% from 607); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DEA8 is #262157. Grayscale: #D6D6D6. Windows color (decimal): -2498904 or 11067097. OLE color: 11067097.
HSL color Cylindrical-coordinate representation of color #D9DEA8: hue angle of 65.56º degrees, saturation: 0.45, 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 #D9DEA8 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 222 | 168 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.13 |
| HSL | 65.56º | 0.45% | 0.76% | - |
| HSV(B) | 65.56º | 0.24% | 0.87% | - |
| XYZ | 61.8 | 69.82 | 47.27 | - |
| YUV | 214.35 | 101.84 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 222 | 168 | 0.02 | 0 | 0.24 | 0.13 | 65.56 | 0.45 | 0.76 |
| Hex | D9 | DE | A8 | 2 | 0 | 18 | D | 42 | 2D | 4C |
| Octal | 331 | 336 | 250 | 2 | 0 | 30 | 15 | 102 | 55 | 114 |
| Binary | 11011001 | 11011110 | 10101000 | 10 | 0 | 11000 | 1101 | 1000010 | 101101 | 1001100 |
Color Harmonies of #D9DEA8
Complementary color
Monochromatic Colors of #D9DEA8
Black with #D9DEA8
Text Example
Text Example
White with #D9DEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DEA8; }
p { color: rgb(217,222,168); }
H1.HeaderClassName
{
color: #D9DEA8;
}
.AnyTagClassName
{
color: #D9DEA8;
}
</style>
background-color css
<style>
a { background-color: #D9DEA8; }
a { background-color: rgb(217,222,168); }
div.DivClassName
{
background-color: #D9DEA8;
}
.BgClassName
{
background-color: #D9DEA8;
}
</style>
border-color css
<style>
span { border-color: #D9DEA8; }
span { border-color: rgb(217,222,168); }
td.TdClassName
{
border-color: #D9DEA8;
}
.TagClassName
{
border-color: #D9DEA8;
}
</style>