Shades of Gamboge #DB9115
Tints of Gamboge #DB9115
RGB
CMYK
RGB Variations
Color information
#DB9115 (or 0xDB9115) is known color: Gamboge. HEX triplet: DB, 91 and 15. RGB value is (219,145,21). Sum of RGB (Red+Green+Blue) = 219+145+21=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 21 (8.59% from 255 or 5.45% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9115 is #246EEA. Grayscale: #999999. Windows color (decimal): -2387691 or 1413595. OLE color: 1413595.
HSL color Cylindrical-coordinate representation of color #DB9115: hue angle of 37.58º 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 #DB9115 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 21 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.14 |
| HSL | 37.58º | 0.83% | 0.47% | - |
| HSV(B) | 37.58º | 0.9% | 0.86% | - |
| XYZ | 39.47 | 35.37 | 5.46 | - |
| YUV | 152.99 | 53.52 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 21 | 0 | 0.34 | 0.90 | 0.14 | 37.58 | 0.83 | 0.47 |
| Hex | DB | 91 | 15 | 0 | 22 | 5A | E | 26 | 52 | 2F |
| Octal | 333 | 221 | 25 | 0 | 42 | 132 | 16 | 46 | 122 | 57 |
| Binary | 11011011 | 10010001 | 10101 | 0 | 100010 | 1011010 | 1110 | 100110 | 1010010 | 101111 |
Color Harmonies of #DB9115
Complementary color
Monochromatic Colors of #DB9115
Black with #DB9115
Text Example
Text Example
White with #DB9115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9115; }
p { color: rgb(219,145,21); }
H1.HeaderClassName
{
color: #DB9115;
}
.AnyTagClassName
{
color: #DB9115;
}
</style>
background-color css
<style>
a { background-color: #DB9115; }
a { background-color: rgb(219,145,21); }
div.DivClassName
{
background-color: #DB9115;
}
.BgClassName
{
background-color: #DB9115;
}
</style>
border-color css
<style>
span { border-color: #DB9115; }
span { border-color: rgb(219,145,21); }
td.TdClassName
{
border-color: #DB9115;
}
.TagClassName
{
border-color: #DB9115;
}
</style>