Shades of Gamboge #DB9F0E
Tints of Gamboge #DB9F0E
RGB
CMYK
RGB Variations
Color information
#DB9F0E (or 0xDB9F0E) is known color: Gamboge. HEX triplet: DB, 9F and 0E. RGB value is (219,159,14). Sum of RGB (Red+Green+Blue) = 219+159+14=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 14 (5.86% from 255 or 3.57% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9F0E is #2460F1. Grayscale: #A1A1A1. Windows color (decimal): -2384114 or 958427. OLE color: 958427.
HSL color Cylindrical-coordinate representation of color #DB9F0E: hue angle of 42.44º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB9F0E is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 14 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.14 |
| HSL | 42.44º | 0.88% | 0.46% | - |
| HSV(B) | 42.44º | 0.94% | 0.86% | - |
| XYZ | 41.69 | 39.89 | 5.92 | - |
| YUV | 160.41 | 45.38 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 14 | 0 | 0.27 | 0.94 | 0.14 | 42.44 | 0.88 | 0.46 |
| Hex | DB | 9F | E | 0 | 1B | 5E | E | 2A | 58 | 2E |
| Octal | 333 | 237 | 16 | 0 | 33 | 136 | 16 | 52 | 130 | 56 |
| Binary | 11011011 | 10011111 | 1110 | 0 | 11011 | 1011110 | 1110 | 101010 | 1011000 | 101110 |
Color Harmonies of #DB9F0E
Complementary color
Monochromatic Colors of #DB9F0E
Black with #DB9F0E
Text Example
Text Example
White with #DB9F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9F0E; }
p { color: rgb(219,159,14); }
H1.HeaderClassName
{
color: #DB9F0E;
}
.AnyTagClassName
{
color: #DB9F0E;
}
</style>
background-color css
<style>
a { background-color: #DB9F0E; }
a { background-color: rgb(219,159,14); }
div.DivClassName
{
background-color: #DB9F0E;
}
.BgClassName
{
background-color: #DB9F0E;
}
</style>
border-color css
<style>
span { border-color: #DB9F0E; }
span { border-color: rgb(219,159,14); }
td.TdClassName
{
border-color: #DB9F0E;
}
.TagClassName
{
border-color: #DB9F0E;
}
</style>