Shades of Gamboge #DB9906
Tints of Gamboge #DB9906
RGB
CMYK
RGB Variations
Color information
#DB9906 (or 0xDB9906) is known color: Gamboge. HEX triplet: DB, 99 and 06. RGB value is (219,153,6). Sum of RGB (Red+Green+Blue) = 219+153+6=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 6 (2.73% from 255 or 1.59% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9906 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9906 is #2466F9. Grayscale: #9C9C9C. Windows color (decimal): -2385658 or 432603. OLE color: 432603.
HSL color Cylindrical-coordinate representation of color #DB9906: hue angle of 41.41º 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 #DB9906 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 6 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.14 |
| HSL | 41.41º | 0.95% | 0.44% | - |
| HSV(B) | 41.41º | 0.97% | 0.86% | - |
| XYZ | 40.64 | 37.86 | 5.34 | - |
| YUV | 155.98 | 43.37 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 6 | 0 | 0.30 | 0.97 | 0.14 | 41.41 | 0.95 | 0.44 |
| Hex | DB | 99 | 6 | 0 | 1E | 61 | E | 29 | 5F | 2C |
| Octal | 333 | 231 | 6 | 0 | 36 | 141 | 16 | 51 | 137 | 54 |
| Binary | 11011011 | 10011001 | 110 | 0 | 11110 | 1100001 | 1110 | 101001 | 1011111 | 101100 |
Color Harmonies of #DB9906
Complementary color
Monochromatic Colors of #DB9906
Black with #DB9906
Text Example
Text Example
White with #DB9906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9906; }
p { color: rgb(219,153,6); }
H1.HeaderClassName
{
color: #DB9906;
}
.AnyTagClassName
{
color: #DB9906;
}
</style>
background-color css
<style>
a { background-color: #DB9906; }
a { background-color: rgb(219,153,6); }
div.DivClassName
{
background-color: #DB9906;
}
.BgClassName
{
background-color: #DB9906;
}
</style>
border-color css
<style>
span { border-color: #DB9906; }
span { border-color: rgb(219,153,6); }
td.TdClassName
{
border-color: #DB9906;
}
.TagClassName
{
border-color: #DB9906;
}
</style>