Shades of Tusk #DBE39D
Tints of Tusk #DBE39D
RGB
CMYK
RGB Variations
Color information
#DBE39D (or 0xDBE39D) is known color: Tusk. HEX triplet: DB, E3 and 9D. RGB value is (219,227,157). Sum of RGB (Red+Green+Blue) = 219+227+157=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 227 (89.06% from 255 or 37.65% from 603); Blue value is 157 (61.72% from 255 or 26.04% from 603); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE39D is #241C62. Grayscale: #D8D8D8. Windows color (decimal): -2366563 or 10347483. OLE color: 10347483.
HSL color Cylindrical-coordinate representation of color #DBE39D: hue angle of 66.86º degrees, saturation: 0.56, 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 #DBE39D is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 157 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.11 |
| HSL | 66.86º | 0.56% | 0.75% | - |
| HSV(B) | 66.86º | 0.31% | 0.89% | - |
| XYZ | 62.77 | 72.43 | 42.57 | - |
| YUV | 216.63 | 94.35 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 157 | 0.04 | 0 | 0.31 | 0.11 | 66.86 | 0.56 | 0.75 |
| Hex | DB | E3 | 9D | 4 | 0 | 1F | B | 43 | 38 | 4B |
| Octal | 333 | 343 | 235 | 4 | 0 | 37 | 13 | 103 | 70 | 113 |
| Binary | 11011011 | 11100011 | 10011101 | 100 | 0 | 11111 | 1011 | 1000011 | 111000 | 1001011 |
Color Harmonies of #DBE39D
Complementary color
Monochromatic Colors of #DBE39D
Black with #DBE39D
Text Example
Text Example
White with #DBE39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE39D; }
p { color: rgb(219,227,157); }
H1.HeaderClassName
{
color: #DBE39D;
}
.AnyTagClassName
{
color: #DBE39D;
}
</style>
background-color css
<style>
a { background-color: #DBE39D; }
a { background-color: rgb(219,227,157); }
div.DivClassName
{
background-color: #DBE39D;
}
.BgClassName
{
background-color: #DBE39D;
}
</style>
border-color css
<style>
span { border-color: #DBE39D; }
span { border-color: rgb(219,227,157); }
td.TdClassName
{
border-color: #DBE39D;
}
.TagClassName
{
border-color: #DBE39D;
}
</style>