Shades of Gamboge #DB8806
Tints of Gamboge #DB8806
RGB
CMYK
RGB Variations
Color information
#DB8806 (or 0xDB8806) is known color: Gamboge. HEX triplet: DB, 88 and 06. RGB value is (219,136,6). Sum of RGB (Red+Green+Blue) = 219+136+6=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 6 (2.73% from 255 or 1.66% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8806 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8806 is #2477F9. Grayscale: #929292. Windows color (decimal): -2390010 or 428251. OLE color: 428251.
HSL color Cylindrical-coordinate representation of color #DB8806: hue angle of 36.62º 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 #DB8806 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 6 | - |
| CMYK | 0 | 0.38 | 0.97 | 0.14 |
| HSL | 36.62º | 0.95% | 0.44% | - |
| HSV(B) | 36.62º | 0.97% | 0.86% | - |
| XYZ | 38.05 | 32.68 | 4.47 | - |
| YUV | 146 | 49 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 6 | 0 | 0.38 | 0.97 | 0.14 | 36.62 | 0.95 | 0.44 |
| Hex | DB | 88 | 6 | 0 | 26 | 61 | E | 25 | 5F | 2C |
| Octal | 333 | 210 | 6 | 0 | 46 | 141 | 16 | 45 | 137 | 54 |
| Binary | 11011011 | 10001000 | 110 | 0 | 100110 | 1100001 | 1110 | 100101 | 1011111 | 101100 |
Color Harmonies of #DB8806
Complementary color
Monochromatic Colors of #DB8806
Black with #DB8806
Text Example
Text Example
White with #DB8806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8806; }
p { color: rgb(219,136,6); }
H1.HeaderClassName
{
color: #DB8806;
}
.AnyTagClassName
{
color: #DB8806;
}
</style>
background-color css
<style>
a { background-color: #DB8806; }
a { background-color: rgb(219,136,6); }
div.DivClassName
{
background-color: #DB8806;
}
.BgClassName
{
background-color: #DB8806;
}
</style>
border-color css
<style>
span { border-color: #DB8806; }
span { border-color: rgb(219,136,6); }
td.TdClassName
{
border-color: #DB8806;
}
.TagClassName
{
border-color: #DB8806;
}
</style>