Shades of Gamboge #DB9612
Tints of Gamboge #DB9612
RGB
CMYK
RGB Variations
Color information
#DB9612 (or 0xDB9612) is known color: Gamboge. HEX triplet: DB, 96 and 12. RGB value is (219,150,18). Sum of RGB (Red+Green+Blue) = 219+150+18=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 18 (7.42% from 255 or 4.65% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9612 is #2469ED. Grayscale: #9C9C9C. Windows color (decimal): -2386414 or 1218267. OLE color: 1218267.
HSL color Cylindrical-coordinate representation of color #DB9612: hue angle of 39.4º 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 #DB9612 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 18 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.14 |
| HSL | 39.4º | 0.85% | 0.46% | - |
| HSV(B) | 39.4º | 0.92% | 0.86% | - |
| XYZ | 40.23 | 36.92 | 5.58 | - |
| YUV | 155.58 | 50.36 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 18 | 0 | 0.32 | 0.92 | 0.14 | 39.4 | 0.85 | 0.46 |
| Hex | DB | 96 | 12 | 0 | 20 | 5C | E | 27 | 55 | 2E |
| Octal | 333 | 226 | 22 | 0 | 40 | 134 | 16 | 47 | 125 | 56 |
| Binary | 11011011 | 10010110 | 10010 | 0 | 100000 | 1011100 | 1110 | 100111 | 1010101 | 101110 |
Color Harmonies of #DB9612
Complementary color
Monochromatic Colors of #DB9612
Black with #DB9612
Text Example
Text Example
White with #DB9612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9612; }
p { color: rgb(219,150,18); }
H1.HeaderClassName
{
color: #DB9612;
}
.AnyTagClassName
{
color: #DB9612;
}
</style>
background-color css
<style>
a { background-color: #DB9612; }
a { background-color: rgb(219,150,18); }
div.DivClassName
{
background-color: #DB9612;
}
.BgClassName
{
background-color: #DB9612;
}
</style>
border-color css
<style>
span { border-color: #DB9612; }
span { border-color: rgb(219,150,18); }
td.TdClassName
{
border-color: #DB9612;
}
.TagClassName
{
border-color: #DB9612;
}
</style>