Shades of Gamboge #DB9E0D
Tints of Gamboge #DB9E0D
RGB
CMYK
RGB Variations
Color information
#DB9E0D (or 0xDB9E0D) is known color: Gamboge. HEX triplet: DB, 9E and 0D. RGB value is (219,158,13). Sum of RGB (Red+Green+Blue) = 219+158+13=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 13 (5.47% from 255 or 3.33% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9E0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9E0D is #2461F2. Grayscale: #A0A0A0. Windows color (decimal): -2384371 or 892635. OLE color: 892635.
HSL color Cylindrical-coordinate representation of color #DB9E0D: hue angle of 42.23º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB9E0D is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 13 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.14 |
| HSL | 42.23º | 0.89% | 0.45% | - |
| HSV(B) | 42.23º | 0.94% | 0.86% | - |
| XYZ | 41.51 | 39.54 | 5.83 | - |
| YUV | 159.71 | 45.21 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 13 | 0 | 0.28 | 0.94 | 0.14 | 42.23 | 0.89 | 0.45 |
| Hex | DB | 9E | D | 0 | 1C | 5E | E | 2A | 59 | 2D |
| Octal | 333 | 236 | 15 | 0 | 34 | 136 | 16 | 52 | 131 | 55 |
| Binary | 11011011 | 10011110 | 1101 | 0 | 11100 | 1011110 | 1110 | 101010 | 1011001 | 101101 |
Color Harmonies of #DB9E0D
Complementary color
Monochromatic Colors of #DB9E0D
Black with #DB9E0D
Text Example
Text Example
White with #DB9E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9E0D; }
p { color: rgb(219,158,13); }
H1.HeaderClassName
{
color: #DB9E0D;
}
.AnyTagClassName
{
color: #DB9E0D;
}
</style>
background-color css
<style>
a { background-color: #DB9E0D; }
a { background-color: rgb(219,158,13); }
div.DivClassName
{
background-color: #DB9E0D;
}
.BgClassName
{
background-color: #DB9E0D;
}
</style>
border-color css
<style>
span { border-color: #DB9E0D; }
span { border-color: rgb(219,158,13); }
td.TdClassName
{
border-color: #DB9E0D;
}
.TagClassName
{
border-color: #DB9E0D;
}
</style>