Shades of Gamboge #DBA00D
Tints of Gamboge #DBA00D
RGB
CMYK
RGB Variations
Color information
#DBA00D (or 0xDBA00D) is known color: Gamboge. HEX triplet: DB, A0 and 0D. RGB value is (219,160,13). Sum of RGB (Red+Green+Blue) = 219+160+13=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 160 (62.89% from 255 or 40.82% from 392); Blue value is 13 (5.47% from 255 or 3.32% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA00D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA00D is #245FF2. Grayscale: #A1A1A1. Windows color (decimal): -2383859 or 893147. OLE color: 893147.
HSL color Cylindrical-coordinate representation of color #DBA00D: hue angle of 42.82º 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 #DBA00D is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 13 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.14 |
| HSL | 42.82º | 0.89% | 0.45% | - |
| HSV(B) | 42.82º | 0.94% | 0.86% | - |
| XYZ | 41.86 | 40.23 | 5.94 | - |
| YUV | 160.88 | 44.55 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 13 | 0 | 0.27 | 0.94 | 0.14 | 42.82 | 0.89 | 0.45 |
| Hex | DB | A0 | D | 0 | 1B | 5E | E | 2B | 59 | 2D |
| Octal | 333 | 240 | 15 | 0 | 33 | 136 | 16 | 53 | 131 | 55 |
| Binary | 11011011 | 10100000 | 1101 | 0 | 11011 | 1011110 | 1110 | 101011 | 1011001 | 101101 |
Color Harmonies of #DBA00D
Complementary color
Monochromatic Colors of #DBA00D
Black with #DBA00D
Text Example
Text Example
White with #DBA00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA00D; }
p { color: rgb(219,160,13); }
H1.HeaderClassName
{
color: #DBA00D;
}
.AnyTagClassName
{
color: #DBA00D;
}
</style>
background-color css
<style>
a { background-color: #DBA00D; }
a { background-color: rgb(219,160,13); }
div.DivClassName
{
background-color: #DBA00D;
}
.BgClassName
{
background-color: #DBA00D;
}
</style>
border-color css
<style>
span { border-color: #DBA00D; }
span { border-color: rgb(219,160,13); }
td.TdClassName
{
border-color: #DBA00D;
}
.TagClassName
{
border-color: #DBA00D;
}
</style>