Shades of Gamboge #DB9F11
Tints of Gamboge #DB9F11
RGB
CMYK
RGB Variations
Color information
#DB9F11 (or 0xDB9F11) is known color: Gamboge. HEX triplet: DB, 9F and 11. RGB value is (219,159,17). Sum of RGB (Red+Green+Blue) = 219+159+17=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 17 (7.03% from 255 or 4.30% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9F11 is #2460EE. Grayscale: #A1A1A1. Windows color (decimal): -2384111 or 1155035. OLE color: 1155035.
HSL color Cylindrical-coordinate representation of color #DB9F11: hue angle of 42.18º degrees, saturation: 0.86, 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 #DB9F11 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 17 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.14 |
| HSL | 42.18º | 0.86% | 0.46% | - |
| HSV(B) | 42.18º | 0.92% | 0.86% | - |
| XYZ | 41.71 | 39.9 | 6.03 | - |
| YUV | 160.75 | 46.88 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 17 | 0 | 0.27 | 0.92 | 0.14 | 42.18 | 0.86 | 0.46 |
| Hex | DB | 9F | 11 | 0 | 1B | 5C | E | 2A | 56 | 2E |
| Octal | 333 | 237 | 21 | 0 | 33 | 134 | 16 | 52 | 126 | 56 |
| Binary | 11011011 | 10011111 | 10001 | 0 | 11011 | 1011100 | 1110 | 101010 | 1010110 | 101110 |
Color Harmonies of #DB9F11
Complementary color
Monochromatic Colors of #DB9F11
Black with #DB9F11
Text Example
Text Example
White with #DB9F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9F11; }
p { color: rgb(219,159,17); }
H1.HeaderClassName
{
color: #DB9F11;
}
.AnyTagClassName
{
color: #DB9F11;
}
</style>
background-color css
<style>
a { background-color: #DB9F11; }
a { background-color: rgb(219,159,17); }
div.DivClassName
{
background-color: #DB9F11;
}
.BgClassName
{
background-color: #DB9F11;
}
</style>
border-color css
<style>
span { border-color: #DB9F11; }
span { border-color: rgb(219,159,17); }
td.TdClassName
{
border-color: #DB9F11;
}
.TagClassName
{
border-color: #DB9F11;
}
</style>