Shades of Gamboge #DBA10A
Tints of Gamboge #DBA10A
RGB
CMYK
RGB Variations
Color information
#DBA10A (or 0xDBA10A) is known color: Gamboge. HEX triplet: DB, A1 and 0A. RGB value is (219,161,10). Sum of RGB (Red+Green+Blue) = 219+161+10=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 10 (4.30% from 255 or 2.56% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA10A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA10A is #245EF5. Grayscale: #A1A1A1. Windows color (decimal): -2383606 or 696795. OLE color: 696795.
HSL color Cylindrical-coordinate representation of color #DBA10A: hue angle of 43.35º degrees, saturation: 0.91, 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 #DBA10A is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 10 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.14 |
| HSL | 43.35º | 0.91% | 0.45% | - |
| HSV(B) | 43.35º | 0.95% | 0.86% | - |
| XYZ | 42.01 | 40.57 | 5.9 | - |
| YUV | 161.13 | 42.72 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 10 | 0 | 0.26 | 0.95 | 0.14 | 43.35 | 0.91 | 0.45 |
| Hex | DB | A1 | A | 0 | 1A | 5F | E | 2B | 5B | 2D |
| Octal | 333 | 241 | 12 | 0 | 32 | 137 | 16 | 53 | 133 | 55 |
| Binary | 11011011 | 10100001 | 1010 | 0 | 11010 | 1011111 | 1110 | 101011 | 1011011 | 101101 |
Color Harmonies of #DBA10A
Complementary color
Monochromatic Colors of #DBA10A
Black with #DBA10A
Text Example
Text Example
White with #DBA10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA10A; }
p { color: rgb(219,161,10); }
H1.HeaderClassName
{
color: #DBA10A;
}
.AnyTagClassName
{
color: #DBA10A;
}
</style>
background-color css
<style>
a { background-color: #DBA10A; }
a { background-color: rgb(219,161,10); }
div.DivClassName
{
background-color: #DBA10A;
}
.BgClassName
{
background-color: #DBA10A;
}
</style>
border-color css
<style>
span { border-color: #DBA10A; }
span { border-color: rgb(219,161,10); }
td.TdClassName
{
border-color: #DBA10A;
}
.TagClassName
{
border-color: #DBA10A;
}
</style>