Shades of Gamboge #DB9010
Tints of Gamboge #DB9010
RGB
CMYK
RGB Variations
Color information
#DB9010 (or 0xDB9010) is known color: Gamboge. HEX triplet: DB, 90 and 10. RGB value is (219,144,16). Sum of RGB (Red+Green+Blue) = 219+144+16=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 16 (6.64% from 255 or 4.22% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9010 is #246FEF. Grayscale: #989898. Windows color (decimal): -2387952 or 1085659. OLE color: 1085659.
HSL color Cylindrical-coordinate representation of color #DB9010: hue angle of 37.83º 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 #DB9010 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 16 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.14 |
| HSL | 37.83º | 0.86% | 0.46% | - |
| HSV(B) | 37.83º | 0.93% | 0.86% | - |
| XYZ | 39.28 | 35.04 | 5.18 | - |
| YUV | 151.83 | 51.35 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 16 | 0 | 0.34 | 0.93 | 0.14 | 37.83 | 0.86 | 0.46 |
| Hex | DB | 90 | 10 | 0 | 22 | 5D | E | 26 | 56 | 2E |
| Octal | 333 | 220 | 20 | 0 | 42 | 135 | 16 | 46 | 126 | 56 |
| Binary | 11011011 | 10010000 | 10000 | 0 | 100010 | 1011101 | 1110 | 100110 | 1010110 | 101110 |
Color Harmonies of #DB9010
Complementary color
Monochromatic Colors of #DB9010
Black with #DB9010
Text Example
Text Example
White with #DB9010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9010; }
p { color: rgb(219,144,16); }
H1.HeaderClassName
{
color: #DB9010;
}
.AnyTagClassName
{
color: #DB9010;
}
</style>
background-color css
<style>
a { background-color: #DB9010; }
a { background-color: rgb(219,144,16); }
div.DivClassName
{
background-color: #DB9010;
}
.BgClassName
{
background-color: #DB9010;
}
</style>
border-color css
<style>
span { border-color: #DB9010; }
span { border-color: rgb(219,144,16); }
td.TdClassName
{
border-color: #DB9010;
}
.TagClassName
{
border-color: #DB9010;
}
</style>