Shades of Gamboge #DBA40E
Tints of Gamboge #DBA40E
RGB
CMYK
RGB Variations
Color information
#DBA40E (or 0xDBA40E) is known color: Gamboge. HEX triplet: DB, A4 and 0E. RGB value is (219,164,14). Sum of RGB (Red+Green+Blue) = 219+164+14=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 14 (5.86% from 255 or 3.53% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA40E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA40E is #245BF1. Grayscale: #A3A3A3. Windows color (decimal): -2382834 or 959707. OLE color: 959707.
HSL color Cylindrical-coordinate representation of color #DBA40E: hue angle of 43.9º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBA40E is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 14 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.14 |
| HSL | 43.9º | 0.88% | 0.46% | - |
| HSV(B) | 43.9º | 0.94% | 0.86% | - |
| XYZ | 42.57 | 41.64 | 6.21 | - |
| YUV | 163.35 | 43.72 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 14 | 0 | 0.25 | 0.94 | 0.14 | 43.9 | 0.88 | 0.46 |
| Hex | DB | A4 | E | 0 | 19 | 5E | E | 2C | 58 | 2E |
| Octal | 333 | 244 | 16 | 0 | 31 | 136 | 16 | 54 | 130 | 56 |
| Binary | 11011011 | 10100100 | 1110 | 0 | 11001 | 1011110 | 1110 | 101100 | 1011000 | 101110 |
Color Harmonies of #DBA40E
Complementary color
Monochromatic Colors of #DBA40E
Black with #DBA40E
Text Example
Text Example
White with #DBA40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA40E; }
p { color: rgb(219,164,14); }
H1.HeaderClassName
{
color: #DBA40E;
}
.AnyTagClassName
{
color: #DBA40E;
}
</style>
background-color css
<style>
a { background-color: #DBA40E; }
a { background-color: rgb(219,164,14); }
div.DivClassName
{
background-color: #DBA40E;
}
.BgClassName
{
background-color: #DBA40E;
}
</style>
border-color css
<style>
span { border-color: #DBA40E; }
span { border-color: rgb(219,164,14); }
td.TdClassName
{
border-color: #DBA40E;
}
.TagClassName
{
border-color: #DBA40E;
}
</style>