Shades of Tusk #D8E0AC
Tints of Tusk #D8E0AC
RGB
CMYK
RGB Variations
Color information
#D8E0AC (or 0xD8E0AC) is known color: Tusk. HEX triplet: D8, E0 and AC. RGB value is (216,224,172). Sum of RGB (Red+Green+Blue) = 216+224+172=612 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.29% from 612); Green value is 224 (87.89% from 255 or 36.60% from 612); Blue value is 172 (67.58% from 255 or 28.10% from 612); Max value from RGB is 224 - color contains mainly: green. Hex color #D8E0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8E0AC is #271F53. Grayscale: #D7D7D7. Windows color (decimal): -2563924 or 11329752. OLE color: 11329752.
HSL color Cylindrical-coordinate representation of color #D8E0AC: hue angle of 69.23º 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 #D8E0AC is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 224 | 172 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.12 |
| HSL | 69.23º | 0.46% | 0.78% | - |
| HSV(B) | 69.23º | 0.23% | 0.88% | - |
| XYZ | 62.42 | 70.89 | 49.42 | - |
| YUV | 215.68 | 103.35 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 224 | 172 | 0.04 | 0 | 0.23 | 0.12 | 69.23 | 0.46 | 0.78 |
| Hex | D8 | E0 | AC | 4 | 0 | 17 | C | 45 | 2E | 4E |
| Octal | 330 | 340 | 254 | 4 | 0 | 27 | 14 | 105 | 56 | 116 |
| Binary | 11011000 | 11100000 | 10101100 | 100 | 0 | 10111 | 1100 | 1000101 | 101110 | 1001110 |
Color Harmonies of #D8E0AC
Complementary color
Monochromatic Colors of #D8E0AC
Black with #D8E0AC
Text Example
Text Example
White with #D8E0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E0AC; }
p { color: rgb(216,224,172); }
H1.HeaderClassName
{
color: #D8E0AC;
}
.AnyTagClassName
{
color: #D8E0AC;
}
</style>
background-color css
<style>
a { background-color: #D8E0AC; }
a { background-color: rgb(216,224,172); }
div.DivClassName
{
background-color: #D8E0AC;
}
.BgClassName
{
background-color: #D8E0AC;
}
</style>
border-color css
<style>
span { border-color: #D8E0AC; }
span { border-color: rgb(216,224,172); }
td.TdClassName
{
border-color: #D8E0AC;
}
.TagClassName
{
border-color: #D8E0AC;
}
</style>