Shades of Tusk #D6E0AC
Tints of Tusk #D6E0AC
RGB
CMYK
RGB Variations
Color information
#D6E0AC (or 0xD6E0AC) is known color: Tusk. HEX triplet: D6, E0 and AC. RGB value is (214,224,172). Sum of RGB (Red+Green+Blue) = 214+224+172=610 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.08% from 610); Green value is 224 (87.89% from 255 or 36.72% from 610); Blue value is 172 (67.58% from 255 or 28.20% from 610); Max value from RGB is 224 - color contains mainly: green. Hex color #D6E0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E0AC is #291F53. Grayscale: #D7D7D7. Windows color (decimal): -2694996 or 11329750. OLE color: 11329750.
HSL color Cylindrical-coordinate representation of color #D6E0AC: hue angle of 71.54º 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 #D6E0AC is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 224 | 172 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.12 |
| HSL | 71.54º | 0.46% | 0.78% | - |
| HSV(B) | 71.54º | 0.23% | 0.88% | - |
| XYZ | 61.83 | 70.59 | 49.4 | - |
| YUV | 215.08 | 103.69 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 224 | 172 | 0.04 | 0 | 0.23 | 0.12 | 71.54 | 0.46 | 0.78 |
| Hex | D6 | E0 | AC | 4 | 0 | 17 | C | 48 | 2E | 4E |
| Octal | 326 | 340 | 254 | 4 | 0 | 27 | 14 | 110 | 56 | 116 |
| Binary | 11010110 | 11100000 | 10101100 | 100 | 0 | 10111 | 1100 | 1001000 | 101110 | 1001110 |
Color Harmonies of #D6E0AC
Complementary color
Monochromatic Colors of #D6E0AC
Black with #D6E0AC
Text Example
Text Example
White with #D6E0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E0AC; }
p { color: rgb(214,224,172); }
H1.HeaderClassName
{
color: #D6E0AC;
}
.AnyTagClassName
{
color: #D6E0AC;
}
</style>
background-color css
<style>
a { background-color: #D6E0AC; }
a { background-color: rgb(214,224,172); }
div.DivClassName
{
background-color: #D6E0AC;
}
.BgClassName
{
background-color: #D6E0AC;
}
</style>
border-color css
<style>
span { border-color: #D6E0AC; }
span { border-color: rgb(214,224,172); }
td.TdClassName
{
border-color: #D6E0AC;
}
.TagClassName
{
border-color: #D6E0AC;
}
</style>