Shades of Gamboge #DBA410
Tints of Gamboge #DBA410
RGB
CMYK
RGB Variations
Color information
#DBA410 (or 0xDBA410) is known color: Gamboge. HEX triplet: DB, A4 and 10. RGB value is (219,164,16). Sum of RGB (Red+Green+Blue) = 219+164+16=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 16 (6.64% from 255 or 4.01% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA410 is #245BEF. Grayscale: #A4A4A4. Windows color (decimal): -2382832 or 1090779. OLE color: 1090779.
HSL color Cylindrical-coordinate representation of color #DBA410: hue angle of 43.74º 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 #DBA410 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 16 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.14 |
| HSL | 43.74º | 0.86% | 0.46% | - |
| HSV(B) | 43.74º | 0.93% | 0.86% | - |
| XYZ | 42.58 | 41.65 | 6.28 | - |
| YUV | 163.57 | 44.72 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 16 | 0 | 0.25 | 0.93 | 0.14 | 43.74 | 0.86 | 0.46 |
| Hex | DB | A4 | 10 | 0 | 19 | 5D | E | 2C | 56 | 2E |
| Octal | 333 | 244 | 20 | 0 | 31 | 135 | 16 | 54 | 126 | 56 |
| Binary | 11011011 | 10100100 | 10000 | 0 | 11001 | 1011101 | 1110 | 101100 | 1010110 | 101110 |
Color Harmonies of #DBA410
Complementary color
Monochromatic Colors of #DBA410
Black with #DBA410
Text Example
Text Example
White with #DBA410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA410; }
p { color: rgb(219,164,16); }
H1.HeaderClassName
{
color: #DBA410;
}
.AnyTagClassName
{
color: #DBA410;
}
</style>
background-color css
<style>
a { background-color: #DBA410; }
a { background-color: rgb(219,164,16); }
div.DivClassName
{
background-color: #DBA410;
}
.BgClassName
{
background-color: #DBA410;
}
</style>
border-color css
<style>
span { border-color: #DBA410; }
span { border-color: rgb(219,164,16); }
td.TdClassName
{
border-color: #DBA410;
}
.TagClassName
{
border-color: #DBA410;
}
</style>