Shades of Gamboge #DB8A0E
Tints of Gamboge #DB8A0E
RGB
CMYK
RGB Variations
Color information
#DB8A0E (or 0xDB8A0E) is known color: Gamboge. HEX triplet: DB, 8A and 0E. RGB value is (219,138,14). Sum of RGB (Red+Green+Blue) = 219+138+14=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8A0E is #2475F1. Grayscale: #949494. Windows color (decimal): -2389490 or 953051. OLE color: 953051.
HSL color Cylindrical-coordinate representation of color #DB8A0E: hue angle of 36.29º 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 #DB8A0E is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 14 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.14 |
| HSL | 36.29º | 0.88% | 0.46% | - |
| HSV(B) | 36.29º | 0.94% | 0.86% | - |
| XYZ | 38.38 | 33.27 | 4.81 | - |
| YUV | 148.08 | 52.34 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 14 | 0 | 0.37 | 0.94 | 0.14 | 36.29 | 0.88 | 0.46 |
| Hex | DB | 8A | E | 0 | 25 | 5E | E | 24 | 58 | 2E |
| Octal | 333 | 212 | 16 | 0 | 45 | 136 | 16 | 44 | 130 | 56 |
| Binary | 11011011 | 10001010 | 1110 | 0 | 100101 | 1011110 | 1110 | 100100 | 1011000 | 101110 |
Color Harmonies of #DB8A0E
Complementary color
Monochromatic Colors of #DB8A0E
Black with #DB8A0E
Text Example
Text Example
White with #DB8A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8A0E; }
p { color: rgb(219,138,14); }
H1.HeaderClassName
{
color: #DB8A0E;
}
.AnyTagClassName
{
color: #DB8A0E;
}
</style>
background-color css
<style>
a { background-color: #DB8A0E; }
a { background-color: rgb(219,138,14); }
div.DivClassName
{
background-color: #DB8A0E;
}
.BgClassName
{
background-color: #DB8A0E;
}
</style>
border-color css
<style>
span { border-color: #DB8A0E; }
span { border-color: rgb(219,138,14); }
td.TdClassName
{
border-color: #DB8A0E;
}
.TagClassName
{
border-color: #DB8A0E;
}
</style>