Shades of Gamboge #DB8E0D
Tints of Gamboge #DB8E0D
RGB
CMYK
RGB Variations
Color information
#DB8E0D (or 0xDB8E0D) is known color: Gamboge. HEX triplet: DB, 8E and 0D. RGB value is (219,142,13). Sum of RGB (Red+Green+Blue) = 219+142+13=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 13 (5.47% from 255 or 3.48% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8E0D is #2471F2. Grayscale: #969696. Windows color (decimal): -2388467 or 888539. OLE color: 888539.
HSL color Cylindrical-coordinate representation of color #DB8E0D: hue angle of 37.57º 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 #DB8E0D is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 13 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.14 |
| HSL | 37.57º | 0.89% | 0.45% | - |
| HSV(B) | 37.57º | 0.94% | 0.86% | - |
| XYZ | 38.96 | 34.44 | 4.97 | - |
| YUV | 150.32 | 50.51 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 13 | 0 | 0.35 | 0.94 | 0.14 | 37.57 | 0.89 | 0.45 |
| Hex | DB | 8E | D | 0 | 23 | 5E | E | 26 | 59 | 2D |
| Octal | 333 | 216 | 15 | 0 | 43 | 136 | 16 | 46 | 131 | 55 |
| Binary | 11011011 | 10001110 | 1101 | 0 | 100011 | 1011110 | 1110 | 100110 | 1011001 | 101101 |
Color Harmonies of #DB8E0D
Complementary color
Monochromatic Colors of #DB8E0D
Black with #DB8E0D
Text Example
Text Example
White with #DB8E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8E0D; }
p { color: rgb(219,142,13); }
H1.HeaderClassName
{
color: #DB8E0D;
}
.AnyTagClassName
{
color: #DB8E0D;
}
</style>
background-color css
<style>
a { background-color: #DB8E0D; }
a { background-color: rgb(219,142,13); }
div.DivClassName
{
background-color: #DB8E0D;
}
.BgClassName
{
background-color: #DB8E0D;
}
</style>
border-color css
<style>
span { border-color: #DB8E0D; }
span { border-color: rgb(219,142,13); }
td.TdClassName
{
border-color: #DB8E0D;
}
.TagClassName
{
border-color: #DB8E0D;
}
</style>