Shades of Gamboge #DB9F04
Tints of Gamboge #DB9F04
RGB
CMYK
RGB Variations
Color information
#DB9F04 (or 0xDB9F04) is known color: Gamboge. HEX triplet: DB, 9F and 04. RGB value is (219,159,4). Sum of RGB (Red+Green+Blue) = 219+159+4=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 4 (1.95% from 255 or 1.05% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9F04 is #2460FB. Grayscale: #9F9F9F. Windows color (decimal): -2384124 or 303067. OLE color: 303067.
HSL color Cylindrical-coordinate representation of color #DB9F04: hue angle of 43.26º 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 #DB9F04 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 4 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.14 |
| HSL | 43.26º | 0.96% | 0.44% | - |
| HSV(B) | 43.26º | 0.98% | 0.86% | - |
| XYZ | 41.63 | 39.87 | 5.62 | - |
| YUV | 159.27 | 40.38 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 4 | 0 | 0.27 | 0.98 | 0.14 | 43.26 | 0.96 | 0.44 |
| Hex | DB | 9F | 4 | 0 | 1B | 62 | E | 2B | 60 | 2C |
| Octal | 333 | 237 | 4 | 0 | 33 | 142 | 16 | 53 | 140 | 54 |
| Binary | 11011011 | 10011111 | 100 | 0 | 11011 | 1100010 | 1110 | 101011 | 1100000 | 101100 |
Color Harmonies of #DB9F04
Complementary color
Monochromatic Colors of #DB9F04
Black with #DB9F04
Text Example
Text Example
White with #DB9F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9F04; }
p { color: rgb(219,159,4); }
H1.HeaderClassName
{
color: #DB9F04;
}
.AnyTagClassName
{
color: #DB9F04;
}
</style>
background-color css
<style>
a { background-color: #DB9F04; }
a { background-color: rgb(219,159,4); }
div.DivClassName
{
background-color: #DB9F04;
}
.BgClassName
{
background-color: #DB9F04;
}
</style>
border-color css
<style>
span { border-color: #DB9F04; }
span { border-color: rgb(219,159,4); }
td.TdClassName
{
border-color: #DB9F04;
}
.TagClassName
{
border-color: #DB9F04;
}
</style>