Shades of Gamboge #DB9306
Tints of Gamboge #DB9306
RGB
CMYK
RGB Variations
Color information
#DB9306 (or 0xDB9306) is known color: Gamboge. HEX triplet: DB, 93 and 06. RGB value is (219,147,6). Sum of RGB (Red+Green+Blue) = 219+147+6=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 6 (2.73% from 255 or 1.61% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9306 is #246CF9. Grayscale: #999999. Windows color (decimal): -2387194 or 431067. OLE color: 431067.
HSL color Cylindrical-coordinate representation of color #DB9306: hue angle of 39.72º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB9306 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 6 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.14 |
| HSL | 39.72º | 0.95% | 0.44% | - |
| HSV(B) | 39.72º | 0.97% | 0.86% | - |
| XYZ | 39.68 | 35.94 | 5.02 | - |
| YUV | 152.45 | 45.35 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 6 | 0 | 0.33 | 0.97 | 0.14 | 39.72 | 0.95 | 0.44 |
| Hex | DB | 93 | 6 | 0 | 21 | 61 | E | 28 | 5F | 2C |
| Octal | 333 | 223 | 6 | 0 | 41 | 141 | 16 | 50 | 137 | 54 |
| Binary | 11011011 | 10010011 | 110 | 0 | 100001 | 1100001 | 1110 | 101000 | 1011111 | 101100 |
Color Harmonies of #DB9306
Complementary color
Monochromatic Colors of #DB9306
Black with #DB9306
Text Example
Text Example
White with #DB9306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9306; }
p { color: rgb(219,147,6); }
H1.HeaderClassName
{
color: #DB9306;
}
.AnyTagClassName
{
color: #DB9306;
}
</style>
background-color css
<style>
a { background-color: #DB9306; }
a { background-color: rgb(219,147,6); }
div.DivClassName
{
background-color: #DB9306;
}
.BgClassName
{
background-color: #DB9306;
}
</style>
border-color css
<style>
span { border-color: #DB9306; }
span { border-color: rgb(219,147,6); }
td.TdClassName
{
border-color: #DB9306;
}
.TagClassName
{
border-color: #DB9306;
}
</style>