Shades of Tusk #D8E1AD
Tints of Tusk #D8E1AD
RGB
CMYK
RGB Variations
Color information
#D8E1AD (or 0xD8E1AD) is known color: Tusk. HEX triplet: D8, E1 and AD. RGB value is (216,225,173). Sum of RGB (Red+Green+Blue) = 216+225+173=614 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.18% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 173 (67.97% from 255 or 28.18% from 614); Max value from RGB is 225 - color contains mainly: green. Hex color #D8E1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8E1AD is #271E52. Grayscale: #D8D8D8. Windows color (decimal): -2563667 or 11395544. OLE color: 11395544.
HSL color Cylindrical-coordinate representation of color #D8E1AD: hue angle of 70.38º 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 #D8E1AD is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 225 | 173 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.12 |
| HSL | 70.38º | 0.46% | 0.78% | - |
| HSV(B) | 70.38º | 0.23% | 0.88% | - |
| XYZ | 62.79 | 71.47 | 50.02 | - |
| YUV | 216.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 225 | 173 | 0.04 | 0 | 0.23 | 0.12 | 70.38 | 0.46 | 0.78 |
| Hex | D8 | E1 | AD | 4 | 0 | 17 | C | 46 | 2E | 4E |
| Octal | 330 | 341 | 255 | 4 | 0 | 27 | 14 | 106 | 56 | 116 |
| Binary | 11011000 | 11100001 | 10101101 | 100 | 0 | 10111 | 1100 | 1000110 | 101110 | 1001110 |
Color Harmonies of #D8E1AD
Complementary color
Monochromatic Colors of #D8E1AD
Black with #D8E1AD
Text Example
Text Example
White with #D8E1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E1AD; }
p { color: rgb(216,225,173); }
H1.HeaderClassName
{
color: #D8E1AD;
}
.AnyTagClassName
{
color: #D8E1AD;
}
</style>
background-color css
<style>
a { background-color: #D8E1AD; }
a { background-color: rgb(216,225,173); }
div.DivClassName
{
background-color: #D8E1AD;
}
.BgClassName
{
background-color: #D8E1AD;
}
</style>
border-color css
<style>
span { border-color: #D8E1AD; }
span { border-color: rgb(216,225,173); }
td.TdClassName
{
border-color: #D8E1AD;
}
.TagClassName
{
border-color: #D8E1AD;
}
</style>