Shades of Gamboge #DB9B02
Tints of Gamboge #DB9B02
RGB
CMYK
RGB Variations
Color information
#DB9B02 (or 0xDB9B02) is known color: Gamboge. HEX triplet: DB, 9B and 02. RGB value is (219,155,2). Sum of RGB (Red+Green+Blue) = 219+155+2=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 2 (1.17% from 255 or 0.53% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9B02 is #2464FD. Grayscale: #9D9D9D. Windows color (decimal): -2385150 or 170971. OLE color: 170971.
HSL color Cylindrical-coordinate representation of color #DB9B02: hue angle of 42.3º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB9B02 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 2 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.14 |
| HSL | 42.3º | 0.98% | 0.43% | - |
| HSV(B) | 42.3º | 0.99% | 0.86% | - |
| XYZ | 40.95 | 38.51 | 5.33 | - |
| YUV | 156.69 | 40.7 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 2 | 0 | 0.29 | 0.99 | 0.14 | 42.3 | 0.98 | 0.43 |
| Hex | DB | 9B | 2 | 0 | 1D | 63 | E | 2A | 62 | 2B |
| Octal | 333 | 233 | 2 | 0 | 35 | 143 | 16 | 52 | 142 | 53 |
| Binary | 11011011 | 10011011 | 10 | 0 | 11101 | 1100011 | 1110 | 101010 | 1100010 | 101011 |
Color Harmonies of #DB9B02
Complementary color
Monochromatic Colors of #DB9B02
Black with #DB9B02
Text Example
Text Example
White with #DB9B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9B02; }
p { color: rgb(219,155,2); }
H1.HeaderClassName
{
color: #DB9B02;
}
.AnyTagClassName
{
color: #DB9B02;
}
</style>
background-color css
<style>
a { background-color: #DB9B02; }
a { background-color: rgb(219,155,2); }
div.DivClassName
{
background-color: #DB9B02;
}
.BgClassName
{
background-color: #DB9B02;
}
</style>
border-color css
<style>
span { border-color: #DB9B02; }
span { border-color: rgb(219,155,2); }
td.TdClassName
{
border-color: #DB9B02;
}
.TagClassName
{
border-color: #DB9B02;
}
</style>