Shades of Gamboge #DBA20E
Tints of Gamboge #DBA20E
RGB
CMYK
RGB Variations
Color information
#DBA20E (or 0xDBA20E) is known color: Gamboge. HEX triplet: DB, A2 and 0E. RGB value is (219,162,14). Sum of RGB (Red+Green+Blue) = 219+162+14=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 14 (5.86% from 255 or 3.54% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA20E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA20E is #245DF1. Grayscale: #A2A2A2. Windows color (decimal): -2383346 or 959195. OLE color: 959195.
HSL color Cylindrical-coordinate representation of color #DBA20E: hue angle of 43.32º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBA20E is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 14 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.14 |
| HSL | 43.32º | 0.88% | 0.46% | - |
| HSV(B) | 43.32º | 0.94% | 0.86% | - |
| XYZ | 42.21 | 40.93 | 6.09 | - |
| YUV | 162.17 | 44.38 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 14 | 0 | 0.26 | 0.94 | 0.14 | 43.32 | 0.88 | 0.46 |
| Hex | DB | A2 | E | 0 | 1A | 5E | E | 2B | 58 | 2E |
| Octal | 333 | 242 | 16 | 0 | 32 | 136 | 16 | 53 | 130 | 56 |
| Binary | 11011011 | 10100010 | 1110 | 0 | 11010 | 1011110 | 1110 | 101011 | 1011000 | 101110 |
Color Harmonies of #DBA20E
Complementary color
Monochromatic Colors of #DBA20E
Black with #DBA20E
Text Example
Text Example
White with #DBA20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA20E; }
p { color: rgb(219,162,14); }
H1.HeaderClassName
{
color: #DBA20E;
}
.AnyTagClassName
{
color: #DBA20E;
}
</style>
background-color css
<style>
a { background-color: #DBA20E; }
a { background-color: rgb(219,162,14); }
div.DivClassName
{
background-color: #DBA20E;
}
.BgClassName
{
background-color: #DBA20E;
}
</style>
border-color css
<style>
span { border-color: #DBA20E; }
span { border-color: rgb(219,162,14); }
td.TdClassName
{
border-color: #DBA20E;
}
.TagClassName
{
border-color: #DBA20E;
}
</style>