Shades of Gamboge #DB9E19
Tints of Gamboge #DB9E19
RGB
CMYK
RGB Variations
Color information
#DB9E19 (or 0xDB9E19) is known color: Gamboge. HEX triplet: DB, 9E and 19. RGB value is (219,158,25). Sum of RGB (Red+Green+Blue) = 219+158+25=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 25 (10.16% from 255 or 6.22% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9E19 is #2461E6. Grayscale: #A1A1A1. Windows color (decimal): -2384359 or 1679067. OLE color: 1679067.
HSL color Cylindrical-coordinate representation of color #DB9E19: hue angle of 41.13º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB9E19 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 25 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.14 |
| HSL | 41.13º | 0.8% | 0.48% | - |
| HSV(B) | 41.13º | 0.89% | 0.86% | - |
| XYZ | 41.62 | 39.58 | 6.37 | - |
| YUV | 161.08 | 51.21 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 25 | 0 | 0.28 | 0.89 | 0.14 | 41.13 | 0.8 | 0.48 |
| Hex | DB | 9E | 19 | 0 | 1C | 59 | E | 29 | 50 | 30 |
| Octal | 333 | 236 | 31 | 0 | 34 | 131 | 16 | 51 | 120 | 60 |
| Binary | 11011011 | 10011110 | 11001 | 0 | 11100 | 1011001 | 1110 | 101001 | 1010000 | 110000 |
Color Harmonies of #DB9E19
Complementary color
Monochromatic Colors of #DB9E19
Black with #DB9E19
Text Example
Text Example
White with #DB9E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9E19; }
p { color: rgb(219,158,25); }
H1.HeaderClassName
{
color: #DB9E19;
}
.AnyTagClassName
{
color: #DB9E19;
}
</style>
background-color css
<style>
a { background-color: #DB9E19; }
a { background-color: rgb(219,158,25); }
div.DivClassName
{
background-color: #DB9E19;
}
.BgClassName
{
background-color: #DB9E19;
}
</style>
border-color css
<style>
span { border-color: #DB9E19; }
span { border-color: rgb(219,158,25); }
td.TdClassName
{
border-color: #DB9E19;
}
.TagClassName
{
border-color: #DB9E19;
}
</style>