Shades of Gamboge #DB9B15
Tints of Gamboge #DB9B15
RGB
CMYK
RGB Variations
Color information
#DB9B15 (or 0xDB9B15) is known color: Gamboge. HEX triplet: DB, 9B and 15. RGB value is (219,155,21). Sum of RGB (Red+Green+Blue) = 219+155+21=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 21 (8.59% from 255 or 5.32% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9B15 is #2464EA. Grayscale: #9F9F9F. Windows color (decimal): -2385131 or 1416155. OLE color: 1416155.
HSL color Cylindrical-coordinate representation of color #DB9B15: hue angle of 40.61º 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 #DB9B15 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 21 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.14 |
| HSL | 40.61º | 0.83% | 0.47% | - |
| HSV(B) | 40.61º | 0.9% | 0.86% | - |
| XYZ | 41.07 | 38.56 | 5.99 | - |
| YUV | 158.86 | 50.2 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 21 | 0 | 0.29 | 0.90 | 0.14 | 40.61 | 0.83 | 0.47 |
| Hex | DB | 9B | 15 | 0 | 1D | 5A | E | 29 | 52 | 2F |
| Octal | 333 | 233 | 25 | 0 | 35 | 132 | 16 | 51 | 122 | 57 |
| Binary | 11011011 | 10011011 | 10101 | 0 | 11101 | 1011010 | 1110 | 101001 | 1010010 | 101111 |
Color Harmonies of #DB9B15
Complementary color
Monochromatic Colors of #DB9B15
Black with #DB9B15
Text Example
Text Example
White with #DB9B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9B15; }
p { color: rgb(219,155,21); }
H1.HeaderClassName
{
color: #DB9B15;
}
.AnyTagClassName
{
color: #DB9B15;
}
</style>
background-color css
<style>
a { background-color: #DB9B15; }
a { background-color: rgb(219,155,21); }
div.DivClassName
{
background-color: #DB9B15;
}
.BgClassName
{
background-color: #DB9B15;
}
</style>
border-color css
<style>
span { border-color: #DB9B15; }
span { border-color: rgb(219,155,21); }
td.TdClassName
{
border-color: #DB9B15;
}
.TagClassName
{
border-color: #DB9B15;
}
</style>