Shades of Gamboge #DB9519
Tints of Gamboge #DB9519
RGB
CMYK
RGB Variations
Color information
#DB9519 (or 0xDB9519) is known color: Gamboge. HEX triplet: DB, 95 and 19. RGB value is (219,149,25). Sum of RGB (Red+Green+Blue) = 219+149+25=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 25 (10.16% from 255 or 6.36% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9519 is #246AE6. Grayscale: #9C9C9C. Windows color (decimal): -2386663 or 1676763. OLE color: 1676763.
HSL color Cylindrical-coordinate representation of color #DB9519: hue angle of 38.35º 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 #DB9519 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 25 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.14 |
| HSL | 38.35º | 0.8% | 0.48% | - |
| HSV(B) | 38.35º | 0.89% | 0.86% | - |
| XYZ | 40.14 | 36.63 | 5.87 | - |
| YUV | 155.79 | 54.19 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 25 | 0 | 0.32 | 0.89 | 0.14 | 38.35 | 0.8 | 0.48 |
| Hex | DB | 95 | 19 | 0 | 20 | 59 | E | 26 | 50 | 30 |
| Octal | 333 | 225 | 31 | 0 | 40 | 131 | 16 | 46 | 120 | 60 |
| Binary | 11011011 | 10010101 | 11001 | 0 | 100000 | 1011001 | 1110 | 100110 | 1010000 | 110000 |
Color Harmonies of #DB9519
Complementary color
Monochromatic Colors of #DB9519
Black with #DB9519
Text Example
Text Example
White with #DB9519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9519; }
p { color: rgb(219,149,25); }
H1.HeaderClassName
{
color: #DB9519;
}
.AnyTagClassName
{
color: #DB9519;
}
</style>
background-color css
<style>
a { background-color: #DB9519; }
a { background-color: rgb(219,149,25); }
div.DivClassName
{
background-color: #DB9519;
}
.BgClassName
{
background-color: #DB9519;
}
</style>
border-color css
<style>
span { border-color: #DB9519; }
span { border-color: rgb(219,149,25); }
td.TdClassName
{
border-color: #DB9519;
}
.TagClassName
{
border-color: #DB9519;
}
</style>