Shades of Tusk #D7E0A1
Tints of Tusk #D7E0A1
RGB
CMYK
RGB Variations
Color information
#D7E0A1 (or 0xD7E0A1) is known color: Tusk. HEX triplet: D7, E0 and A1. RGB value is (215,224,161). Sum of RGB (Red+Green+Blue) = 215+224+161=600 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.83% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 161 (63.28% from 255 or 26.83% from 600); Max value from RGB is 224 - color contains mainly: green. Hex color #D7E0A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7E0A1 is #281F5E. Grayscale: #D6D6D6. Windows color (decimal): -2629471 or 10608855. OLE color: 10608855.
HSL color Cylindrical-coordinate representation of color #D7E0A1: hue angle of 68.57º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D7E0A1 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 224 | 161 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.12 |
| HSL | 68.57º | 0.5% | 0.75% | - |
| HSV(B) | 68.57º | 0.28% | 0.88% | - |
| XYZ | 61.11 | 70.33 | 44.07 | - |
| YUV | 214.13 | 98.02 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 224 | 161 | 0.04 | 0 | 0.28 | 0.12 | 68.57 | 0.5 | 0.75 |
| Hex | D7 | E0 | A1 | 4 | 0 | 1C | C | 45 | 32 | 4B |
| Octal | 327 | 340 | 241 | 4 | 0 | 34 | 14 | 105 | 62 | 113 |
| Binary | 11010111 | 11100000 | 10100001 | 100 | 0 | 11100 | 1100 | 1000101 | 110010 | 1001011 |
Color Harmonies of #D7E0A1
Complementary color
Monochromatic Colors of #D7E0A1
Black with #D7E0A1
Text Example
Text Example
White with #D7E0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E0A1; }
p { color: rgb(215,224,161); }
H1.HeaderClassName
{
color: #D7E0A1;
}
.AnyTagClassName
{
color: #D7E0A1;
}
</style>
background-color css
<style>
a { background-color: #D7E0A1; }
a { background-color: rgb(215,224,161); }
div.DivClassName
{
background-color: #D7E0A1;
}
.BgClassName
{
background-color: #D7E0A1;
}
</style>
border-color css
<style>
span { border-color: #D7E0A1; }
span { border-color: rgb(215,224,161); }
td.TdClassName
{
border-color: #D7E0A1;
}
.TagClassName
{
border-color: #D7E0A1;
}
</style>