Shades of Gamboge #DB8412
Tints of Gamboge #DB8412
RGB
CMYK
RGB Variations
Color information
#DB8412 (or 0xDB8412) is known color: Gamboge. HEX triplet: DB, 84 and 12. RGB value is (219,132,18). Sum of RGB (Red+Green+Blue) = 219+132+18=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8412 is #247BED. Grayscale: #919191. Windows color (decimal): -2391022 or 1213659. OLE color: 1213659.
HSL color Cylindrical-coordinate representation of color #DB8412: hue angle of 34.03º 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 #DB8412 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 18 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.14 |
| HSL | 34.03º | 0.85% | 0.46% | - |
| HSV(B) | 34.03º | 0.92% | 0.86% | - |
| XYZ | 37.57 | 31.61 | 4.69 | - |
| YUV | 145.02 | 56.32 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 18 | 0 | 0.40 | 0.92 | 0.14 | 34.03 | 0.85 | 0.46 |
| Hex | DB | 84 | 12 | 0 | 28 | 5C | E | 22 | 55 | 2E |
| Octal | 333 | 204 | 22 | 0 | 50 | 134 | 16 | 42 | 125 | 56 |
| Binary | 11011011 | 10000100 | 10010 | 0 | 101000 | 1011100 | 1110 | 100010 | 1010101 | 101110 |
Color Harmonies of #DB8412
Complementary color
Monochromatic Colors of #DB8412
Black with #DB8412
Text Example
Text Example
White with #DB8412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8412; }
p { color: rgb(219,132,18); }
H1.HeaderClassName
{
color: #DB8412;
}
.AnyTagClassName
{
color: #DB8412;
}
</style>
background-color css
<style>
a { background-color: #DB8412; }
a { background-color: rgb(219,132,18); }
div.DivClassName
{
background-color: #DB8412;
}
.BgClassName
{
background-color: #DB8412;
}
</style>
border-color css
<style>
span { border-color: #DB8412; }
span { border-color: rgb(219,132,18); }
td.TdClassName
{
border-color: #DB8412;
}
.TagClassName
{
border-color: #DB8412;
}
</style>