Shades of Tusk #DBE19F
Tints of Tusk #DBE19F
RGB
CMYK
RGB Variations
Color information
#DBE19F (or 0xDBE19F) is known color: Tusk. HEX triplet: DB, E1 and 9F. RGB value is (219,225,159). Sum of RGB (Red+Green+Blue) = 219+225+159=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 159 (62.5% from 255 or 26.37% from 603); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE19F is #241E60. Grayscale: #D7D7D7. Windows color (decimal): -2367073 or 10478043. OLE color: 10478043.
HSL color Cylindrical-coordinate representation of color #DBE19F: hue angle of 65.45º 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 #DBE19F is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 159 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.12 |
| HSL | 65.45º | 0.52% | 0.75% | - |
| HSV(B) | 65.45º | 0.29% | 0.88% | - |
| XYZ | 62.4 | 71.41 | 43.3 | - |
| YUV | 215.68 | 96.01 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 159 | 0.03 | 0 | 0.29 | 0.12 | 65.45 | 0.52 | 0.75 |
| Hex | DB | E1 | 9F | 3 | 0 | 1D | C | 41 | 34 | 4B |
| Octal | 333 | 341 | 237 | 3 | 0 | 35 | 14 | 101 | 64 | 113 |
| Binary | 11011011 | 11100001 | 10011111 | 11 | 0 | 11101 | 1100 | 1000001 | 110100 | 1001011 |
Color Harmonies of #DBE19F
Complementary color
Monochromatic Colors of #DBE19F
Black with #DBE19F
Text Example
Text Example
White with #DBE19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE19F; }
p { color: rgb(219,225,159); }
H1.HeaderClassName
{
color: #DBE19F;
}
.AnyTagClassName
{
color: #DBE19F;
}
</style>
background-color css
<style>
a { background-color: #DBE19F; }
a { background-color: rgb(219,225,159); }
div.DivClassName
{
background-color: #DBE19F;
}
.BgClassName
{
background-color: #DBE19F;
}
</style>
border-color css
<style>
span { border-color: #DBE19F; }
span { border-color: rgb(219,225,159); }
td.TdClassName
{
border-color: #DBE19F;
}
.TagClassName
{
border-color: #DBE19F;
}
</style>