Shades of Tusk #DBE29E
Tints of Tusk #DBE29E
RGB
CMYK
RGB Variations
Color information
#DBE29E (or 0xDBE29E) is known color: Tusk. HEX triplet: DB, E2 and 9E. RGB value is (219,226,158). Sum of RGB (Red+Green+Blue) = 219+226+158=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 226 (88.67% from 255 or 37.48% from 603); Blue value is 158 (62.11% from 255 or 26.20% from 603); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE29E is #241D61. Grayscale: #D8D8D8. Windows color (decimal): -2366818 or 10412763. OLE color: 10412763.
HSL color Cylindrical-coordinate representation of color #DBE29E: hue angle of 66.18º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBE29E is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 158 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.11 |
| HSL | 66.18º | 0.54% | 0.75% | - |
| HSV(B) | 66.18º | 0.3% | 0.89% | - |
| XYZ | 62.58 | 71.92 | 42.93 | - |
| YUV | 216.16 | 95.18 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 158 | 0.03 | 0 | 0.30 | 0.11 | 66.18 | 0.54 | 0.75 |
| Hex | DB | E2 | 9E | 3 | 0 | 1E | B | 42 | 36 | 4B |
| Octal | 333 | 342 | 236 | 3 | 0 | 36 | 13 | 102 | 66 | 113 |
| Binary | 11011011 | 11100010 | 10011110 | 11 | 0 | 11110 | 1011 | 1000010 | 110110 | 1001011 |
Color Harmonies of #DBE29E
Complementary color
Monochromatic Colors of #DBE29E
Black with #DBE29E
Text Example
Text Example
White with #DBE29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE29E; }
p { color: rgb(219,226,158); }
H1.HeaderClassName
{
color: #DBE29E;
}
.AnyTagClassName
{
color: #DBE29E;
}
</style>
background-color css
<style>
a { background-color: #DBE29E; }
a { background-color: rgb(219,226,158); }
div.DivClassName
{
background-color: #DBE29E;
}
.BgClassName
{
background-color: #DBE29E;
}
</style>
border-color css
<style>
span { border-color: #DBE29E; }
span { border-color: rgb(219,226,158); }
td.TdClassName
{
border-color: #DBE29E;
}
.TagClassName
{
border-color: #DBE29E;
}
</style>