Shades of Gamboge #DB9B17
Tints of Gamboge #DB9B17
RGB
CMYK
RGB Variations
Color information
#DB9B17 (or 0xDB9B17) is known color: Gamboge. HEX triplet: DB, 9B and 17. RGB value is (219,155,23). Sum of RGB (Red+Green+Blue) = 219+155+23=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 23 (9.38% from 255 or 5.79% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9B17 is #2464E8. Grayscale: #9F9F9F. Windows color (decimal): -2385129 or 1547227. OLE color: 1547227.
HSL color Cylindrical-coordinate representation of color #DB9B17: hue angle of 40.41º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB9B17 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 23 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.14 |
| HSL | 40.41º | 0.81% | 0.47% | - |
| HSV(B) | 40.41º | 0.89% | 0.86% | - |
| XYZ | 41.09 | 38.56 | 6.09 | - |
| YUV | 159.09 | 51.2 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 23 | 0 | 0.29 | 0.89 | 0.14 | 40.41 | 0.81 | 0.47 |
| Hex | DB | 9B | 17 | 0 | 1D | 59 | E | 28 | 51 | 2F |
| Octal | 333 | 233 | 27 | 0 | 35 | 131 | 16 | 50 | 121 | 57 |
| Binary | 11011011 | 10011011 | 10111 | 0 | 11101 | 1011001 | 1110 | 101000 | 1010001 | 101111 |
Color Harmonies of #DB9B17
Complementary color
Monochromatic Colors of #DB9B17
Black with #DB9B17
Text Example
Text Example
White with #DB9B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9B17; }
p { color: rgb(219,155,23); }
H1.HeaderClassName
{
color: #DB9B17;
}
.AnyTagClassName
{
color: #DB9B17;
}
</style>
background-color css
<style>
a { background-color: #DB9B17; }
a { background-color: rgb(219,155,23); }
div.DivClassName
{
background-color: #DB9B17;
}
.BgClassName
{
background-color: #DB9B17;
}
</style>
border-color css
<style>
span { border-color: #DB9B17; }
span { border-color: rgb(219,155,23); }
td.TdClassName
{
border-color: #DB9B17;
}
.TagClassName
{
border-color: #DB9B17;
}
</style>