Shades of Tusk #D7DFA0
Tints of Tusk #D7DFA0
RGB
CMYK
RGB Variations
Color information
#D7DFA0 (or 0xD7DFA0) is known color: Tusk. HEX triplet: D7, DF and A0. RGB value is (215,223,160). Sum of RGB (Red+Green+Blue) = 215+223+160=598 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.95% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 160 (62.89% from 255 or 26.76% from 598); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DFA0 is #28205F. Grayscale: #D5D5D5. Windows color (decimal): -2629728 or 10543063. OLE color: 10543063.
HSL color Cylindrical-coordinate representation of color #D7DFA0: hue angle of 67.62º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D7DFA0 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 223 | 160 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.13 |
| HSL | 67.62º | 0.5% | 0.75% | - |
| HSV(B) | 67.62º | 0.28% | 0.87% | - |
| XYZ | 60.76 | 69.76 | 43.52 | - |
| YUV | 213.43 | 97.85 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 223 | 160 | 0.04 | 0 | 0.28 | 0.13 | 67.62 | 0.5 | 0.75 |
| Hex | D7 | DF | A0 | 4 | 0 | 1C | D | 44 | 32 | 4B |
| Octal | 327 | 337 | 240 | 4 | 0 | 34 | 15 | 104 | 62 | 113 |
| Binary | 11010111 | 11011111 | 10100000 | 100 | 0 | 11100 | 1101 | 1000100 | 110010 | 1001011 |
Color Harmonies of #D7DFA0
Complementary color
Monochromatic Colors of #D7DFA0
Black with #D7DFA0
Text Example
Text Example
White with #D7DFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DFA0; }
p { color: rgb(215,223,160); }
H1.HeaderClassName
{
color: #D7DFA0;
}
.AnyTagClassName
{
color: #D7DFA0;
}
</style>
background-color css
<style>
a { background-color: #D7DFA0; }
a { background-color: rgb(215,223,160); }
div.DivClassName
{
background-color: #D7DFA0;
}
.BgClassName
{
background-color: #D7DFA0;
}
</style>
border-color css
<style>
span { border-color: #D7DFA0; }
span { border-color: rgb(215,223,160); }
td.TdClassName
{
border-color: #D7DFA0;
}
.TagClassName
{
border-color: #D7DFA0;
}
</style>