Shades of Tusk #D7E1B3
Tints of Tusk #D7E1B3
RGB
CMYK
RGB Variations
Color information
#D7E1B3 (or 0xD7E1B3) is known color: Tusk. HEX triplet: D7, E1 and B3. RGB value is (215,225,179). Sum of RGB (Red+Green+Blue) = 215+225+179=619 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.73% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 179 (70.31% from 255 or 28.92% from 619); Max value from RGB is 225 - color contains mainly: green. Hex color #D7E1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7E1B3 is #281E4C. Grayscale: #D8D8D8. Windows color (decimal): -2629197 or 11788759. OLE color: 11788759.
HSL color Cylindrical-coordinate representation of color #D7E1B3: hue angle of 73.04º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7E1B3 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 225 | 179 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.12 |
| HSL | 73.04º | 0.43% | 0.79% | - |
| HSV(B) | 73.04º | 0.2% | 0.88% | - |
| XYZ | 63.09 | 71.55 | 53.13 | - |
| YUV | 216.77 | 106.69 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 225 | 179 | 0.04 | 0 | 0.20 | 0.12 | 73.04 | 0.43 | 0.79 |
| Hex | D7 | E1 | B3 | 4 | 0 | 14 | C | 49 | 2B | 4F |
| Octal | 327 | 341 | 263 | 4 | 0 | 24 | 14 | 111 | 53 | 117 |
| Binary | 11010111 | 11100001 | 10110011 | 100 | 0 | 10100 | 1100 | 1001001 | 101011 | 1001111 |
Color Harmonies of #D7E1B3
Complementary color
Monochromatic Colors of #D7E1B3
Black with #D7E1B3
Text Example
Text Example
White with #D7E1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E1B3; }
p { color: rgb(215,225,179); }
H1.HeaderClassName
{
color: #D7E1B3;
}
.AnyTagClassName
{
color: #D7E1B3;
}
</style>
background-color css
<style>
a { background-color: #D7E1B3; }
a { background-color: rgb(215,225,179); }
div.DivClassName
{
background-color: #D7E1B3;
}
.BgClassName
{
background-color: #D7E1B3;
}
</style>
border-color css
<style>
span { border-color: #D7E1B3; }
span { border-color: rgb(215,225,179); }
td.TdClassName
{
border-color: #D7E1B3;
}
.TagClassName
{
border-color: #D7E1B3;
}
</style>