Shades of Gamboge #DBA610
Tints of Gamboge #DBA610
RGB
CMYK
RGB Variations
Color information
#DBA610 (or 0xDBA610) is known color: Gamboge. HEX triplet: DB, A6 and 10. RGB value is (219,166,16). Sum of RGB (Red+Green+Blue) = 219+166+16=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 16 (6.64% from 255 or 3.99% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA610 is #2459EF. Grayscale: #A5A5A5. Windows color (decimal): -2382320 or 1091291. OLE color: 1091291.
HSL color Cylindrical-coordinate representation of color #DBA610: hue angle of 44.33º 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 #DBA610 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 16 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.14 |
| HSL | 44.33º | 0.86% | 0.46% | - |
| HSV(B) | 44.33º | 0.93% | 0.86% | - |
| XYZ | 42.94 | 42.37 | 6.41 | - |
| YUV | 164.75 | 44.06 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 16 | 0 | 0.24 | 0.93 | 0.14 | 44.33 | 0.86 | 0.46 |
| Hex | DB | A6 | 10 | 0 | 18 | 5D | E | 2C | 56 | 2E |
| Octal | 333 | 246 | 20 | 0 | 30 | 135 | 16 | 54 | 126 | 56 |
| Binary | 11011011 | 10100110 | 10000 | 0 | 11000 | 1011101 | 1110 | 101100 | 1010110 | 101110 |
Color Harmonies of #DBA610
Complementary color
Monochromatic Colors of #DBA610
Black with #DBA610
Text Example
Text Example
White with #DBA610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA610; }
p { color: rgb(219,166,16); }
H1.HeaderClassName
{
color: #DBA610;
}
.AnyTagClassName
{
color: #DBA610;
}
</style>
background-color css
<style>
a { background-color: #DBA610; }
a { background-color: rgb(219,166,16); }
div.DivClassName
{
background-color: #DBA610;
}
.BgClassName
{
background-color: #DBA610;
}
</style>
border-color css
<style>
span { border-color: #DBA610; }
span { border-color: rgb(219,166,16); }
td.TdClassName
{
border-color: #DBA610;
}
.TagClassName
{
border-color: #DBA610;
}
</style>