Shades of Gamboge #DB9910
Tints of Gamboge #DB9910
RGB
CMYK
RGB Variations
Color information
#DB9910 (or 0xDB9910) is known color: Gamboge. HEX triplet: DB, 99 and 10. RGB value is (219,153,16). Sum of RGB (Red+Green+Blue) = 219+153+16=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 16 (6.64% from 255 or 4.12% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9910 is #2466EF. Grayscale: #9D9D9D. Windows color (decimal): -2385648 or 1087963. OLE color: 1087963.
HSL color Cylindrical-coordinate representation of color #DB9910: hue angle of 40.49º 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 #DB9910 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 16 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.14 |
| HSL | 40.49º | 0.86% | 0.46% | - |
| HSV(B) | 40.49º | 0.93% | 0.86% | - |
| XYZ | 40.7 | 37.88 | 5.66 | - |
| YUV | 157.12 | 48.37 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 16 | 0 | 0.30 | 0.93 | 0.14 | 40.49 | 0.86 | 0.46 |
| Hex | DB | 99 | 10 | 0 | 1E | 5D | E | 28 | 56 | 2E |
| Octal | 333 | 231 | 20 | 0 | 36 | 135 | 16 | 50 | 126 | 56 |
| Binary | 11011011 | 10011001 | 10000 | 0 | 11110 | 1011101 | 1110 | 101000 | 1010110 | 101110 |
Color Harmonies of #DB9910
Complementary color
Monochromatic Colors of #DB9910
Black with #DB9910
Text Example
Text Example
White with #DB9910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9910; }
p { color: rgb(219,153,16); }
H1.HeaderClassName
{
color: #DB9910;
}
.AnyTagClassName
{
color: #DB9910;
}
</style>
background-color css
<style>
a { background-color: #DB9910; }
a { background-color: rgb(219,153,16); }
div.DivClassName
{
background-color: #DB9910;
}
.BgClassName
{
background-color: #DB9910;
}
</style>
border-color css
<style>
span { border-color: #DB9910; }
span { border-color: rgb(219,153,16); }
td.TdClassName
{
border-color: #DB9910;
}
.TagClassName
{
border-color: #DB9910;
}
</style>