Shades of Gamboge #DB8511
Tints of Gamboge #DB8511
RGB
CMYK
RGB Variations
Color information
#DB8511 (or 0xDB8511) is known color: Gamboge. HEX triplet: DB, 85 and 11. RGB value is (219,133,17). Sum of RGB (Red+Green+Blue) = 219+133+17=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 17 (7.03% from 255 or 4.61% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8511 is #247AEE. Grayscale: #929292. Windows color (decimal): -2390767 or 1148379. OLE color: 1148379.
HSL color Cylindrical-coordinate representation of color #DB8511: hue angle of 34.46º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB8511 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 17 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.14 |
| HSL | 34.46º | 0.86% | 0.46% | - |
| HSV(B) | 34.46º | 0.92% | 0.86% | - |
| XYZ | 37.7 | 31.88 | 4.7 | - |
| YUV | 145.49 | 55.49 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 17 | 0 | 0.39 | 0.92 | 0.14 | 34.46 | 0.86 | 0.46 |
| Hex | DB | 85 | 11 | 0 | 27 | 5C | E | 22 | 56 | 2E |
| Octal | 333 | 205 | 21 | 0 | 47 | 134 | 16 | 42 | 126 | 56 |
| Binary | 11011011 | 10000101 | 10001 | 0 | 100111 | 1011100 | 1110 | 100010 | 1010110 | 101110 |
Color Harmonies of #DB8511
Complementary color
Monochromatic Colors of #DB8511
Black with #DB8511
Text Example
Text Example
White with #DB8511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8511; }
p { color: rgb(219,133,17); }
H1.HeaderClassName
{
color: #DB8511;
}
.AnyTagClassName
{
color: #DB8511;
}
</style>
background-color css
<style>
a { background-color: #DB8511; }
a { background-color: rgb(219,133,17); }
div.DivClassName
{
background-color: #DB8511;
}
.BgClassName
{
background-color: #DB8511;
}
</style>
border-color css
<style>
span { border-color: #DB8511; }
span { border-color: rgb(219,133,17); }
td.TdClassName
{
border-color: #DB8511;
}
.TagClassName
{
border-color: #DB8511;
}
</style>