Shades of Gamboge #DBA009
Tints of Gamboge #DBA009
RGB
CMYK
RGB Variations
Color information
#DBA009 (or 0xDBA009) is known color: Gamboge. HEX triplet: DB, A0 and 09. RGB value is (219,160,9). Sum of RGB (Red+Green+Blue) = 219+160+9=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 9 (3.91% from 255 or 2.32% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA009 is #245FF6. Grayscale: #A1A1A1. Windows color (decimal): -2383863 or 631003. OLE color: 631003.
HSL color Cylindrical-coordinate representation of color #DBA009: hue angle of 43.14º 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 #DBA009 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 9 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.14 |
| HSL | 43.14º | 0.92% | 0.45% | - |
| HSV(B) | 43.14º | 0.96% | 0.86% | - |
| XYZ | 41.83 | 40.22 | 5.82 | - |
| YUV | 160.43 | 42.55 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 9 | 0 | 0.27 | 0.96 | 0.14 | 43.14 | 0.92 | 0.45 |
| Hex | DB | A0 | 9 | 0 | 1B | 60 | E | 2B | 5C | 2D |
| Octal | 333 | 240 | 11 | 0 | 33 | 140 | 16 | 53 | 134 | 55 |
| Binary | 11011011 | 10100000 | 1001 | 0 | 11011 | 1100000 | 1110 | 101011 | 1011100 | 101101 |
Color Harmonies of #DBA009
Complementary color
Monochromatic Colors of #DBA009
Black with #DBA009
Text Example
Text Example
White with #DBA009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA009; }
p { color: rgb(219,160,9); }
H1.HeaderClassName
{
color: #DBA009;
}
.AnyTagClassName
{
color: #DBA009;
}
</style>
background-color css
<style>
a { background-color: #DBA009; }
a { background-color: rgb(219,160,9); }
div.DivClassName
{
background-color: #DBA009;
}
.BgClassName
{
background-color: #DBA009;
}
</style>
border-color css
<style>
span { border-color: #DBA009; }
span { border-color: rgb(219,160,9); }
td.TdClassName
{
border-color: #DBA009;
}
.TagClassName
{
border-color: #DBA009;
}
</style>