Shades of Tusk #D9E29D
Tints of Tusk #D9E29D
RGB
CMYK
RGB Variations
Color information
#D9E29D (or 0xD9E29D) is known color: Tusk. HEX triplet: D9, E2 and 9D. RGB value is (217,226,157). Sum of RGB (Red+Green+Blue) = 217+226+157=600 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.17% from 600); Green value is 226 (88.67% from 255 or 37.67% from 600); Blue value is 157 (61.72% from 255 or 26.17% from 600); Max value from RGB is 226 - color contains mainly: green. Hex color #D9E29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E29D is #261D62. Grayscale: #D7D7D7. Windows color (decimal): -2497891 or 10347225. OLE color: 10347225.
HSL color Cylindrical-coordinate representation of color #D9E29D: hue angle of 67.83º degrees, saturation: 0.54, 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 #D9E29D is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 226 | 157 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.11 |
| HSL | 67.83º | 0.54% | 0.75% | - |
| HSV(B) | 67.83º | 0.31% | 0.89% | - |
| XYZ | 61.9 | 71.58 | 42.45 | - |
| YUV | 215.44 | 95.02 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 226 | 157 | 0.04 | 0 | 0.31 | 0.11 | 67.83 | 0.54 | 0.75 |
| Hex | D9 | E2 | 9D | 4 | 0 | 1F | B | 44 | 36 | 4B |
| Octal | 331 | 342 | 235 | 4 | 0 | 37 | 13 | 104 | 66 | 113 |
| Binary | 11011001 | 11100010 | 10011101 | 100 | 0 | 11111 | 1011 | 1000100 | 110110 | 1001011 |
Color Harmonies of #D9E29D
Complementary color
Monochromatic Colors of #D9E29D
Black with #D9E29D
Text Example
Text Example
White with #D9E29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E29D; }
p { color: rgb(217,226,157); }
H1.HeaderClassName
{
color: #D9E29D;
}
.AnyTagClassName
{
color: #D9E29D;
}
</style>
background-color css
<style>
a { background-color: #D9E29D; }
a { background-color: rgb(217,226,157); }
div.DivClassName
{
background-color: #D9E29D;
}
.BgClassName
{
background-color: #D9E29D;
}
</style>
border-color css
<style>
span { border-color: #D9E29D; }
span { border-color: rgb(217,226,157); }
td.TdClassName
{
border-color: #D9E29D;
}
.TagClassName
{
border-color: #D9E29D;
}
</style>