Shades of Gamboge #DBA611
Tints of Gamboge #DBA611
RGB
CMYK
RGB Variations
Color information
#DBA611 (or 0xDBA611) is known color: Gamboge. HEX triplet: DB, A6 and 11. RGB value is (219,166,17). Sum of RGB (Red+Green+Blue) = 219+166+17=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 17 (7.03% from 255 or 4.23% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA611 is #2459EE. Grayscale: #A5A5A5. Windows color (decimal): -2382319 or 1156827. OLE color: 1156827.
HSL color Cylindrical-coordinate representation of color #DBA611: hue angle of 44.26º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBA611 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 166 | 17 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.14 |
| HSL | 44.26º | 0.86% | 0.46% | - |
| HSV(B) | 44.26º | 0.92% | 0.86% | - |
| XYZ | 42.95 | 42.37 | 6.45 | - |
| YUV | 164.86 | 44.56 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 166 | 17 | 0 | 0.24 | 0.92 | 0.14 | 44.26 | 0.86 | 0.46 |
| Hex | DB | A6 | 11 | 0 | 18 | 5C | E | 2C | 56 | 2E |
| Octal | 333 | 246 | 21 | 0 | 30 | 134 | 16 | 54 | 126 | 56 |
| Binary | 11011011 | 10100110 | 10001 | 0 | 11000 | 1011100 | 1110 | 101100 | 1010110 | 101110 |
Color Harmonies of #DBA611
Complementary color
Monochromatic Colors of #DBA611
Black with #DBA611
Text Example
Text Example
White with #DBA611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA611; }
p { color: rgb(219,166,17); }
H1.HeaderClassName
{
color: #DBA611;
}
.AnyTagClassName
{
color: #DBA611;
}
</style>
background-color css
<style>
a { background-color: #DBA611; }
a { background-color: rgb(219,166,17); }
div.DivClassName
{
background-color: #DBA611;
}
.BgClassName
{
background-color: #DBA611;
}
</style>
border-color css
<style>
span { border-color: #DBA611; }
span { border-color: rgb(219,166,17); }
td.TdClassName
{
border-color: #DBA611;
}
.TagClassName
{
border-color: #DBA611;
}
</style>