Shades of Gamboge #DBA314
Tints of Gamboge #DBA314
RGB
CMYK
RGB Variations
Color information
#DBA314 (or 0xDBA314) is known color: Gamboge. HEX triplet: DB, A3 and 14. RGB value is (219,163,20). Sum of RGB (Red+Green+Blue) = 219+163+20=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA314 is #245CEB. Grayscale: #A4A4A4. Windows color (decimal): -2383084 or 1352667. OLE color: 1352667.
HSL color Cylindrical-coordinate representation of color #DBA314: hue angle of 43.12º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBA314 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 163 | 20 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.14 |
| HSL | 43.12º | 0.83% | 0.47% | - |
| HSV(B) | 43.12º | 0.91% | 0.86% | - |
| XYZ | 42.44 | 41.3 | 6.4 | - |
| YUV | 163.44 | 47.05 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 20 | 0 | 0.26 | 0.91 | 0.14 | 43.12 | 0.83 | 0.47 |
| Hex | DB | A3 | 14 | 0 | 1A | 5B | E | 2B | 53 | 2F |
| Octal | 333 | 243 | 24 | 0 | 32 | 133 | 16 | 53 | 123 | 57 |
| Binary | 11011011 | 10100011 | 10100 | 0 | 11010 | 1011011 | 1110 | 101011 | 1010011 | 101111 |
Color Harmonies of #DBA314
Complementary color
Monochromatic Colors of #DBA314
Black with #DBA314
Text Example
Text Example
White with #DBA314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA314; }
p { color: rgb(219,163,20); }
H1.HeaderClassName
{
color: #DBA314;
}
.AnyTagClassName
{
color: #DBA314;
}
</style>
background-color css
<style>
a { background-color: #DBA314; }
a { background-color: rgb(219,163,20); }
div.DivClassName
{
background-color: #DBA314;
}
.BgClassName
{
background-color: #DBA314;
}
</style>
border-color css
<style>
span { border-color: #DBA314; }
span { border-color: rgb(219,163,20); }
td.TdClassName
{
border-color: #DBA314;
}
.TagClassName
{
border-color: #DBA314;
}
</style>