Shades of Gamboge #DB9912
Tints of Gamboge #DB9912
RGB
CMYK
RGB Variations
Color information
#DB9912 (or 0xDB9912) is known color: Gamboge. HEX triplet: DB, 99 and 12. RGB value is (219,153,18). Sum of RGB (Red+Green+Blue) = 219+153+18=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 18 (7.42% from 255 or 4.62% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9912 is #2466ED. Grayscale: #9D9D9D. Windows color (decimal): -2385646 or 1219035. OLE color: 1219035.
HSL color Cylindrical-coordinate representation of color #DB9912: hue angle of 40.3º 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 #DB9912 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 18 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.14 |
| HSL | 40.3º | 0.85% | 0.46% | - |
| HSV(B) | 40.3º | 0.92% | 0.86% | - |
| XYZ | 40.71 | 37.89 | 5.74 | - |
| YUV | 157.34 | 49.37 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 18 | 0 | 0.30 | 0.92 | 0.14 | 40.3 | 0.85 | 0.46 |
| Hex | DB | 99 | 12 | 0 | 1E | 5C | E | 28 | 55 | 2E |
| Octal | 333 | 231 | 22 | 0 | 36 | 134 | 16 | 50 | 125 | 56 |
| Binary | 11011011 | 10011001 | 10010 | 0 | 11110 | 1011100 | 1110 | 101000 | 1010101 | 101110 |
Color Harmonies of #DB9912
Complementary color
Monochromatic Colors of #DB9912
Black with #DB9912
Text Example
Text Example
White with #DB9912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9912; }
p { color: rgb(219,153,18); }
H1.HeaderClassName
{
color: #DB9912;
}
.AnyTagClassName
{
color: #DB9912;
}
</style>
background-color css
<style>
a { background-color: #DB9912; }
a { background-color: rgb(219,153,18); }
div.DivClassName
{
background-color: #DB9912;
}
.BgClassName
{
background-color: #DB9912;
}
</style>
border-color css
<style>
span { border-color: #DB9912; }
span { border-color: rgb(219,153,18); }
td.TdClassName
{
border-color: #DB9912;
}
.TagClassName
{
border-color: #DB9912;
}
</style>