Shades of Tusk #D7DF9E
Tints of Tusk #D7DF9E
RGB
CMYK
RGB Variations
Color information
#D7DF9E (or 0xD7DF9E) is known color: Tusk. HEX triplet: D7, DF and 9E. RGB value is (215,223,158). Sum of RGB (Red+Green+Blue) = 215+223+158=596 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.07% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 158 (62.11% from 255 or 26.51% from 596); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DF9E is #282061. Grayscale: #D5D5D5. Windows color (decimal): -2629730 or 10411991. OLE color: 10411991.
HSL color Cylindrical-coordinate representation of color #D7DF9E: hue angle of 67.38º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D7DF9E is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 223 | 158 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.13 |
| HSL | 67.38º | 0.5% | 0.75% | - |
| HSV(B) | 67.38º | 0.29% | 0.87% | - |
| XYZ | 60.58 | 69.69 | 42.61 | - |
| YUV | 213.2 | 96.85 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 223 | 158 | 0.04 | 0 | 0.29 | 0.13 | 67.38 | 0.5 | 0.75 |
| Hex | D7 | DF | 9E | 4 | 0 | 1D | D | 43 | 32 | 4B |
| Octal | 327 | 337 | 236 | 4 | 0 | 35 | 15 | 103 | 62 | 113 |
| Binary | 11010111 | 11011111 | 10011110 | 100 | 0 | 11101 | 1101 | 1000011 | 110010 | 1001011 |
Color Harmonies of #D7DF9E
Complementary color
Monochromatic Colors of #D7DF9E
Black with #D7DF9E
Text Example
Text Example
White with #D7DF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DF9E; }
p { color: rgb(215,223,158); }
H1.HeaderClassName
{
color: #D7DF9E;
}
.AnyTagClassName
{
color: #D7DF9E;
}
</style>
background-color css
<style>
a { background-color: #D7DF9E; }
a { background-color: rgb(215,223,158); }
div.DivClassName
{
background-color: #D7DF9E;
}
.BgClassName
{
background-color: #D7DF9E;
}
</style>
border-color css
<style>
span { border-color: #D7DF9E; }
span { border-color: rgb(215,223,158); }
td.TdClassName
{
border-color: #D7DF9E;
}
.TagClassName
{
border-color: #D7DF9E;
}
</style>