Shades of Gamboge #DBA70E
Tints of Gamboge #DBA70E
RGB
CMYK
RGB Variations
Color information
#DBA70E (or 0xDBA70E) is known color: Gamboge. HEX triplet: DB, A7 and 0E. RGB value is (219,167,14). Sum of RGB (Red+Green+Blue) = 219+167+14=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 167 (65.62% from 255 or 41.75% from 400); Blue value is 14 (5.86% from 255 or 3.5% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA70E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBA70E is #2458F1. Grayscale: #A5A5A5. Windows color (decimal): -2382066 or 960475. OLE color: 960475.
HSL color Cylindrical-coordinate representation of color #DBA70E: hue angle of 44.78º 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 #DBA70E is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 14 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.14 |
| HSL | 44.78º | 0.88% | 0.46% | - |
| HSV(B) | 44.78º | 0.94% | 0.86% | - |
| XYZ | 43.11 | 42.73 | 6.39 | - |
| YUV | 165.11 | 42.73 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 14 | 0 | 0.24 | 0.94 | 0.14 | 44.78 | 0.88 | 0.46 |
| Hex | DB | A7 | E | 0 | 18 | 5E | E | 2D | 58 | 2E |
| Octal | 333 | 247 | 16 | 0 | 30 | 136 | 16 | 55 | 130 | 56 |
| Binary | 11011011 | 10100111 | 1110 | 0 | 11000 | 1011110 | 1110 | 101101 | 1011000 | 101110 |
Color Harmonies of #DBA70E
Complementary color
Monochromatic Colors of #DBA70E
Black with #DBA70E
Text Example
Text Example
White with #DBA70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA70E; }
p { color: rgb(219,167,14); }
H1.HeaderClassName
{
color: #DBA70E;
}
.AnyTagClassName
{
color: #DBA70E;
}
</style>
background-color css
<style>
a { background-color: #DBA70E; }
a { background-color: rgb(219,167,14); }
div.DivClassName
{
background-color: #DBA70E;
}
.BgClassName
{
background-color: #DBA70E;
}
</style>
border-color css
<style>
span { border-color: #DBA70E; }
span { border-color: rgb(219,167,14); }
td.TdClassName
{
border-color: #DBA70E;
}
.TagClassName
{
border-color: #DBA70E;
}
</style>