Shades of Gamboge #DB9B0B
Tints of Gamboge #DB9B0B
RGB
CMYK
RGB Variations
Color information
#DB9B0B (or 0xDB9B0B) is known color: Gamboge. HEX triplet: DB, 9B and 0B. RGB value is (219,155,11). Sum of RGB (Red+Green+Blue) = 219+155+11=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 11 (4.69% from 255 or 2.86% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9B0B is #2464F4. Grayscale: #9E9E9E. Windows color (decimal): -2385141 or 760795. OLE color: 760795.
HSL color Cylindrical-coordinate representation of color #DB9B0B: hue angle of 41.54º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB9B0B is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 11 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.14 |
| HSL | 41.54º | 0.9% | 0.45% | - |
| HSV(B) | 41.54º | 0.95% | 0.86% | - |
| XYZ | 41 | 38.53 | 5.59 | - |
| YUV | 157.72 | 45.2 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 11 | 0 | 0.29 | 0.95 | 0.14 | 41.54 | 0.9 | 0.45 |
| Hex | DB | 9B | B | 0 | 1D | 5F | E | 2A | 5A | 2D |
| Octal | 333 | 233 | 13 | 0 | 35 | 137 | 16 | 52 | 132 | 55 |
| Binary | 11011011 | 10011011 | 1011 | 0 | 11101 | 1011111 | 1110 | 101010 | 1011010 | 101101 |
Color Harmonies of #DB9B0B
Complementary color
Monochromatic Colors of #DB9B0B
Black with #DB9B0B
Text Example
Text Example
White with #DB9B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9B0B; }
p { color: rgb(219,155,11); }
H1.HeaderClassName
{
color: #DB9B0B;
}
.AnyTagClassName
{
color: #DB9B0B;
}
</style>
background-color css
<style>
a { background-color: #DB9B0B; }
a { background-color: rgb(219,155,11); }
div.DivClassName
{
background-color: #DB9B0B;
}
.BgClassName
{
background-color: #DB9B0B;
}
</style>
border-color css
<style>
span { border-color: #DB9B0B; }
span { border-color: rgb(219,155,11); }
td.TdClassName
{
border-color: #DB9B0B;
}
.TagClassName
{
border-color: #DB9B0B;
}
</style>