Shades of Gamboge #DBA201
Tints of Gamboge #DBA201
RGB
CMYK
RGB Variations
Color information
#DBA201 (or 0xDBA201) is known color: Gamboge. HEX triplet: DB, A2 and 01. RGB value is (219,162,1). Sum of RGB (Red+Green+Blue) = 219+162+1=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 1 (0.78% from 255 or 0.26% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA201 is #245DFE. Grayscale: #A1A1A1. Windows color (decimal): -2383359 or 107227. OLE color: 107227.
HSL color Cylindrical-coordinate representation of color #DBA201: hue angle of 44.31º 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 #DBA201 is Cyan = 0, Magento = 0.26, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 1 | - |
| CMYK | 0 | 0.26 | 1.00 | 0.14 |
| HSL | 44.31º | 0.99% | 0.43% | - |
| HSV(B) | 44.31º | 1% | 0.86% | - |
| XYZ | 42.14 | 40.9 | 5.7 | - |
| YUV | 160.69 | 37.88 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 1 | 0 | 0.26 | 1.00 | 0.14 | 44.31 | 0.99 | 0.43 |
| Hex | DB | A2 | 1 | 0 | 1A | 64 | E | 2C | 63 | 2B |
| Octal | 333 | 242 | 1 | 0 | 32 | 144 | 16 | 54 | 143 | 53 |
| Binary | 11011011 | 10100010 | 1 | 0 | 11010 | 1100100 | 1110 | 101100 | 1100011 | 101011 |
Color Harmonies of #DBA201
Complementary color
Monochromatic Colors of #DBA201
Black with #DBA201
Text Example
Text Example
White with #DBA201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA201; }
p { color: rgb(219,162,1); }
H1.HeaderClassName
{
color: #DBA201;
}
.AnyTagClassName
{
color: #DBA201;
}
</style>
background-color css
<style>
a { background-color: #DBA201; }
a { background-color: rgb(219,162,1); }
div.DivClassName
{
background-color: #DBA201;
}
.BgClassName
{
background-color: #DBA201;
}
</style>
border-color css
<style>
span { border-color: #DBA201; }
span { border-color: rgb(219,162,1); }
td.TdClassName
{
border-color: #DBA201;
}
.TagClassName
{
border-color: #DBA201;
}
</style>