Shades of Gamboge #DBA315
Tints of Gamboge #DBA315
RGB
CMYK
RGB Variations
Color information
#DBA315 (or 0xDBA315) is known color: Gamboge. HEX triplet: DB, A3 and 15. RGB value is (219,163,21). Sum of RGB (Red+Green+Blue) = 219+163+21=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 21 (8.59% from 255 or 5.21% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA315 is #245CEA. Grayscale: #A4A4A4. Windows color (decimal): -2383083 or 1418203. OLE color: 1418203.
HSL color Cylindrical-coordinate representation of color #DBA315: hue angle of 43.03º 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 #DBA315 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 21 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.14 |
| HSL | 43.03º | 0.83% | 0.47% | - |
| HSV(B) | 43.03º | 0.9% | 0.86% | - |
| XYZ | 42.45 | 41.31 | 6.45 | - |
| YUV | 163.56 | 47.55 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 21 | 0 | 0.26 | 0.90 | 0.14 | 43.03 | 0.83 | 0.47 |
| Hex | DB | A3 | 15 | 0 | 1A | 5A | E | 2B | 52 | 2F |
| Octal | 333 | 243 | 25 | 0 | 32 | 132 | 16 | 53 | 122 | 57 |
| Binary | 11011011 | 10100011 | 10101 | 0 | 11010 | 1011010 | 1110 | 101011 | 1010010 | 101111 |
Color Harmonies of #DBA315
Complementary color
Monochromatic Colors of #DBA315
Black with #DBA315
Text Example
Text Example
White with #DBA315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA315; }
p { color: rgb(219,163,21); }
H1.HeaderClassName
{
color: #DBA315;
}
.AnyTagClassName
{
color: #DBA315;
}
</style>
background-color css
<style>
a { background-color: #DBA315; }
a { background-color: rgb(219,163,21); }
div.DivClassName
{
background-color: #DBA315;
}
.BgClassName
{
background-color: #DBA315;
}
</style>
border-color css
<style>
span { border-color: #DBA315; }
span { border-color: rgb(219,163,21); }
td.TdClassName
{
border-color: #DBA315;
}
.TagClassName
{
border-color: #DBA315;
}
</style>