Shades of Tusk #D6E1AE
Tints of Tusk #D6E1AE
RGB
CMYK
RGB Variations
Color information
#D6E1AE (or 0xD6E1AE) is known color: Tusk. HEX triplet: D6, E1 and AE. RGB value is (214,225,174). Sum of RGB (Red+Green+Blue) = 214+225+174=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E1AE is #291E51. Grayscale: #D8D8D8. Windows color (decimal): -2694738 or 11461078. OLE color: 11461078.
HSL color Cylindrical-coordinate representation of color #D6E1AE: hue angle of 72.94º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6E1AE is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 225 | 174 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.12 |
| HSL | 72.94º | 0.46% | 0.78% | - |
| HSV(B) | 72.94º | 0.23% | 0.88% | - |
| XYZ | 62.3 | 71.2 | 50.5 | - |
| YUV | 215.9 | 104.36 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 225 | 174 | 0.05 | 0 | 0.23 | 0.12 | 72.94 | 0.46 | 0.78 |
| Hex | D6 | E1 | AE | 5 | 0 | 17 | C | 49 | 2E | 4E |
| Octal | 326 | 341 | 256 | 5 | 0 | 27 | 14 | 111 | 56 | 116 |
| Binary | 11010110 | 11100001 | 10101110 | 101 | 0 | 10111 | 1100 | 1001001 | 101110 | 1001110 |
Color Harmonies of #D6E1AE
Complementary color
Monochromatic Colors of #D6E1AE
Black with #D6E1AE
Text Example
Text Example
White with #D6E1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E1AE; }
p { color: rgb(214,225,174); }
H1.HeaderClassName
{
color: #D6E1AE;
}
.AnyTagClassName
{
color: #D6E1AE;
}
</style>
background-color css
<style>
a { background-color: #D6E1AE; }
a { background-color: rgb(214,225,174); }
div.DivClassName
{
background-color: #D6E1AE;
}
.BgClassName
{
background-color: #D6E1AE;
}
</style>
border-color css
<style>
span { border-color: #D6E1AE; }
span { border-color: rgb(214,225,174); }
td.TdClassName
{
border-color: #D6E1AE;
}
.TagClassName
{
border-color: #D6E1AE;
}
</style>