Shades of Gamboge #DB9503
Tints of Gamboge #DB9503
RGB
CMYK
RGB Variations
Color information
#DB9503 (or 0xDB9503) is known color: Gamboge. HEX triplet: DB, 95 and 03. RGB value is (219,149,3). Sum of RGB (Red+Green+Blue) = 219+149+3=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9503 is #246AFC. Grayscale: #999999. Windows color (decimal): -2386685 or 234971. OLE color: 234971.
HSL color Cylindrical-coordinate representation of color #DB9503: hue angle of 40.56º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB9503 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 3 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.14 |
| HSL | 40.56º | 0.97% | 0.44% | - |
| HSV(B) | 40.56º | 0.99% | 0.86% | - |
| XYZ | 39.98 | 36.56 | 5.04 | - |
| YUV | 153.29 | 43.19 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 3 | 0 | 0.32 | 0.99 | 0.14 | 40.56 | 0.97 | 0.44 |
| Hex | DB | 95 | 3 | 0 | 20 | 63 | E | 29 | 61 | 2C |
| Octal | 333 | 225 | 3 | 0 | 40 | 143 | 16 | 51 | 141 | 54 |
| Binary | 11011011 | 10010101 | 11 | 0 | 100000 | 1100011 | 1110 | 101001 | 1100001 | 101100 |
Color Harmonies of #DB9503
Complementary color
Monochromatic Colors of #DB9503
Black with #DB9503
Text Example
Text Example
White with #DB9503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9503; }
p { color: rgb(219,149,3); }
H1.HeaderClassName
{
color: #DB9503;
}
.AnyTagClassName
{
color: #DB9503;
}
</style>
background-color css
<style>
a { background-color: #DB9503; }
a { background-color: rgb(219,149,3); }
div.DivClassName
{
background-color: #DB9503;
}
.BgClassName
{
background-color: #DB9503;
}
</style>
border-color css
<style>
span { border-color: #DB9503; }
span { border-color: rgb(219,149,3); }
td.TdClassName
{
border-color: #DB9503;
}
.TagClassName
{
border-color: #DB9503;
}
</style>