Shades of Gamboge #DBA501
Tints of Gamboge #DBA501
RGB
CMYK
RGB Variations
Color information
#DBA501 (or 0xDBA501) is known color: Gamboge. HEX triplet: DB, A5 and 01. RGB value is (219,165,1). Sum of RGB (Red+Green+Blue) = 219+165+1=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 1 (0.78% from 255 or 0.26% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA501 is #245AFE. Grayscale: #A3A3A3. Windows color (decimal): -2382591 or 107995. OLE color: 107995.
HSL color Cylindrical-coordinate representation of color #DBA501: hue angle of 45.14º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBA501 is Cyan = 0, Magento = 0.25, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 165 | 1 | - |
| CMYK | 0 | 0.25 | 1.00 | 0.14 |
| HSL | 45.14º | 0.99% | 0.43% | - |
| HSV(B) | 45.14º | 1% | 0.86% | - |
| XYZ | 42.67 | 41.97 | 5.88 | - |
| YUV | 162.45 | 36.89 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 1 | 0 | 0.25 | 1.00 | 0.14 | 45.14 | 0.99 | 0.43 |
| Hex | DB | A5 | 1 | 0 | 19 | 64 | E | 2D | 63 | 2B |
| Octal | 333 | 245 | 1 | 0 | 31 | 144 | 16 | 55 | 143 | 53 |
| Binary | 11011011 | 10100101 | 1 | 0 | 11001 | 1100100 | 1110 | 101101 | 1100011 | 101011 |
Color Harmonies of #DBA501
Complementary color
Monochromatic Colors of #DBA501
Black with #DBA501
Text Example
Text Example
White with #DBA501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA501; }
p { color: rgb(219,165,1); }
H1.HeaderClassName
{
color: #DBA501;
}
.AnyTagClassName
{
color: #DBA501;
}
</style>
background-color css
<style>
a { background-color: #DBA501; }
a { background-color: rgb(219,165,1); }
div.DivClassName
{
background-color: #DBA501;
}
.BgClassName
{
background-color: #DBA501;
}
</style>
border-color css
<style>
span { border-color: #DBA501; }
span { border-color: rgb(219,165,1); }
td.TdClassName
{
border-color: #DBA501;
}
.TagClassName
{
border-color: #DBA501;
}
</style>