Shades of Gamboge #DBA10B
Tints of Gamboge #DBA10B
RGB
CMYK
RGB Variations
Color information
#DBA10B (or 0xDBA10B) is known color: Gamboge. HEX triplet: DB, A1 and 0B. RGB value is (219,161,11). Sum of RGB (Red+Green+Blue) = 219+161+11=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 11 (4.69% from 255 or 2.81% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA10B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA10B is #245EF4. Grayscale: #A1A1A1. Windows color (decimal): -2383605 or 762331. OLE color: 762331.
HSL color Cylindrical-coordinate representation of color #DBA10B: hue angle of 43.27º 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 #DBA10B is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 11 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.14 |
| HSL | 43.27º | 0.9% | 0.45% | - |
| HSV(B) | 43.27º | 0.95% | 0.86% | - |
| XYZ | 42.02 | 40.57 | 5.93 | - |
| YUV | 161.24 | 43.22 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 11 | 0 | 0.26 | 0.95 | 0.14 | 43.27 | 0.9 | 0.45 |
| Hex | DB | A1 | B | 0 | 1A | 5F | E | 2B | 5A | 2D |
| Octal | 333 | 241 | 13 | 0 | 32 | 137 | 16 | 53 | 132 | 55 |
| Binary | 11011011 | 10100001 | 1011 | 0 | 11010 | 1011111 | 1110 | 101011 | 1011010 | 101101 |
Color Harmonies of #DBA10B
Complementary color
Monochromatic Colors of #DBA10B
Black with #DBA10B
Text Example
Text Example
White with #DBA10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA10B; }
p { color: rgb(219,161,11); }
H1.HeaderClassName
{
color: #DBA10B;
}
.AnyTagClassName
{
color: #DBA10B;
}
</style>
background-color css
<style>
a { background-color: #DBA10B; }
a { background-color: rgb(219,161,11); }
div.DivClassName
{
background-color: #DBA10B;
}
.BgClassName
{
background-color: #DBA10B;
}
</style>
border-color css
<style>
span { border-color: #DBA10B; }
span { border-color: rgb(219,161,11); }
td.TdClassName
{
border-color: #DBA10B;
}
.TagClassName
{
border-color: #DBA10B;
}
</style>