Shades of Gamboge #DBA810
Tints of Gamboge #DBA810
RGB
CMYK
RGB Variations
Color information
#DBA810 (or 0xDBA810) is known color: Gamboge. HEX triplet: DB, A8 and 10. RGB value is (219,168,16). Sum of RGB (Red+Green+Blue) = 219+168+16=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 16 (6.64% from 255 or 3.97% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA810 is #2457EF. Grayscale: #A6A6A6. Windows color (decimal): -2381808 or 1091803. OLE color: 1091803.
HSL color Cylindrical-coordinate representation of color #DBA810: hue angle of 44.93º 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 #DBA810 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 16 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.14 |
| HSL | 44.93º | 0.86% | 0.46% | - |
| HSV(B) | 44.93º | 0.93% | 0.86% | - |
| XYZ | 43.31 | 43.1 | 6.53 | - |
| YUV | 165.92 | 43.4 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 16 | 0 | 0.23 | 0.93 | 0.14 | 44.93 | 0.86 | 0.46 |
| Hex | DB | A8 | 10 | 0 | 17 | 5D | E | 2D | 56 | 2E |
| Octal | 333 | 250 | 20 | 0 | 27 | 135 | 16 | 55 | 126 | 56 |
| Binary | 11011011 | 10101000 | 10000 | 0 | 10111 | 1011101 | 1110 | 101101 | 1010110 | 101110 |
Color Harmonies of #DBA810
Complementary color
Monochromatic Colors of #DBA810
Black with #DBA810
Text Example
Text Example
White with #DBA810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA810; }
p { color: rgb(219,168,16); }
H1.HeaderClassName
{
color: #DBA810;
}
.AnyTagClassName
{
color: #DBA810;
}
</style>
background-color css
<style>
a { background-color: #DBA810; }
a { background-color: rgb(219,168,16); }
div.DivClassName
{
background-color: #DBA810;
}
.BgClassName
{
background-color: #DBA810;
}
</style>
border-color css
<style>
span { border-color: #DBA810; }
span { border-color: rgb(219,168,16); }
td.TdClassName
{
border-color: #DBA810;
}
.TagClassName
{
border-color: #DBA810;
}
</style>