Shades of Gamboge #DB9B11
Tints of Gamboge #DB9B11
RGB
CMYK
RGB Variations
Color information
#DB9B11 (or 0xDB9B11) is known color: Gamboge. HEX triplet: DB, 9B and 11. RGB value is (219,155,17). Sum of RGB (Red+Green+Blue) = 219+155+17=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 17 (7.03% from 255 or 4.35% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9B11 is #2464EE. Grayscale: #9F9F9F. Windows color (decimal): -2385135 or 1154011. OLE color: 1154011.
HSL color Cylindrical-coordinate representation of color #DB9B11: hue angle of 40.99º 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 #DB9B11 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 17 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.14 |
| HSL | 40.99º | 0.86% | 0.46% | - |
| HSV(B) | 40.99º | 0.92% | 0.86% | - |
| XYZ | 41.04 | 38.54 | 5.81 | - |
| YUV | 158.4 | 48.2 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 17 | 0 | 0.29 | 0.92 | 0.14 | 40.99 | 0.86 | 0.46 |
| Hex | DB | 9B | 11 | 0 | 1D | 5C | E | 29 | 56 | 2E |
| Octal | 333 | 233 | 21 | 0 | 35 | 134 | 16 | 51 | 126 | 56 |
| Binary | 11011011 | 10011011 | 10001 | 0 | 11101 | 1011100 | 1110 | 101001 | 1010110 | 101110 |
Color Harmonies of #DB9B11
Complementary color
Monochromatic Colors of #DB9B11
Black with #DB9B11
Text Example
Text Example
White with #DB9B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9B11; }
p { color: rgb(219,155,17); }
H1.HeaderClassName
{
color: #DB9B11;
}
.AnyTagClassName
{
color: #DB9B11;
}
</style>
background-color css
<style>
a { background-color: #DB9B11; }
a { background-color: rgb(219,155,17); }
div.DivClassName
{
background-color: #DB9B11;
}
.BgClassName
{
background-color: #DB9B11;
}
</style>
border-color css
<style>
span { border-color: #DB9B11; }
span { border-color: rgb(219,155,17); }
td.TdClassName
{
border-color: #DB9B11;
}
.TagClassName
{
border-color: #DB9B11;
}
</style>