Shades of Tusk #D9E6AF
Tints of Tusk #D9E6AF
RGB
CMYK
RGB Variations
Color information
#D9E6AF (or 0xD9E6AF) is known color: Tusk. HEX triplet: D9, E6 and AF. RGB value is (217,230,175). Sum of RGB (Red+Green+Blue) = 217+230+175=622 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.89% from 622); Green value is 230 (90.23% from 255 or 36.98% from 622); Blue value is 175 (68.75% from 255 or 28.14% from 622); Max value from RGB is 230 - color contains mainly: green. Hex color #D9E6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9E6AF is #261950. Grayscale: #DCDCDC. Windows color (decimal): -2496849 or 11527897. OLE color: 11527897.
HSL color Cylindrical-coordinate representation of color #D9E6AF: hue angle of 74.18º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9E6AF is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 230 | 175 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.10 |
| HSL | 74.18º | 0.52% | 0.79% | - |
| HSV(B) | 74.18º | 0.24% | 0.9% | - |
| XYZ | 64.65 | 74.44 | 51.52 | - |
| YUV | 219.84 | 102.69 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 230 | 175 | 0.06 | 0 | 0.24 | 0.10 | 74.18 | 0.52 | 0.79 |
| Hex | D9 | E6 | AF | 6 | 0 | 18 | A | 4A | 34 | 4F |
| Octal | 331 | 346 | 257 | 6 | 0 | 30 | 12 | 112 | 64 | 117 |
| Binary | 11011001 | 11100110 | 10101111 | 110 | 0 | 11000 | 1010 | 1001010 | 110100 | 1001111 |
Color Harmonies of #D9E6AF
Complementary color
Monochromatic Colors of #D9E6AF
Black with #D9E6AF
Text Example
Text Example
White with #D9E6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E6AF; }
p { color: rgb(217,230,175); }
H1.HeaderClassName
{
color: #D9E6AF;
}
.AnyTagClassName
{
color: #D9E6AF;
}
</style>
background-color css
<style>
a { background-color: #D9E6AF; }
a { background-color: rgb(217,230,175); }
div.DivClassName
{
background-color: #D9E6AF;
}
.BgClassName
{
background-color: #D9E6AF;
}
</style>
border-color css
<style>
span { border-color: #D9E6AF; }
span { border-color: rgb(217,230,175); }
td.TdClassName
{
border-color: #D9E6AF;
}
.TagClassName
{
border-color: #D9E6AF;
}
</style>