Shades of Gamboge #DB9310
Tints of Gamboge #DB9310
RGB
CMYK
RGB Variations
Color information
#DB9310 (or 0xDB9310) is known color: Gamboge. HEX triplet: DB, 93 and 10. RGB value is (219,147,16). Sum of RGB (Red+Green+Blue) = 219+147+16=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 16 (6.64% from 255 or 4.19% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9310 is #246CEF. Grayscale: #9A9A9A. Windows color (decimal): -2387184 or 1086427. OLE color: 1086427.
HSL color Cylindrical-coordinate representation of color #DB9310: hue angle of 38.72º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB9310 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 16 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.14 |
| HSL | 38.72º | 0.86% | 0.46% | - |
| HSV(B) | 38.72º | 0.93% | 0.86% | - |
| XYZ | 39.74 | 35.96 | 5.34 | - |
| YUV | 153.59 | 50.35 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 16 | 0 | 0.33 | 0.93 | 0.14 | 38.72 | 0.86 | 0.46 |
| Hex | DB | 93 | 10 | 0 | 21 | 5D | E | 27 | 56 | 2E |
| Octal | 333 | 223 | 20 | 0 | 41 | 135 | 16 | 47 | 126 | 56 |
| Binary | 11011011 | 10010011 | 10000 | 0 | 100001 | 1011101 | 1110 | 100111 | 1010110 | 101110 |
Color Harmonies of #DB9310
Complementary color
Monochromatic Colors of #DB9310
Black with #DB9310
Text Example
Text Example
White with #DB9310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9310; }
p { color: rgb(219,147,16); }
H1.HeaderClassName
{
color: #DB9310;
}
.AnyTagClassName
{
color: #DB9310;
}
</style>
background-color css
<style>
a { background-color: #DB9310; }
a { background-color: rgb(219,147,16); }
div.DivClassName
{
background-color: #DB9310;
}
.BgClassName
{
background-color: #DB9310;
}
</style>
border-color css
<style>
span { border-color: #DB9310; }
span { border-color: rgb(219,147,16); }
td.TdClassName
{
border-color: #DB9310;
}
.TagClassName
{
border-color: #DB9310;
}
</style>