Shades of Gamboge #DBA215
Tints of Gamboge #DBA215
RGB
CMYK
RGB Variations
Color information
#DBA215 (or 0xDBA215) is known color: Gamboge. HEX triplet: DB, A2 and 15. RGB value is (219,162,21). Sum of RGB (Red+Green+Blue) = 219+162+21=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 21 (8.59% from 255 or 5.22% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA215 is #245DEA. Grayscale: #A3A3A3. Windows color (decimal): -2383339 or 1417947. OLE color: 1417947.
HSL color Cylindrical-coordinate representation of color #DBA215: hue angle of 42.73º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBA215 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 21 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.14 |
| HSL | 42.73º | 0.83% | 0.47% | - |
| HSV(B) | 42.73º | 0.9% | 0.86% | - |
| XYZ | 42.27 | 40.95 | 6.39 | - |
| YUV | 162.97 | 47.88 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 21 | 0 | 0.26 | 0.90 | 0.14 | 42.73 | 0.83 | 0.47 |
| Hex | DB | A2 | 15 | 0 | 1A | 5A | E | 2B | 52 | 2F |
| Octal | 333 | 242 | 25 | 0 | 32 | 132 | 16 | 53 | 122 | 57 |
| Binary | 11011011 | 10100010 | 10101 | 0 | 11010 | 1011010 | 1110 | 101011 | 1010010 | 101111 |
Color Harmonies of #DBA215
Complementary color
Monochromatic Colors of #DBA215
Black with #DBA215
Text Example
Text Example
White with #DBA215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA215; }
p { color: rgb(219,162,21); }
H1.HeaderClassName
{
color: #DBA215;
}
.AnyTagClassName
{
color: #DBA215;
}
</style>
background-color css
<style>
a { background-color: #DBA215; }
a { background-color: rgb(219,162,21); }
div.DivClassName
{
background-color: #DBA215;
}
.BgClassName
{
background-color: #DBA215;
}
</style>
border-color css
<style>
span { border-color: #DBA215; }
span { border-color: rgb(219,162,21); }
td.TdClassName
{
border-color: #DBA215;
}
.TagClassName
{
border-color: #DBA215;
}
</style>