Shades of Gamboge #DBA10D
Tints of Gamboge #DBA10D
RGB
CMYK
RGB Variations
Color information
#DBA10D (or 0xDBA10D) is known color: Gamboge. HEX triplet: DB, A1 and 0D. RGB value is (219,161,13). Sum of RGB (Red+Green+Blue) = 219+161+13=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 13 (5.47% from 255 or 3.31% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA10D is #245EF2. Grayscale: #A2A2A2. Windows color (decimal): -2383603 or 893403. OLE color: 893403.
HSL color Cylindrical-coordinate representation of color #DBA10D: hue angle of 43.11º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBA10D is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 13 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.14 |
| HSL | 43.11º | 0.89% | 0.45% | - |
| HSV(B) | 43.11º | 0.94% | 0.86% | - |
| XYZ | 42.03 | 40.58 | 6 | - |
| YUV | 161.47 | 44.22 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 13 | 0 | 0.26 | 0.94 | 0.14 | 43.11 | 0.89 | 0.45 |
| Hex | DB | A1 | D | 0 | 1A | 5E | E | 2B | 59 | 2D |
| Octal | 333 | 241 | 15 | 0 | 32 | 136 | 16 | 53 | 131 | 55 |
| Binary | 11011011 | 10100001 | 1101 | 0 | 11010 | 1011110 | 1110 | 101011 | 1011001 | 101101 |
Color Harmonies of #DBA10D
Complementary color
Monochromatic Colors of #DBA10D
Black with #DBA10D
Text Example
Text Example
White with #DBA10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA10D; }
p { color: rgb(219,161,13); }
H1.HeaderClassName
{
color: #DBA10D;
}
.AnyTagClassName
{
color: #DBA10D;
}
</style>
background-color css
<style>
a { background-color: #DBA10D; }
a { background-color: rgb(219,161,13); }
div.DivClassName
{
background-color: #DBA10D;
}
.BgClassName
{
background-color: #DBA10D;
}
</style>
border-color css
<style>
span { border-color: #DBA10D; }
span { border-color: rgb(219,161,13); }
td.TdClassName
{
border-color: #DBA10D;
}
.TagClassName
{
border-color: #DBA10D;
}
</style>