Shades of Gamboge #DB8F04
Tints of Gamboge #DB8F04
RGB
CMYK
RGB Variations
Color information
#DB8F04 (or 0xDB8F04) is known color: Gamboge. HEX triplet: DB, 8F and 04. RGB value is (219,143,4). Sum of RGB (Red+Green+Blue) = 219+143+4=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 4 (1.95% from 255 or 1.09% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8F04 is #2470FB. Grayscale: #969696. Windows color (decimal): -2388220 or 298971. OLE color: 298971.
HSL color Cylindrical-coordinate representation of color #DB8F04: hue angle of 38.79º 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 #DB8F04 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 4 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.14 |
| HSL | 38.79º | 0.96% | 0.44% | - |
| HSV(B) | 38.79º | 0.98% | 0.86% | - |
| XYZ | 39.06 | 34.71 | 4.76 | - |
| YUV | 149.88 | 45.68 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 4 | 0 | 0.35 | 0.98 | 0.14 | 38.79 | 0.96 | 0.44 |
| Hex | DB | 8F | 4 | 0 | 23 | 62 | E | 27 | 60 | 2C |
| Octal | 333 | 217 | 4 | 0 | 43 | 142 | 16 | 47 | 140 | 54 |
| Binary | 11011011 | 10001111 | 100 | 0 | 100011 | 1100010 | 1110 | 100111 | 1100000 | 101100 |
Color Harmonies of #DB8F04
Complementary color
Monochromatic Colors of #DB8F04
Black with #DB8F04
Text Example
Text Example
White with #DB8F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8F04; }
p { color: rgb(219,143,4); }
H1.HeaderClassName
{
color: #DB8F04;
}
.AnyTagClassName
{
color: #DB8F04;
}
</style>
background-color css
<style>
a { background-color: #DB8F04; }
a { background-color: rgb(219,143,4); }
div.DivClassName
{
background-color: #DB8F04;
}
.BgClassName
{
background-color: #DB8F04;
}
</style>
border-color css
<style>
span { border-color: #DB8F04; }
span { border-color: rgb(219,143,4); }
td.TdClassName
{
border-color: #DB8F04;
}
.TagClassName
{
border-color: #DB8F04;
}
</style>