Shades of Gamboge #DB9500
Tints of Gamboge #DB9500
RGB
CMYK
RGB Variations
Color information
#DB9500 (or 0xDB9500) is known color: Gamboge. HEX triplet: DB, 95 and 00. RGB value is (219,149,0). Sum of RGB (Red+Green+Blue) = 219+149+0=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9500 is #246AFF. Grayscale: #999999. Windows color (decimal): -2386688 or 38363. OLE color: 38363.
HSL color Cylindrical-coordinate representation of color #DB9500: hue angle of 40.82º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB9500 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.14 |
| HSL | 40.82º | 1% | 0.43% | - |
| HSV(B) | 40.82º | 1% | 0.86% | - |
| XYZ | 39.96 | 36.55 | 4.95 | - |
| YUV | 152.94 | 41.69 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 0 | 0 | 0.32 | 1 | 0.14 | 40.82 | 1 | 0.43 |
| Hex | DB | 95 | 0 | 0 | 20 | 64 | E | 29 | 64 | 2B |
| Octal | 333 | 225 | 0 | 0 | 40 | 144 | 16 | 51 | 144 | 53 |
| Binary | 11011011 | 10010101 | 0 | 0 | 100000 | 1100100 | 1110 | 101001 | 1100100 | 101011 |
Color Harmonies of #DB9500
Complementary color
Monochromatic Colors of #DB9500
Black with #DB9500
Text Example
Text Example
White with #DB9500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9500; }
p { color: rgb(219,149,0); }
H1.HeaderClassName
{
color: #DB9500;
}
.AnyTagClassName
{
color: #DB9500;
}
</style>
background-color css
<style>
a { background-color: #DB9500; }
a { background-color: rgb(219,149,0); }
div.DivClassName
{
background-color: #DB9500;
}
.BgClassName
{
background-color: #DB9500;
}
</style>
border-color css
<style>
span { border-color: #DB9500; }
span { border-color: rgb(219,149,0); }
td.TdClassName
{
border-color: #DB9500;
}
.TagClassName
{
border-color: #DB9500;
}
</style>