Shades of Gamboge #DB9D19
Tints of Gamboge #DB9D19
RGB
CMYK
RGB Variations
Color information
#DB9D19 (or 0xDB9D19) is known color: Gamboge. HEX triplet: DB, 9D and 19. RGB value is (219,157,25). Sum of RGB (Red+Green+Blue) = 219+157+25=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 25 (10.16% from 255 or 6.23% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9D19 is #2462E6. Grayscale: #A1A1A1. Windows color (decimal): -2384615 or 1678811. OLE color: 1678811.
HSL color Cylindrical-coordinate representation of color #DB9D19: hue angle of 40.82º 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 #DB9D19 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 25 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.14 |
| HSL | 40.82º | 0.8% | 0.48% | - |
| HSV(B) | 40.82º | 0.89% | 0.86% | - |
| XYZ | 41.45 | 39.24 | 6.31 | - |
| YUV | 160.49 | 51.54 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 25 | 0 | 0.28 | 0.89 | 0.14 | 40.82 | 0.8 | 0.48 |
| Hex | DB | 9D | 19 | 0 | 1C | 59 | E | 29 | 50 | 30 |
| Octal | 333 | 235 | 31 | 0 | 34 | 131 | 16 | 51 | 120 | 60 |
| Binary | 11011011 | 10011101 | 11001 | 0 | 11100 | 1011001 | 1110 | 101001 | 1010000 | 110000 |
Color Harmonies of #DB9D19
Complementary color
Monochromatic Colors of #DB9D19
Black with #DB9D19
Text Example
Text Example
White with #DB9D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9D19; }
p { color: rgb(219,157,25); }
H1.HeaderClassName
{
color: #DB9D19;
}
.AnyTagClassName
{
color: #DB9D19;
}
</style>
background-color css
<style>
a { background-color: #DB9D19; }
a { background-color: rgb(219,157,25); }
div.DivClassName
{
background-color: #DB9D19;
}
.BgClassName
{
background-color: #DB9D19;
}
</style>
border-color css
<style>
span { border-color: #DB9D19; }
span { border-color: rgb(219,157,25); }
td.TdClassName
{
border-color: #DB9D19;
}
.TagClassName
{
border-color: #DB9D19;
}
</style>