Shades of Tusk #D9E3AB
Tints of Tusk #D9E3AB
RGB
CMYK
RGB Variations
Color information
#D9E3AB (or 0xD9E3AB) is known color: Tusk. HEX triplet: D9, E3 and AB. RGB value is (217,227,171). Sum of RGB (Red+Green+Blue) = 217+227+171=615 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.28% from 615); Green value is 227 (89.06% from 255 or 36.91% from 615); Blue value is 171 (67.19% from 255 or 27.80% from 615); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E3AB is #261C54. Grayscale: #D9D9D9. Windows color (decimal): -2497621 or 11264985. OLE color: 11264985.
HSL color Cylindrical-coordinate representation of color #D9E3AB: hue angle of 70.71º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9E3AB is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 227 | 171 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.11 |
| HSL | 70.71º | 0.5% | 0.78% | - |
| HSV(B) | 70.71º | 0.25% | 0.89% | - |
| XYZ | 63.44 | 72.63 | 49.2 | - |
| YUV | 217.63 | 101.69 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 227 | 171 | 0.04 | 0 | 0.25 | 0.11 | 70.71 | 0.5 | 0.78 |
| Hex | D9 | E3 | AB | 4 | 0 | 19 | B | 47 | 32 | 4E |
| Octal | 331 | 343 | 253 | 4 | 0 | 31 | 13 | 107 | 62 | 116 |
| Binary | 11011001 | 11100011 | 10101011 | 100 | 0 | 11001 | 1011 | 1000111 | 110010 | 1001110 |
Color Harmonies of #D9E3AB
Complementary color
Monochromatic Colors of #D9E3AB
Black with #D9E3AB
Text Example
Text Example
White with #D9E3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E3AB; }
p { color: rgb(217,227,171); }
H1.HeaderClassName
{
color: #D9E3AB;
}
.AnyTagClassName
{
color: #D9E3AB;
}
</style>
background-color css
<style>
a { background-color: #D9E3AB; }
a { background-color: rgb(217,227,171); }
div.DivClassName
{
background-color: #D9E3AB;
}
.BgClassName
{
background-color: #D9E3AB;
}
</style>
border-color css
<style>
span { border-color: #D9E3AB; }
span { border-color: rgb(217,227,171); }
td.TdClassName
{
border-color: #D9E3AB;
}
.TagClassName
{
border-color: #D9E3AB;
}
</style>