Shades of Gamboge #DB8E11
Tints of Gamboge #DB8E11
RGB
CMYK
RGB Variations
Color information
#DB8E11 (or 0xDB8E11) is known color: Gamboge. HEX triplet: DB, 8E and 11. RGB value is (219,142,17). Sum of RGB (Red+Green+Blue) = 219+142+17=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 17 (7.03% from 255 or 4.50% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8E11 is #2471EE. Grayscale: #979797. Windows color (decimal): -2388463 or 1150683. OLE color: 1150683.
HSL color Cylindrical-coordinate representation of color #DB8E11: hue angle of 37.13º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB8E11 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 17 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.14 |
| HSL | 37.13º | 0.86% | 0.46% | - |
| HSV(B) | 37.13º | 0.92% | 0.86% | - |
| XYZ | 38.99 | 34.45 | 5.12 | - |
| YUV | 150.77 | 52.51 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 17 | 0 | 0.35 | 0.92 | 0.14 | 37.13 | 0.86 | 0.46 |
| Hex | DB | 8E | 11 | 0 | 23 | 5C | E | 25 | 56 | 2E |
| Octal | 333 | 216 | 21 | 0 | 43 | 134 | 16 | 45 | 126 | 56 |
| Binary | 11011011 | 10001110 | 10001 | 0 | 100011 | 1011100 | 1110 | 100101 | 1010110 | 101110 |
Color Harmonies of #DB8E11
Complementary color
Monochromatic Colors of #DB8E11
Black with #DB8E11
Text Example
Text Example
White with #DB8E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8E11; }
p { color: rgb(219,142,17); }
H1.HeaderClassName
{
color: #DB8E11;
}
.AnyTagClassName
{
color: #DB8E11;
}
</style>
background-color css
<style>
a { background-color: #DB8E11; }
a { background-color: rgb(219,142,17); }
div.DivClassName
{
background-color: #DB8E11;
}
.BgClassName
{
background-color: #DB8E11;
}
</style>
border-color css
<style>
span { border-color: #DB8E11; }
span { border-color: rgb(219,142,17); }
td.TdClassName
{
border-color: #DB8E11;
}
.TagClassName
{
border-color: #DB8E11;
}
</style>