Shades of Gamboge #DBA513
Tints of Gamboge #DBA513
RGB
CMYK
RGB Variations
Color information
#DBA513 (or 0xDBA513) is known color: Gamboge. HEX triplet: DB, A5 and 13. RGB value is (219,165,19). Sum of RGB (Red+Green+Blue) = 219+165+19=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 19 (7.81% from 255 or 4.71% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA513 is #245AEC. Grayscale: #A5A5A5. Windows color (decimal): -2382573 or 1287643. OLE color: 1287643.
HSL color Cylindrical-coordinate representation of color #DBA513: hue angle of 43.8º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBA513 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 19 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.14 |
| HSL | 43.8º | 0.84% | 0.47% | - |
| HSV(B) | 43.8º | 0.91% | 0.86% | - |
| XYZ | 42.79 | 42.02 | 6.47 | - |
| YUV | 164.5 | 45.89 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 19 | 0 | 0.25 | 0.91 | 0.14 | 43.8 | 0.84 | 0.47 |
| Hex | DB | A5 | 13 | 0 | 19 | 5B | E | 2C | 54 | 2F |
| Octal | 333 | 245 | 23 | 0 | 31 | 133 | 16 | 54 | 124 | 57 |
| Binary | 11011011 | 10100101 | 10011 | 0 | 11001 | 1011011 | 1110 | 101100 | 1010100 | 101111 |
Color Harmonies of #DBA513
Complementary color
Monochromatic Colors of #DBA513
Black with #DBA513
Text Example
Text Example
White with #DBA513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA513; }
p { color: rgb(219,165,19); }
H1.HeaderClassName
{
color: #DBA513;
}
.AnyTagClassName
{
color: #DBA513;
}
</style>
background-color css
<style>
a { background-color: #DBA513; }
a { background-color: rgb(219,165,19); }
div.DivClassName
{
background-color: #DBA513;
}
.BgClassName
{
background-color: #DBA513;
}
</style>
border-color css
<style>
span { border-color: #DBA513; }
span { border-color: rgb(219,165,19); }
td.TdClassName
{
border-color: #DBA513;
}
.TagClassName
{
border-color: #DBA513;
}
</style>