Shades of Gamboge #DB9915
Tints of Gamboge #DB9915
RGB
CMYK
RGB Variations
Color information
#DB9915 (or 0xDB9915) is known color: Gamboge. HEX triplet: DB, 99 and 15. RGB value is (219,153,21). Sum of RGB (Red+Green+Blue) = 219+153+21=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9915 is #2466EA. Grayscale: #9E9E9E. Windows color (decimal): -2385643 or 1415643. OLE color: 1415643.
HSL color Cylindrical-coordinate representation of color #DB9915: hue angle of 40º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB9915 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 21 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.14 |
| HSL | 40º | 0.83% | 0.47% | - |
| HSV(B) | 40º | 0.9% | 0.86% | - |
| XYZ | 40.74 | 37.9 | 5.88 | - |
| YUV | 157.69 | 50.87 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 21 | 0 | 0.30 | 0.90 | 0.14 | 40 | 0.83 | 0.47 |
| Hex | DB | 99 | 15 | 0 | 1E | 5A | E | 28 | 52 | 2F |
| Octal | 333 | 231 | 25 | 0 | 36 | 132 | 16 | 50 | 122 | 57 |
| Binary | 11011011 | 10011001 | 10101 | 0 | 11110 | 1011010 | 1110 | 101000 | 1010010 | 101111 |
Color Harmonies of #DB9915
Complementary color
Monochromatic Colors of #DB9915
Black with #DB9915
Text Example
Text Example
White with #DB9915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9915; }
p { color: rgb(219,153,21); }
H1.HeaderClassName
{
color: #DB9915;
}
.AnyTagClassName
{
color: #DB9915;
}
</style>
background-color css
<style>
a { background-color: #DB9915; }
a { background-color: rgb(219,153,21); }
div.DivClassName
{
background-color: #DB9915;
}
.BgClassName
{
background-color: #DB9915;
}
</style>
border-color css
<style>
span { border-color: #DB9915; }
span { border-color: rgb(219,153,21); }
td.TdClassName
{
border-color: #DB9915;
}
.TagClassName
{
border-color: #DB9915;
}
</style>