Shades of Gamboge #DB8808
Tints of Gamboge #DB8808
RGB
CMYK
RGB Variations
Color information
#DB8808 (or 0xDB8808) is known color: Gamboge. HEX triplet: DB, 88 and 08. RGB value is (219,136,8). Sum of RGB (Red+Green+Blue) = 219+136+8=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 8 (3.52% from 255 or 2.20% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8808 is #2477F7. Grayscale: #929292. Windows color (decimal): -2390008 or 559323. OLE color: 559323.
HSL color Cylindrical-coordinate representation of color #DB8808: hue angle of 36.4º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB8808 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 8 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.14 |
| HSL | 36.4º | 0.93% | 0.45% | - |
| HSV(B) | 36.4º | 0.96% | 0.86% | - |
| XYZ | 38.06 | 32.69 | 4.53 | - |
| YUV | 146.23 | 50 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 8 | 0 | 0.38 | 0.96 | 0.14 | 36.4 | 0.93 | 0.45 |
| Hex | DB | 88 | 8 | 0 | 26 | 60 | E | 24 | 5D | 2D |
| Octal | 333 | 210 | 10 | 0 | 46 | 140 | 16 | 44 | 135 | 55 |
| Binary | 11011011 | 10001000 | 1000 | 0 | 100110 | 1100000 | 1110 | 100100 | 1011101 | 101101 |
Color Harmonies of #DB8808
Complementary color
Monochromatic Colors of #DB8808
Black with #DB8808
Text Example
Text Example
White with #DB8808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8808; }
p { color: rgb(219,136,8); }
H1.HeaderClassName
{
color: #DB8808;
}
.AnyTagClassName
{
color: #DB8808;
}
</style>
background-color css
<style>
a { background-color: #DB8808; }
a { background-color: rgb(219,136,8); }
div.DivClassName
{
background-color: #DB8808;
}
.BgClassName
{
background-color: #DB8808;
}
</style>
border-color css
<style>
span { border-color: #DB8808; }
span { border-color: rgb(219,136,8); }
td.TdClassName
{
border-color: #DB8808;
}
.TagClassName
{
border-color: #DB8808;
}
</style>