Shades of Tusk #D9E39D
Tints of Tusk #D9E39D
RGB
CMYK
RGB Variations
Color information
#D9E39D (or 0xD9E39D) is known color: Tusk. HEX triplet: D9, E3 and 9D. RGB value is (217,227,157). Sum of RGB (Red+Green+Blue) = 217+227+157=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 227 (89.06% from 255 or 37.77% from 601); Blue value is 157 (61.72% from 255 or 26.12% from 601); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E39D is #261C62. Grayscale: #D8D8D8. Windows color (decimal): -2497635 or 10347481. OLE color: 10347481.
HSL color Cylindrical-coordinate representation of color #D9E39D: hue angle of 68.57º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D9E39D is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 227 | 157 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.11 |
| HSL | 68.57º | 0.56% | 0.75% | - |
| HSV(B) | 68.57º | 0.31% | 0.89% | - |
| XYZ | 62.17 | 72.12 | 42.54 | - |
| YUV | 216.03 | 94.69 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 227 | 157 | 0.04 | 0 | 0.31 | 0.11 | 68.57 | 0.56 | 0.75 |
| Hex | D9 | E3 | 9D | 4 | 0 | 1F | B | 45 | 38 | 4B |
| Octal | 331 | 343 | 235 | 4 | 0 | 37 | 13 | 105 | 70 | 113 |
| Binary | 11011001 | 11100011 | 10011101 | 100 | 0 | 11111 | 1011 | 1000101 | 111000 | 1001011 |
Color Harmonies of #D9E39D
Complementary color
Monochromatic Colors of #D9E39D
Black with #D9E39D
Text Example
Text Example
White with #D9E39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E39D; }
p { color: rgb(217,227,157); }
H1.HeaderClassName
{
color: #D9E39D;
}
.AnyTagClassName
{
color: #D9E39D;
}
</style>
background-color css
<style>
a { background-color: #D9E39D; }
a { background-color: rgb(217,227,157); }
div.DivClassName
{
background-color: #D9E39D;
}
.BgClassName
{
background-color: #D9E39D;
}
</style>
border-color css
<style>
span { border-color: #D9E39D; }
span { border-color: rgb(217,227,157); }
td.TdClassName
{
border-color: #D9E39D;
}
.TagClassName
{
border-color: #D9E39D;
}
</style>