Shades of Gamboge #DBA503
Tints of Gamboge #DBA503
RGB
CMYK
RGB Variations
Color information
#DBA503 (or 0xDBA503) is known color: Gamboge. HEX triplet: DB, A5 and 03. RGB value is (219,165,3). Sum of RGB (Red+Green+Blue) = 219+165+3=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 3 (1.56% from 255 or 0.78% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA503 is #245AFC. Grayscale: #A3A3A3. Windows color (decimal): -2382589 or 239067. OLE color: 239067.
HSL color Cylindrical-coordinate representation of color #DBA503: hue angle of 45º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DBA503 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 3 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.14 |
| HSL | 45º | 0.97% | 0.44% | - |
| HSV(B) | 45º | 0.99% | 0.86% | - |
| XYZ | 42.68 | 41.98 | 5.94 | - |
| YUV | 162.68 | 37.89 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 3 | 0 | 0.25 | 0.99 | 0.14 | 45 | 0.97 | 0.44 |
| Hex | DB | A5 | 3 | 0 | 19 | 63 | E | 2D | 61 | 2C |
| Octal | 333 | 245 | 3 | 0 | 31 | 143 | 16 | 55 | 141 | 54 |
| Binary | 11011011 | 10100101 | 11 | 0 | 11001 | 1100011 | 1110 | 101101 | 1100001 | 101100 |
Color Harmonies of #DBA503
Complementary color
Monochromatic Colors of #DBA503
Black with #DBA503
Text Example
Text Example
White with #DBA503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA503; }
p { color: rgb(219,165,3); }
H1.HeaderClassName
{
color: #DBA503;
}
.AnyTagClassName
{
color: #DBA503;
}
</style>
background-color css
<style>
a { background-color: #DBA503; }
a { background-color: rgb(219,165,3); }
div.DivClassName
{
background-color: #DBA503;
}
.BgClassName
{
background-color: #DBA503;
}
</style>
border-color css
<style>
span { border-color: #DBA503; }
span { border-color: rgb(219,165,3); }
td.TdClassName
{
border-color: #DBA503;
}
.TagClassName
{
border-color: #DBA503;
}
</style>