Shades of Gamboge #DBA012
Tints of Gamboge #DBA012
RGB
CMYK
RGB Variations
Color information
#DBA012 (or 0xDBA012) is known color: Gamboge. HEX triplet: DB, A0 and 12. RGB value is (219,160,18). Sum of RGB (Red+Green+Blue) = 219+160+18=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 18 (7.42% from 255 or 4.53% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA012 is #245FED. Grayscale: #A2A2A2. Windows color (decimal): -2383854 or 1220827. OLE color: 1220827.
HSL color Cylindrical-coordinate representation of color #DBA012: hue angle of 42.39º degrees, saturation: 0.85, 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 #DBA012 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 18 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.14 |
| HSL | 42.39º | 0.85% | 0.46% | - |
| HSV(B) | 42.39º | 0.92% | 0.86% | - |
| XYZ | 41.89 | 40.25 | 6.13 | - |
| YUV | 161.45 | 47.05 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 18 | 0 | 0.27 | 0.92 | 0.14 | 42.39 | 0.85 | 0.46 |
| Hex | DB | A0 | 12 | 0 | 1B | 5C | E | 2A | 55 | 2E |
| Octal | 333 | 240 | 22 | 0 | 33 | 134 | 16 | 52 | 125 | 56 |
| Binary | 11011011 | 10100000 | 10010 | 0 | 11011 | 1011100 | 1110 | 101010 | 1010101 | 101110 |
Color Harmonies of #DBA012
Complementary color
Monochromatic Colors of #DBA012
Black with #DBA012
Text Example
Text Example
White with #DBA012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA012; }
p { color: rgb(219,160,18); }
H1.HeaderClassName
{
color: #DBA012;
}
.AnyTagClassName
{
color: #DBA012;
}
</style>
background-color css
<style>
a { background-color: #DBA012; }
a { background-color: rgb(219,160,18); }
div.DivClassName
{
background-color: #DBA012;
}
.BgClassName
{
background-color: #DBA012;
}
</style>
border-color css
<style>
span { border-color: #DBA012; }
span { border-color: rgb(219,160,18); }
td.TdClassName
{
border-color: #DBA012;
}
.TagClassName
{
border-color: #DBA012;
}
</style>