Shades of Gamboge #DBA210
Tints of Gamboge #DBA210
RGB
CMYK
RGB Variations
Color information
#DBA210 (or 0xDBA210) is known color: Gamboge. HEX triplet: DB, A2 and 10. RGB value is (219,162,16). Sum of RGB (Red+Green+Blue) = 219+162+16=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 16 (6.64% from 255 or 4.03% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA210 is #245DEF. Grayscale: #A3A3A3. Windows color (decimal): -2383344 or 1090267. OLE color: 1090267.
HSL color Cylindrical-coordinate representation of color #DBA210: hue angle of 43.15º 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 #DBA210 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 16 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.14 |
| HSL | 43.15º | 0.86% | 0.46% | - |
| HSV(B) | 43.15º | 0.93% | 0.86% | - |
| XYZ | 42.23 | 40.94 | 6.17 | - |
| YUV | 162.4 | 45.38 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 16 | 0 | 0.26 | 0.93 | 0.14 | 43.15 | 0.86 | 0.46 |
| Hex | DB | A2 | 10 | 0 | 1A | 5D | E | 2B | 56 | 2E |
| Octal | 333 | 242 | 20 | 0 | 32 | 135 | 16 | 53 | 126 | 56 |
| Binary | 11011011 | 10100010 | 10000 | 0 | 11010 | 1011101 | 1110 | 101011 | 1010110 | 101110 |
Color Harmonies of #DBA210
Complementary color
Monochromatic Colors of #DBA210
Black with #DBA210
Text Example
Text Example
White with #DBA210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA210; }
p { color: rgb(219,162,16); }
H1.HeaderClassName
{
color: #DBA210;
}
.AnyTagClassName
{
color: #DBA210;
}
</style>
background-color css
<style>
a { background-color: #DBA210; }
a { background-color: rgb(219,162,16); }
div.DivClassName
{
background-color: #DBA210;
}
.BgClassName
{
background-color: #DBA210;
}
</style>
border-color css
<style>
span { border-color: #DBA210; }
span { border-color: rgb(219,162,16); }
td.TdClassName
{
border-color: #DBA210;
}
.TagClassName
{
border-color: #DBA210;
}
</style>