Shades of Tusk #D9E39F
Tints of Tusk #D9E39F
RGB
CMYK
RGB Variations
Color information
#D9E39F (or 0xD9E39F) is known color: Tusk. HEX triplet: D9, E3 and 9F. RGB value is (217,227,159). Sum of RGB (Red+Green+Blue) = 217+227+159=603 (79% of max value = 765). Red value is 217 (85.16% from 255 or 35.99% from 603); Green value is 227 (89.06% from 255 or 37.65% from 603); Blue value is 159 (62.5% from 255 or 26.37% from 603); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E39F is #261C60. Grayscale: #D8D8D8. Windows color (decimal): -2497633 or 10478553. OLE color: 10478553.
HSL color Cylindrical-coordinate representation of color #D9E39F: hue angle of 68.82º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9E39F is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 227 | 159 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.11 |
| HSL | 68.82º | 0.55% | 0.76% | - |
| HSV(B) | 68.82º | 0.3% | 0.89% | - |
| XYZ | 62.34 | 72.19 | 43.45 | - |
| YUV | 216.26 | 95.69 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 227 | 159 | 0.04 | 0 | 0.30 | 0.11 | 68.82 | 0.55 | 0.76 |
| Hex | D9 | E3 | 9F | 4 | 0 | 1E | B | 45 | 37 | 4C |
| Octal | 331 | 343 | 237 | 4 | 0 | 36 | 13 | 105 | 67 | 114 |
| Binary | 11011001 | 11100011 | 10011111 | 100 | 0 | 11110 | 1011 | 1000101 | 110111 | 1001100 |
Color Harmonies of #D9E39F
Complementary color
Monochromatic Colors of #D9E39F
Black with #D9E39F
Text Example
Text Example
White with #D9E39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E39F; }
p { color: rgb(217,227,159); }
H1.HeaderClassName
{
color: #D9E39F;
}
.AnyTagClassName
{
color: #D9E39F;
}
</style>
background-color css
<style>
a { background-color: #D9E39F; }
a { background-color: rgb(217,227,159); }
div.DivClassName
{
background-color: #D9E39F;
}
.BgClassName
{
background-color: #D9E39F;
}
</style>
border-color css
<style>
span { border-color: #D9E39F; }
span { border-color: rgb(217,227,159); }
td.TdClassName
{
border-color: #D9E39F;
}
.TagClassName
{
border-color: #D9E39F;
}
</style>