Shades of Tusk #D7E3AF
Tints of Tusk #D7E3AF
RGB
CMYK
RGB Variations
Color information
#D7E3AF (or 0xD7E3AF) is known color: Tusk. HEX triplet: D7, E3 and AF. RGB value is (215,227,175). Sum of RGB (Red+Green+Blue) = 215+227+175=617 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.85% from 617); Green value is 227 (89.06% from 255 or 36.79% from 617); Blue value is 175 (68.75% from 255 or 28.36% from 617); Max value from RGB is 227 - color contains mainly: green. Hex color #D7E3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7E3AF is #281C50. Grayscale: #D9D9D9. Windows color (decimal): -2628689 or 11527127. OLE color: 11527127.
HSL color Cylindrical-coordinate representation of color #D7E3AF: hue angle of 73.85º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D7E3AF is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 227 | 175 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.11 |
| HSL | 73.85º | 0.48% | 0.79% | - |
| HSV(B) | 73.85º | 0.23% | 0.89% | - |
| XYZ | 63.23 | 72.48 | 51.21 | - |
| YUV | 217.48 | 104.02 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 227 | 175 | 0.05 | 0 | 0.23 | 0.11 | 73.85 | 0.48 | 0.79 |
| Hex | D7 | E3 | AF | 5 | 0 | 17 | B | 4A | 30 | 4F |
| Octal | 327 | 343 | 257 | 5 | 0 | 27 | 13 | 112 | 60 | 117 |
| Binary | 11010111 | 11100011 | 10101111 | 101 | 0 | 10111 | 1011 | 1001010 | 110000 | 1001111 |
Color Harmonies of #D7E3AF
Complementary color
Monochromatic Colors of #D7E3AF
Black with #D7E3AF
Text Example
Text Example
White with #D7E3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E3AF; }
p { color: rgb(215,227,175); }
H1.HeaderClassName
{
color: #D7E3AF;
}
.AnyTagClassName
{
color: #D7E3AF;
}
</style>
background-color css
<style>
a { background-color: #D7E3AF; }
a { background-color: rgb(215,227,175); }
div.DivClassName
{
background-color: #D7E3AF;
}
.BgClassName
{
background-color: #D7E3AF;
}
</style>
border-color css
<style>
span { border-color: #D7E3AF; }
span { border-color: rgb(215,227,175); }
td.TdClassName
{
border-color: #D7E3AF;
}
.TagClassName
{
border-color: #D7E3AF;
}
</style>