Shades of Gamboge #DB8E04
Tints of Gamboge #DB8E04
RGB
CMYK
RGB Variations
Color information
#DB8E04 (or 0xDB8E04) is known color: Gamboge. HEX triplet: DB, 8E and 04. RGB value is (219,142,4). Sum of RGB (Red+Green+Blue) = 219+142+4=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 4 (1.95% from 255 or 1.10% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8E04 is #2471FB. Grayscale: #959595. Windows color (decimal): -2388476 or 298715. OLE color: 298715.
HSL color Cylindrical-coordinate representation of color #DB8E04: hue angle of 38.51º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB8E04 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 4 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.14 |
| HSL | 38.51º | 0.96% | 0.44% | - |
| HSV(B) | 38.51º | 0.98% | 0.86% | - |
| XYZ | 38.91 | 34.41 | 4.71 | - |
| YUV | 149.29 | 46.01 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 4 | 0 | 0.35 | 0.98 | 0.14 | 38.51 | 0.96 | 0.44 |
| Hex | DB | 8E | 4 | 0 | 23 | 62 | E | 27 | 60 | 2C |
| Octal | 333 | 216 | 4 | 0 | 43 | 142 | 16 | 47 | 140 | 54 |
| Binary | 11011011 | 10001110 | 100 | 0 | 100011 | 1100010 | 1110 | 100111 | 1100000 | 101100 |
Color Harmonies of #DB8E04
Complementary color
Monochromatic Colors of #DB8E04
Black with #DB8E04
Text Example
Text Example
White with #DB8E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8E04; }
p { color: rgb(219,142,4); }
H1.HeaderClassName
{
color: #DB8E04;
}
.AnyTagClassName
{
color: #DB8E04;
}
</style>
background-color css
<style>
a { background-color: #DB8E04; }
a { background-color: rgb(219,142,4); }
div.DivClassName
{
background-color: #DB8E04;
}
.BgClassName
{
background-color: #DB8E04;
}
</style>
border-color css
<style>
span { border-color: #DB8E04; }
span { border-color: rgb(219,142,4); }
td.TdClassName
{
border-color: #DB8E04;
}
.TagClassName
{
border-color: #DB8E04;
}
</style>