Shades of Gamboge #DBA510
Tints of Gamboge #DBA510
RGB
CMYK
RGB Variations
Color information
#DBA510 (or 0xDBA510) is known color: Gamboge. HEX triplet: DB, A5 and 10. RGB value is (219,165,16). Sum of RGB (Red+Green+Blue) = 219+165+16=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 16 (6.64% from 255 or 4% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA510 is #245AEF. Grayscale: #A4A4A4. Windows color (decimal): -2382576 or 1091035. OLE color: 1091035.
HSL color Cylindrical-coordinate representation of color #DBA510: hue angle of 44.04º 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 #DBA510 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 16 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.14 |
| HSL | 44.04º | 0.86% | 0.46% | - |
| HSV(B) | 44.04º | 0.93% | 0.86% | - |
| XYZ | 42.76 | 42.01 | 6.34 | - |
| YUV | 164.16 | 44.39 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 16 | 0 | 0.25 | 0.93 | 0.14 | 44.04 | 0.86 | 0.46 |
| Hex | DB | A5 | 10 | 0 | 19 | 5D | E | 2C | 56 | 2E |
| Octal | 333 | 245 | 20 | 0 | 31 | 135 | 16 | 54 | 126 | 56 |
| Binary | 11011011 | 10100101 | 10000 | 0 | 11001 | 1011101 | 1110 | 101100 | 1010110 | 101110 |
Color Harmonies of #DBA510
Complementary color
Monochromatic Colors of #DBA510
Black with #DBA510
Text Example
Text Example
White with #DBA510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA510; }
p { color: rgb(219,165,16); }
H1.HeaderClassName
{
color: #DBA510;
}
.AnyTagClassName
{
color: #DBA510;
}
</style>
background-color css
<style>
a { background-color: #DBA510; }
a { background-color: rgb(219,165,16); }
div.DivClassName
{
background-color: #DBA510;
}
.BgClassName
{
background-color: #DBA510;
}
</style>
border-color css
<style>
span { border-color: #DBA510; }
span { border-color: rgb(219,165,16); }
td.TdClassName
{
border-color: #DBA510;
}
.TagClassName
{
border-color: #DBA510;
}
</style>