Shades of Tusk #D9E4A6
Tints of Tusk #D9E4A6
RGB
CMYK
RGB Variations
Color information
#D9E4A6 (or 0xD9E4A6) is known color: Tusk. HEX triplet: D9, E4 and A6. RGB value is (217,228,166). Sum of RGB (Red+Green+Blue) = 217+228+166=611 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.52% from 611); Green value is 228 (89.45% from 255 or 37.32% from 611); Blue value is 166 (65.23% from 255 or 27.17% from 611); Max value from RGB is 228 - color contains mainly: green. Hex color #D9E4A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E4A6 is #261B59. Grayscale: #D9D9D9. Windows color (decimal): -2497370 or 10937561. OLE color: 10937561.
HSL color Cylindrical-coordinate representation of color #D9E4A6: hue angle of 70.65º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D9E4A6 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 228 | 166 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.11 |
| HSL | 70.65º | 0.53% | 0.77% | - |
| HSV(B) | 70.65º | 0.27% | 0.89% | - |
| XYZ | 63.24 | 72.99 | 46.83 | - |
| YUV | 217.64 | 98.86 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 228 | 166 | 0.05 | 0 | 0.27 | 0.11 | 70.65 | 0.53 | 0.77 |
| Hex | D9 | E4 | A6 | 5 | 0 | 1B | B | 47 | 35 | 4D |
| Octal | 331 | 344 | 246 | 5 | 0 | 33 | 13 | 107 | 65 | 115 |
| Binary | 11011001 | 11100100 | 10100110 | 101 | 0 | 11011 | 1011 | 1000111 | 110101 | 1001101 |
Color Harmonies of #D9E4A6
Complementary color
Monochromatic Colors of #D9E4A6
Black with #D9E4A6
Text Example
Text Example
White with #D9E4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E4A6; }
p { color: rgb(217,228,166); }
H1.HeaderClassName
{
color: #D9E4A6;
}
.AnyTagClassName
{
color: #D9E4A6;
}
</style>
background-color css
<style>
a { background-color: #D9E4A6; }
a { background-color: rgb(217,228,166); }
div.DivClassName
{
background-color: #D9E4A6;
}
.BgClassName
{
background-color: #D9E4A6;
}
</style>
border-color css
<style>
span { border-color: #D9E4A6; }
span { border-color: rgb(217,228,166); }
td.TdClassName
{
border-color: #D9E4A6;
}
.TagClassName
{
border-color: #D9E4A6;
}
</style>