Shades of Tusk #D8DEA7
Tints of Tusk #D8DEA7
RGB
CMYK
RGB Variations
Color information
#D8DEA7 (or 0xD8DEA7) is known color: Tusk. HEX triplet: D8, DE and A7. RGB value is (216,222,167). Sum of RGB (Red+Green+Blue) = 216+222+167=605 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.70% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 167 (65.62% from 255 or 27.60% from 605); Max value from RGB is 222 - color contains mainly: green. Hex color #D8DEA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DEA7 is #272158. Grayscale: #D6D6D6. Windows color (decimal): -2564441 or 11001560. OLE color: 11001560.
HSL color Cylindrical-coordinate representation of color #D8DEA7: hue angle of 66.55º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8DEA7 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 222 | 167 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.13 |
| HSL | 66.55º | 0.45% | 0.76% | - |
| HSV(B) | 66.55º | 0.25% | 0.87% | - |
| XYZ | 61.42 | 69.63 | 46.76 | - |
| YUV | 213.94 | 101.51 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 222 | 167 | 0.03 | 0 | 0.25 | 0.13 | 66.55 | 0.45 | 0.76 |
| Hex | D8 | DE | A7 | 3 | 0 | 19 | D | 43 | 2D | 4C |
| Octal | 330 | 336 | 247 | 3 | 0 | 31 | 15 | 103 | 55 | 114 |
| Binary | 11011000 | 11011110 | 10100111 | 11 | 0 | 11001 | 1101 | 1000011 | 101101 | 1001100 |
Color Harmonies of #D8DEA7
Complementary color
Monochromatic Colors of #D8DEA7
Black with #D8DEA7
Text Example
Text Example
White with #D8DEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DEA7; }
p { color: rgb(216,222,167); }
H1.HeaderClassName
{
color: #D8DEA7;
}
.AnyTagClassName
{
color: #D8DEA7;
}
</style>
background-color css
<style>
a { background-color: #D8DEA7; }
a { background-color: rgb(216,222,167); }
div.DivClassName
{
background-color: #D8DEA7;
}
.BgClassName
{
background-color: #D8DEA7;
}
</style>
border-color css
<style>
span { border-color: #D8DEA7; }
span { border-color: rgb(216,222,167); }
td.TdClassName
{
border-color: #D8DEA7;
}
.TagClassName
{
border-color: #D8DEA7;
}
</style>