Shades of Gamboge #DB9F10
Tints of Gamboge #DB9F10
RGB
CMYK
RGB Variations
Color information
#DB9F10 (or 0xDB9F10) is known color: Gamboge. HEX triplet: DB, 9F and 10. RGB value is (219,159,16). Sum of RGB (Red+Green+Blue) = 219+159+16=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 16 (6.64% from 255 or 4.06% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9F10 is #2460EF. Grayscale: #A1A1A1. Windows color (decimal): -2384112 or 1089499. OLE color: 1089499.
HSL color Cylindrical-coordinate representation of color #DB9F10: hue angle of 42.27º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB9F10 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 16 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.14 |
| HSL | 42.27º | 0.86% | 0.46% | - |
| HSV(B) | 42.27º | 0.93% | 0.86% | - |
| XYZ | 41.71 | 39.89 | 5.99 | - |
| YUV | 160.64 | 46.38 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 16 | 0 | 0.27 | 0.93 | 0.14 | 42.27 | 0.86 | 0.46 |
| Hex | DB | 9F | 10 | 0 | 1B | 5D | E | 2A | 56 | 2E |
| Octal | 333 | 237 | 20 | 0 | 33 | 135 | 16 | 52 | 126 | 56 |
| Binary | 11011011 | 10011111 | 10000 | 0 | 11011 | 1011101 | 1110 | 101010 | 1010110 | 101110 |
Color Harmonies of #DB9F10
Complementary color
Monochromatic Colors of #DB9F10
Black with #DB9F10
Text Example
Text Example
White with #DB9F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9F10; }
p { color: rgb(219,159,16); }
H1.HeaderClassName
{
color: #DB9F10;
}
.AnyTagClassName
{
color: #DB9F10;
}
</style>
background-color css
<style>
a { background-color: #DB9F10; }
a { background-color: rgb(219,159,16); }
div.DivClassName
{
background-color: #DB9F10;
}
.BgClassName
{
background-color: #DB9F10;
}
</style>
border-color css
<style>
span { border-color: #DB9F10; }
span { border-color: rgb(219,159,16); }
td.TdClassName
{
border-color: #DB9F10;
}
.TagClassName
{
border-color: #DB9F10;
}
</style>