Shades of Gamboge #DB9611
Tints of Gamboge #DB9611
RGB
CMYK
RGB Variations
Color information
#DB9611 (or 0xDB9611) is known color: Gamboge. HEX triplet: DB, 96 and 11. RGB value is (219,150,17). Sum of RGB (Red+Green+Blue) = 219+150+17=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9611 is #2469EE. Grayscale: #9C9C9C. Windows color (decimal): -2386415 or 1152731. OLE color: 1152731.
HSL color Cylindrical-coordinate representation of color #DB9611: hue angle of 39.5º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB9611 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 17 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.14 |
| HSL | 39.5º | 0.86% | 0.46% | - |
| HSV(B) | 39.5º | 0.92% | 0.86% | - |
| XYZ | 40.22 | 36.91 | 5.54 | - |
| YUV | 155.47 | 49.86 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 17 | 0 | 0.32 | 0.92 | 0.14 | 39.5 | 0.86 | 0.46 |
| Hex | DB | 96 | 11 | 0 | 20 | 5C | E | 28 | 56 | 2E |
| Octal | 333 | 226 | 21 | 0 | 40 | 134 | 16 | 50 | 126 | 56 |
| Binary | 11011011 | 10010110 | 10001 | 0 | 100000 | 1011100 | 1110 | 101000 | 1010110 | 101110 |
Color Harmonies of #DB9611
Complementary color
Monochromatic Colors of #DB9611
Black with #DB9611
Text Example
Text Example
White with #DB9611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9611; }
p { color: rgb(219,150,17); }
H1.HeaderClassName
{
color: #DB9611;
}
.AnyTagClassName
{
color: #DB9611;
}
</style>
background-color css
<style>
a { background-color: #DB9611; }
a { background-color: rgb(219,150,17); }
div.DivClassName
{
background-color: #DB9611;
}
.BgClassName
{
background-color: #DB9611;
}
</style>
border-color css
<style>
span { border-color: #DB9611; }
span { border-color: rgb(219,150,17); }
td.TdClassName
{
border-color: #DB9611;
}
.TagClassName
{
border-color: #DB9611;
}
</style>