Shades of Tusk #DBE39F
Tints of Tusk #DBE39F
RGB
CMYK
RGB Variations
Color information
#DBE39F (or 0xDBE39F) is known color: Tusk. HEX triplet: DB, E3 and 9F. RGB value is (219,227,159). Sum of RGB (Red+Green+Blue) = 219+227+159=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 227 (89.06% from 255 or 37.52% from 605); Blue value is 159 (62.5% from 255 or 26.28% from 605); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE39F is #241C60. Grayscale: #D9D9D9. Windows color (decimal): -2366561 or 10478555. OLE color: 10478555.
HSL color Cylindrical-coordinate representation of color #DBE39F: hue angle of 67.06º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBE39F is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 159 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.11 |
| HSL | 67.06º | 0.55% | 0.76% | - |
| HSV(B) | 67.06º | 0.3% | 0.89% | - |
| XYZ | 62.94 | 72.5 | 43.48 | - |
| YUV | 216.86 | 95.35 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 159 | 0.04 | 0 | 0.30 | 0.11 | 67.06 | 0.55 | 0.76 |
| Hex | DB | E3 | 9F | 4 | 0 | 1E | B | 43 | 37 | 4C |
| Octal | 333 | 343 | 237 | 4 | 0 | 36 | 13 | 103 | 67 | 114 |
| Binary | 11011011 | 11100011 | 10011111 | 100 | 0 | 11110 | 1011 | 1000011 | 110111 | 1001100 |
Color Harmonies of #DBE39F
Complementary color
Monochromatic Colors of #DBE39F
Black with #DBE39F
Text Example
Text Example
White with #DBE39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE39F; }
p { color: rgb(219,227,159); }
H1.HeaderClassName
{
color: #DBE39F;
}
.AnyTagClassName
{
color: #DBE39F;
}
</style>
background-color css
<style>
a { background-color: #DBE39F; }
a { background-color: rgb(219,227,159); }
div.DivClassName
{
background-color: #DBE39F;
}
.BgClassName
{
background-color: #DBE39F;
}
</style>
border-color css
<style>
span { border-color: #DBE39F; }
span { border-color: rgb(219,227,159); }
td.TdClassName
{
border-color: #DBE39F;
}
.TagClassName
{
border-color: #DBE39F;
}
</style>