Shades of Tusk #DBE59F
Tints of Tusk #DBE59F
RGB
CMYK
RGB Variations
Color information
#DBE59F (or 0xDBE59F) is known color: Tusk. HEX triplet: DB, E5 and 9F. RGB value is (219,229,159). Sum of RGB (Red+Green+Blue) = 219+229+159=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 229 (89.84% from 255 or 37.73% from 607); Blue value is 159 (62.5% from 255 or 26.19% from 607); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE59F is #241A60. Grayscale: #DADADA. Windows color (decimal): -2366049 or 10479067. OLE color: 10479067.
HSL color Cylindrical-coordinate representation of color #DBE59F: hue angle of 68.57º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBE59F is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 159 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.10 |
| HSL | 68.57º | 0.57% | 0.76% | - |
| HSV(B) | 68.57º | 0.31% | 0.9% | - |
| XYZ | 63.49 | 73.6 | 43.66 | - |
| YUV | 218.03 | 94.69 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 159 | 0.04 | 0 | 0.31 | 0.10 | 68.57 | 0.57 | 0.76 |
| Hex | DB | E5 | 9F | 4 | 0 | 1F | A | 45 | 39 | 4C |
| Octal | 333 | 345 | 237 | 4 | 0 | 37 | 12 | 105 | 71 | 114 |
| Binary | 11011011 | 11100101 | 10011111 | 100 | 0 | 11111 | 1010 | 1000101 | 111001 | 1001100 |
Color Harmonies of #DBE59F
Complementary color
Monochromatic Colors of #DBE59F
Black with #DBE59F
Text Example
Text Example
White with #DBE59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE59F; }
p { color: rgb(219,229,159); }
H1.HeaderClassName
{
color: #DBE59F;
}
.AnyTagClassName
{
color: #DBE59F;
}
</style>
background-color css
<style>
a { background-color: #DBE59F; }
a { background-color: rgb(219,229,159); }
div.DivClassName
{
background-color: #DBE59F;
}
.BgClassName
{
background-color: #DBE59F;
}
</style>
border-color css
<style>
span { border-color: #DBE59F; }
span { border-color: rgb(219,229,159); }
td.TdClassName
{
border-color: #DBE59F;
}
.TagClassName
{
border-color: #DBE59F;
}
</style>