Shades of Gamboge #DBA10C
Tints of Gamboge #DBA10C
RGB
CMYK
RGB Variations
Color information
#DBA10C (or 0xDBA10C) is known color: Gamboge. HEX triplet: DB, A1 and 0C. RGB value is (219,161,12). Sum of RGB (Red+Green+Blue) = 219+161+12=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 161 (63.28% from 255 or 41.07% from 392); Blue value is 12 (5.08% from 255 or 3.06% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA10C is #245EF3. Grayscale: #A2A2A2. Windows color (decimal): -2383604 or 827867. OLE color: 827867.
HSL color Cylindrical-coordinate representation of color #DBA10C: hue angle of 43.19º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBA10C is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 12 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.14 |
| HSL | 43.19º | 0.9% | 0.45% | - |
| HSV(B) | 43.19º | 0.95% | 0.86% | - |
| XYZ | 42.02 | 40.58 | 5.96 | - |
| YUV | 161.36 | 43.72 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 12 | 0 | 0.26 | 0.95 | 0.14 | 43.19 | 0.9 | 0.45 |
| Hex | DB | A1 | C | 0 | 1A | 5F | E | 2B | 5A | 2D |
| Octal | 333 | 241 | 14 | 0 | 32 | 137 | 16 | 53 | 132 | 55 |
| Binary | 11011011 | 10100001 | 1100 | 0 | 11010 | 1011111 | 1110 | 101011 | 1011010 | 101101 |
Color Harmonies of #DBA10C
Complementary color
Monochromatic Colors of #DBA10C
Black with #DBA10C
Text Example
Text Example
White with #DBA10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA10C; }
p { color: rgb(219,161,12); }
H1.HeaderClassName
{
color: #DBA10C;
}
.AnyTagClassName
{
color: #DBA10C;
}
</style>
background-color css
<style>
a { background-color: #DBA10C; }
a { background-color: rgb(219,161,12); }
div.DivClassName
{
background-color: #DBA10C;
}
.BgClassName
{
background-color: #DBA10C;
}
</style>
border-color css
<style>
span { border-color: #DBA10C; }
span { border-color: rgb(219,161,12); }
td.TdClassName
{
border-color: #DBA10C;
}
.TagClassName
{
border-color: #DBA10C;
}
</style>