Shades of Gamboge #DB9D10
Tints of Gamboge #DB9D10
RGB
CMYK
RGB Variations
Color information
#DB9D10 (or 0xDB9D10) is known color: Gamboge. HEX triplet: DB, 9D and 10. RGB value is (219,157,16). Sum of RGB (Red+Green+Blue) = 219+157+16=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 16 (6.64% from 255 or 4.08% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9D10 is #2462EF. Grayscale: #A0A0A0. Windows color (decimal): -2384624 or 1088987. OLE color: 1088987.
HSL color Cylindrical-coordinate representation of color #DB9D10: hue angle of 41.67º 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 #DB9D10 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 16 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.14 |
| HSL | 41.67º | 0.86% | 0.46% | - |
| HSV(B) | 41.67º | 0.93% | 0.86% | - |
| XYZ | 41.36 | 39.21 | 5.88 | - |
| YUV | 159.46 | 47.04 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 16 | 0 | 0.28 | 0.93 | 0.14 | 41.67 | 0.86 | 0.46 |
| Hex | DB | 9D | 10 | 0 | 1C | 5D | E | 2A | 56 | 2E |
| Octal | 333 | 235 | 20 | 0 | 34 | 135 | 16 | 52 | 126 | 56 |
| Binary | 11011011 | 10011101 | 10000 | 0 | 11100 | 1011101 | 1110 | 101010 | 1010110 | 101110 |
Color Harmonies of #DB9D10
Complementary color
Monochromatic Colors of #DB9D10
Black with #DB9D10
Text Example
Text Example
White with #DB9D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9D10; }
p { color: rgb(219,157,16); }
H1.HeaderClassName
{
color: #DB9D10;
}
.AnyTagClassName
{
color: #DB9D10;
}
</style>
background-color css
<style>
a { background-color: #DB9D10; }
a { background-color: rgb(219,157,16); }
div.DivClassName
{
background-color: #DB9D10;
}
.BgClassName
{
background-color: #DB9D10;
}
</style>
border-color css
<style>
span { border-color: #DB9D10; }
span { border-color: rgb(219,157,16); }
td.TdClassName
{
border-color: #DB9D10;
}
.TagClassName
{
border-color: #DB9D10;
}
</style>