Shades of Tusk #D9E19F
Tints of Tusk #D9E19F
RGB
CMYK
RGB Variations
Color information
#D9E19F (or 0xD9E19F) is known color: Tusk. HEX triplet: D9, E1 and 9F. RGB value is (217,225,159). Sum of RGB (Red+Green+Blue) = 217+225+159=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 159 (62.5% from 255 or 26.46% from 601); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E19F is #261E60. Grayscale: #D7D7D7. Windows color (decimal): -2498145 or 10478041. OLE color: 10478041.
HSL color Cylindrical-coordinate representation of color #D9E19F: hue angle of 67.27º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9E19F is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 225 | 159 | - |
| CMYK | 0.04 | 0 | 0.29 | 0.12 |
| HSL | 67.27º | 0.52% | 0.75% | - |
| HSV(B) | 67.27º | 0.29% | 0.88% | - |
| XYZ | 61.8 | 71.11 | 43.27 | - |
| YUV | 215.08 | 96.35 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 225 | 159 | 0.04 | 0 | 0.29 | 0.12 | 67.27 | 0.52 | 0.75 |
| Hex | D9 | E1 | 9F | 4 | 0 | 1D | C | 43 | 34 | 4B |
| Octal | 331 | 341 | 237 | 4 | 0 | 35 | 14 | 103 | 64 | 113 |
| Binary | 11011001 | 11100001 | 10011111 | 100 | 0 | 11101 | 1100 | 1000011 | 110100 | 1001011 |
Color Harmonies of #D9E19F
Complementary color
Monochromatic Colors of #D9E19F
Black with #D9E19F
Text Example
Text Example
White with #D9E19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E19F; }
p { color: rgb(217,225,159); }
H1.HeaderClassName
{
color: #D9E19F;
}
.AnyTagClassName
{
color: #D9E19F;
}
</style>
background-color css
<style>
a { background-color: #D9E19F; }
a { background-color: rgb(217,225,159); }
div.DivClassName
{
background-color: #D9E19F;
}
.BgClassName
{
background-color: #D9E19F;
}
</style>
border-color css
<style>
span { border-color: #D9E19F; }
span { border-color: rgb(217,225,159); }
td.TdClassName
{
border-color: #D9E19F;
}
.TagClassName
{
border-color: #D9E19F;
}
</style>