Shades of Gamboge #DBA50D
Tints of Gamboge #DBA50D
RGB
CMYK
RGB Variations
Color information
#DBA50D (or 0xDBA50D) is known color: Gamboge. HEX triplet: DB, A5 and 0D. RGB value is (219,165,13). Sum of RGB (Red+Green+Blue) = 219+165+13=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA50D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA50D is #245AF2. Grayscale: #A4A4A4. Windows color (decimal): -2382579 or 894427. OLE color: 894427.
HSL color Cylindrical-coordinate representation of color #DBA50D: hue angle of 44.27º 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 #DBA50D is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 13 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.14 |
| HSL | 44.27º | 0.89% | 0.45% | - |
| HSV(B) | 44.27º | 0.94% | 0.86% | - |
| XYZ | 42.74 | 42 | 6.23 | - |
| YUV | 163.82 | 42.89 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 13 | 0 | 0.25 | 0.94 | 0.14 | 44.27 | 0.89 | 0.45 |
| Hex | DB | A5 | D | 0 | 19 | 5E | E | 2C | 59 | 2D |
| Octal | 333 | 245 | 15 | 0 | 31 | 136 | 16 | 54 | 131 | 55 |
| Binary | 11011011 | 10100101 | 1101 | 0 | 11001 | 1011110 | 1110 | 101100 | 1011001 | 101101 |
Color Harmonies of #DBA50D
Complementary color
Monochromatic Colors of #DBA50D
Black with #DBA50D
Text Example
Text Example
White with #DBA50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA50D; }
p { color: rgb(219,165,13); }
H1.HeaderClassName
{
color: #DBA50D;
}
.AnyTagClassName
{
color: #DBA50D;
}
</style>
background-color css
<style>
a { background-color: #DBA50D; }
a { background-color: rgb(219,165,13); }
div.DivClassName
{
background-color: #DBA50D;
}
.BgClassName
{
background-color: #DBA50D;
}
</style>
border-color css
<style>
span { border-color: #DBA50D; }
span { border-color: rgb(219,165,13); }
td.TdClassName
{
border-color: #DBA50D;
}
.TagClassName
{
border-color: #DBA50D;
}
</style>