Shades of Gamboge #DBA504
Tints of Gamboge #DBA504
RGB
CMYK
RGB Variations
Color information
#DBA504 (or 0xDBA504) is known color: Gamboge. HEX triplet: DB, A5 and 04. RGB value is (219,165,4). Sum of RGB (Red+Green+Blue) = 219+165+4=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 4 (1.95% from 255 or 1.03% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA504 is #245AFB. Grayscale: #A3A3A3. Windows color (decimal): -2382588 or 304603. OLE color: 304603.
HSL color Cylindrical-coordinate representation of color #DBA504: hue angle of 44.93º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DBA504 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 4 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.14 |
| HSL | 44.93º | 0.96% | 0.44% | - |
| HSV(B) | 44.93º | 0.98% | 0.86% | - |
| XYZ | 42.69 | 41.98 | 5.97 | - |
| YUV | 162.79 | 38.39 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 4 | 0 | 0.25 | 0.98 | 0.14 | 44.93 | 0.96 | 0.44 |
| Hex | DB | A5 | 4 | 0 | 19 | 62 | E | 2D | 60 | 2C |
| Octal | 333 | 245 | 4 | 0 | 31 | 142 | 16 | 55 | 140 | 54 |
| Binary | 11011011 | 10100101 | 100 | 0 | 11001 | 1100010 | 1110 | 101101 | 1100000 | 101100 |
Color Harmonies of #DBA504
Complementary color
Monochromatic Colors of #DBA504
Black with #DBA504
Text Example
Text Example
White with #DBA504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA504; }
p { color: rgb(219,165,4); }
H1.HeaderClassName
{
color: #DBA504;
}
.AnyTagClassName
{
color: #DBA504;
}
</style>
background-color css
<style>
a { background-color: #DBA504; }
a { background-color: rgb(219,165,4); }
div.DivClassName
{
background-color: #DBA504;
}
.BgClassName
{
background-color: #DBA504;
}
</style>
border-color css
<style>
span { border-color: #DBA504; }
span { border-color: rgb(219,165,4); }
td.TdClassName
{
border-color: #DBA504;
}
.TagClassName
{
border-color: #DBA504;
}
</style>