Shades of Gamboge #DB8512
Tints of Gamboge #DB8512
RGB
CMYK
RGB Variations
Color information
#DB8512 (or 0xDB8512) is known color: Gamboge. HEX triplet: DB, 85 and 12. RGB value is (219,133,18). Sum of RGB (Red+Green+Blue) = 219+133+18=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8512 is #247AED. Grayscale: #929292. Windows color (decimal): -2390766 or 1213915. OLE color: 1213915.
HSL color Cylindrical-coordinate representation of color #DB8512: hue angle of 34.33º degrees, saturation: 0.85, 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 #DB8512 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 18 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.14 |
| HSL | 34.33º | 0.85% | 0.46% | - |
| HSV(B) | 34.33º | 0.92% | 0.86% | - |
| XYZ | 37.71 | 31.88 | 4.74 | - |
| YUV | 145.6 | 55.99 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 18 | 0 | 0.39 | 0.92 | 0.14 | 34.33 | 0.85 | 0.46 |
| Hex | DB | 85 | 12 | 0 | 27 | 5C | E | 22 | 55 | 2E |
| Octal | 333 | 205 | 22 | 0 | 47 | 134 | 16 | 42 | 125 | 56 |
| Binary | 11011011 | 10000101 | 10010 | 0 | 100111 | 1011100 | 1110 | 100010 | 1010101 | 101110 |
Color Harmonies of #DB8512
Complementary color
Monochromatic Colors of #DB8512
Black with #DB8512
Text Example
Text Example
White with #DB8512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8512; }
p { color: rgb(219,133,18); }
H1.HeaderClassName
{
color: #DB8512;
}
.AnyTagClassName
{
color: #DB8512;
}
</style>
background-color css
<style>
a { background-color: #DB8512; }
a { background-color: rgb(219,133,18); }
div.DivClassName
{
background-color: #DB8512;
}
.BgClassName
{
background-color: #DB8512;
}
</style>
border-color css
<style>
span { border-color: #DB8512; }
span { border-color: rgb(219,133,18); }
td.TdClassName
{
border-color: #DB8512;
}
.TagClassName
{
border-color: #DB8512;
}
</style>