Shades of Gamboge #DB9502
Tints of Gamboge #DB9502
RGB
CMYK
RGB Variations
Color information
#DB9502 (or 0xDB9502) is known color: Gamboge. HEX triplet: DB, 95 and 02. RGB value is (219,149,2). Sum of RGB (Red+Green+Blue) = 219+149+2=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9502 is #246AFD. Grayscale: #999999. Windows color (decimal): -2386686 or 169435. OLE color: 169435.
HSL color Cylindrical-coordinate representation of color #DB9502: hue angle of 40.65º 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 #DB9502 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 2 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.14 |
| HSL | 40.65º | 0.98% | 0.43% | - |
| HSV(B) | 40.65º | 0.99% | 0.86% | - |
| XYZ | 39.97 | 36.56 | 5.01 | - |
| YUV | 153.17 | 42.69 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 2 | 0 | 0.32 | 0.99 | 0.14 | 40.65 | 0.98 | 0.43 |
| Hex | DB | 95 | 2 | 0 | 20 | 63 | E | 29 | 62 | 2B |
| Octal | 333 | 225 | 2 | 0 | 40 | 143 | 16 | 51 | 142 | 53 |
| Binary | 11011011 | 10010101 | 10 | 0 | 100000 | 1100011 | 1110 | 101001 | 1100010 | 101011 |
Color Harmonies of #DB9502
Complementary color
Monochromatic Colors of #DB9502
Black with #DB9502
Text Example
Text Example
White with #DB9502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9502; }
p { color: rgb(219,149,2); }
H1.HeaderClassName
{
color: #DB9502;
}
.AnyTagClassName
{
color: #DB9502;
}
</style>
background-color css
<style>
a { background-color: #DB9502; }
a { background-color: rgb(219,149,2); }
div.DivClassName
{
background-color: #DB9502;
}
.BgClassName
{
background-color: #DB9502;
}
</style>
border-color css
<style>
span { border-color: #DB9502; }
span { border-color: rgb(219,149,2); }
td.TdClassName
{
border-color: #DB9502;
}
.TagClassName
{
border-color: #DB9502;
}
</style>