Shades of Gamboge #DB8805
Tints of Gamboge #DB8805
RGB
CMYK
RGB Variations
Color information
#DB8805 (or 0xDB8805) is known color: Gamboge. HEX triplet: DB, 88 and 05. RGB value is (219,136,5). Sum of RGB (Red+Green+Blue) = 219+136+5=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 5 (2.34% from 255 or 1.39% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8805 is #2477FA. Grayscale: #929292. Windows color (decimal): -2390011 or 362715. OLE color: 362715.
HSL color Cylindrical-coordinate representation of color #DB8805: hue angle of 36.73º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB8805 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 5 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.14 |
| HSL | 36.73º | 0.96% | 0.44% | - |
| HSV(B) | 36.73º | 0.98% | 0.86% | - |
| XYZ | 38.04 | 32.68 | 4.45 | - |
| YUV | 145.88 | 48.5 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 5 | 0 | 0.38 | 0.98 | 0.14 | 36.73 | 0.96 | 0.44 |
| Hex | DB | 88 | 5 | 0 | 26 | 62 | E | 25 | 60 | 2C |
| Octal | 333 | 210 | 5 | 0 | 46 | 142 | 16 | 45 | 140 | 54 |
| Binary | 11011011 | 10001000 | 101 | 0 | 100110 | 1100010 | 1110 | 100101 | 1100000 | 101100 |
Color Harmonies of #DB8805
Complementary color
Monochromatic Colors of #DB8805
Black with #DB8805
Text Example
Text Example
White with #DB8805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8805; }
p { color: rgb(219,136,5); }
H1.HeaderClassName
{
color: #DB8805;
}
.AnyTagClassName
{
color: #DB8805;
}
</style>
background-color css
<style>
a { background-color: #DB8805; }
a { background-color: rgb(219,136,5); }
div.DivClassName
{
background-color: #DB8805;
}
.BgClassName
{
background-color: #DB8805;
}
</style>
border-color css
<style>
span { border-color: #DB8805; }
span { border-color: rgb(219,136,5); }
td.TdClassName
{
border-color: #DB8805;
}
.TagClassName
{
border-color: #DB8805;
}
</style>