Shades of Gamboge #DB9E16
Tints of Gamboge #DB9E16
RGB
CMYK
RGB Variations
Color information
#DB9E16 (or 0xDB9E16) is known color: Gamboge. HEX triplet: DB, 9E and 16. RGB value is (219,158,22). Sum of RGB (Red+Green+Blue) = 219+158+22=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9E16 is #2461E9. Grayscale: #A1A1A1. Windows color (decimal): -2384362 or 1482459. OLE color: 1482459.
HSL color Cylindrical-coordinate representation of color #DB9E16: hue angle of 41.42º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB9E16 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 22 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.14 |
| HSL | 41.42º | 0.82% | 0.47% | - |
| HSV(B) | 41.42º | 0.9% | 0.86% | - |
| XYZ | 41.59 | 39.57 | 6.21 | - |
| YUV | 160.74 | 49.71 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 22 | 0 | 0.28 | 0.90 | 0.14 | 41.42 | 0.82 | 0.47 |
| Hex | DB | 9E | 16 | 0 | 1C | 5A | E | 29 | 52 | 2F |
| Octal | 333 | 236 | 26 | 0 | 34 | 132 | 16 | 51 | 122 | 57 |
| Binary | 11011011 | 10011110 | 10110 | 0 | 11100 | 1011010 | 1110 | 101001 | 1010010 | 101111 |
Color Harmonies of #DB9E16
Complementary color
Monochromatic Colors of #DB9E16
Black with #DB9E16
Text Example
Text Example
White with #DB9E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9E16; }
p { color: rgb(219,158,22); }
H1.HeaderClassName
{
color: #DB9E16;
}
.AnyTagClassName
{
color: #DB9E16;
}
</style>
background-color css
<style>
a { background-color: #DB9E16; }
a { background-color: rgb(219,158,22); }
div.DivClassName
{
background-color: #DB9E16;
}
.BgClassName
{
background-color: #DB9E16;
}
</style>
border-color css
<style>
span { border-color: #DB9E16; }
span { border-color: rgb(219,158,22); }
td.TdClassName
{
border-color: #DB9E16;
}
.TagClassName
{
border-color: #DB9E16;
}
</style>