Shades of Tusk #D9E39E
Tints of Tusk #D9E39E
RGB
CMYK
RGB Variations
Color information
#D9E39E (or 0xD9E39E) is known color: Tusk. HEX triplet: D9, E3 and 9E. RGB value is (217,227,158). Sum of RGB (Red+Green+Blue) = 217+227+158=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 227 (89.06% from 255 or 37.71% from 602); Blue value is 158 (62.11% from 255 or 26.25% from 602); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E39E is #261C61. Grayscale: #D8D8D8. Windows color (decimal): -2497634 or 10413017. OLE color: 10413017.
HSL color Cylindrical-coordinate representation of color #D9E39E: hue angle of 68.7º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9E39E is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 227 | 158 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.11 |
| HSL | 68.7º | 0.55% | 0.75% | - |
| HSV(B) | 68.7º | 0.3% | 0.89% | - |
| XYZ | 62.26 | 72.16 | 42.99 | - |
| YUV | 216.14 | 95.19 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 227 | 158 | 0.04 | 0 | 0.30 | 0.11 | 68.7 | 0.55 | 0.75 |
| Hex | D9 | E3 | 9E | 4 | 0 | 1E | B | 45 | 37 | 4B |
| Octal | 331 | 343 | 236 | 4 | 0 | 36 | 13 | 105 | 67 | 113 |
| Binary | 11011001 | 11100011 | 10011110 | 100 | 0 | 11110 | 1011 | 1000101 | 110111 | 1001011 |
Color Harmonies of #D9E39E
Complementary color
Monochromatic Colors of #D9E39E
Black with #D9E39E
Text Example
Text Example
White with #D9E39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E39E; }
p { color: rgb(217,227,158); }
H1.HeaderClassName
{
color: #D9E39E;
}
.AnyTagClassName
{
color: #D9E39E;
}
</style>
background-color css
<style>
a { background-color: #D9E39E; }
a { background-color: rgb(217,227,158); }
div.DivClassName
{
background-color: #D9E39E;
}
.BgClassName
{
background-color: #D9E39E;
}
</style>
border-color css
<style>
span { border-color: #D9E39E; }
span { border-color: rgb(217,227,158); }
td.TdClassName
{
border-color: #D9E39E;
}
.TagClassName
{
border-color: #D9E39E;
}
</style>