Shades of Gamboge #DB980E
Tints of Gamboge #DB980E
RGB
CMYK
RGB Variations
Color information
#DB980E (or 0xDB980E) is known color: Gamboge. HEX triplet: DB, 98 and 0E. RGB value is (219,152,14). Sum of RGB (Red+Green+Blue) = 219+152+14=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB980E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB980E is #2467F1. Grayscale: #9C9C9C. Windows color (decimal): -2385906 or 956635. OLE color: 956635.
HSL color Cylindrical-coordinate representation of color #DB980E: hue angle of 40.39º 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 #DB980E is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 14 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.14 |
| HSL | 40.39º | 0.88% | 0.46% | - |
| HSV(B) | 40.39º | 0.94% | 0.86% | - |
| XYZ | 40.52 | 37.55 | 5.53 | - |
| YUV | 156.3 | 47.7 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 14 | 0 | 0.31 | 0.94 | 0.14 | 40.39 | 0.88 | 0.46 |
| Hex | DB | 98 | E | 0 | 1F | 5E | E | 28 | 58 | 2E |
| Octal | 333 | 230 | 16 | 0 | 37 | 136 | 16 | 50 | 130 | 56 |
| Binary | 11011011 | 10011000 | 1110 | 0 | 11111 | 1011110 | 1110 | 101000 | 1011000 | 101110 |
Color Harmonies of #DB980E
Complementary color
Monochromatic Colors of #DB980E
Black with #DB980E
Text Example
Text Example
White with #DB980E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB980E; }
p { color: rgb(219,152,14); }
H1.HeaderClassName
{
color: #DB980E;
}
.AnyTagClassName
{
color: #DB980E;
}
</style>
background-color css
<style>
a { background-color: #DB980E; }
a { background-color: rgb(219,152,14); }
div.DivClassName
{
background-color: #DB980E;
}
.BgClassName
{
background-color: #DB980E;
}
</style>
border-color css
<style>
span { border-color: #DB980E; }
span { border-color: rgb(219,152,14); }
td.TdClassName
{
border-color: #DB980E;
}
.TagClassName
{
border-color: #DB980E;
}
</style>