Shades of Gamboge #DBA309
Tints of Gamboge #DBA309
RGB
CMYK
RGB Variations
Color information
#DBA309 (or 0xDBA309) is known color: Gamboge. HEX triplet: DB, A3 and 09. RGB value is (219,163,9). Sum of RGB (Red+Green+Blue) = 219+163+9=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 9 (3.91% from 255 or 2.30% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA309 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA309 is #245CF6. Grayscale: #A2A2A2. Windows color (decimal): -2383095 or 631771. OLE color: 631771.
HSL color Cylindrical-coordinate representation of color #DBA309: hue angle of 44º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DBA309 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 9 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.14 |
| HSL | 44º | 0.92% | 0.45% | - |
| HSV(B) | 44º | 0.96% | 0.86% | - |
| XYZ | 42.36 | 41.27 | 5.99 | - |
| YUV | 162.19 | 41.55 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 9 | 0 | 0.26 | 0.96 | 0.14 | 44 | 0.92 | 0.45 |
| Hex | DB | A3 | 9 | 0 | 1A | 60 | E | 2C | 5C | 2D |
| Octal | 333 | 243 | 11 | 0 | 32 | 140 | 16 | 54 | 134 | 55 |
| Binary | 11011011 | 10100011 | 1001 | 0 | 11010 | 1100000 | 1110 | 101100 | 1011100 | 101101 |
Color Harmonies of #DBA309
Complementary color
Monochromatic Colors of #DBA309
Black with #DBA309
Text Example
Text Example
White with #DBA309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA309; }
p { color: rgb(219,163,9); }
H1.HeaderClassName
{
color: #DBA309;
}
.AnyTagClassName
{
color: #DBA309;
}
</style>
background-color css
<style>
a { background-color: #DBA309; }
a { background-color: rgb(219,163,9); }
div.DivClassName
{
background-color: #DBA309;
}
.BgClassName
{
background-color: #DBA309;
}
</style>
border-color css
<style>
span { border-color: #DBA309; }
span { border-color: rgb(219,163,9); }
td.TdClassName
{
border-color: #DBA309;
}
.TagClassName
{
border-color: #DBA309;
}
</style>