Shades of Tusk #D7E4B0
Tints of Tusk #D7E4B0
RGB
CMYK
RGB Variations
Color information
#D7E4B0 (or 0xD7E4B0) is known color: Tusk. HEX triplet: D7, E4 and B0. RGB value is (215,228,176). Sum of RGB (Red+Green+Blue) = 215+228+176=619 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.73% from 619); Green value is 228 (89.45% from 255 or 36.83% from 619); Blue value is 176 (69.14% from 255 or 28.43% from 619); Max value from RGB is 228 - color contains mainly: green. Hex color #D7E4B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7E4B0 is #281B4F. Grayscale: #DADADA. Windows color (decimal): -2628432 or 11592919. OLE color: 11592919.
HSL color Cylindrical-coordinate representation of color #D7E4B0: hue angle of 75º degrees, saturation: 0.49, 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 #D7E4B0 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 228 | 176 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.11 |
| HSL | 75º | 0.49% | 0.79% | - |
| HSV(B) | 75º | 0.23% | 0.89% | - |
| XYZ | 63.6 | 73.07 | 51.83 | - |
| YUV | 218.19 | 104.19 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 228 | 176 | 0.06 | 0 | 0.23 | 0.11 | 75 | 0.49 | 0.79 |
| Hex | D7 | E4 | B0 | 6 | 0 | 17 | B | 4B | 31 | 4F |
| Octal | 327 | 344 | 260 | 6 | 0 | 27 | 13 | 113 | 61 | 117 |
| Binary | 11010111 | 11100100 | 10110000 | 110 | 0 | 10111 | 1011 | 1001011 | 110001 | 1001111 |
Color Harmonies of #D7E4B0
Complementary color
Monochromatic Colors of #D7E4B0
Black with #D7E4B0
Text Example
Text Example
White with #D7E4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E4B0; }
p { color: rgb(215,228,176); }
H1.HeaderClassName
{
color: #D7E4B0;
}
.AnyTagClassName
{
color: #D7E4B0;
}
</style>
background-color css
<style>
a { background-color: #D7E4B0; }
a { background-color: rgb(215,228,176); }
div.DivClassName
{
background-color: #D7E4B0;
}
.BgClassName
{
background-color: #D7E4B0;
}
</style>
border-color css
<style>
span { border-color: #D7E4B0; }
span { border-color: rgb(215,228,176); }
td.TdClassName
{
border-color: #D7E4B0;
}
.TagClassName
{
border-color: #D7E4B0;
}
</style>