Shades of Gamboge #DB940F
Tints of Gamboge #DB940F
RGB
CMYK
RGB Variations
Color information
#DB940F (or 0xDB940F) is known color: Gamboge. HEX triplet: DB, 94 and 0F. RGB value is (219,148,15). Sum of RGB (Red+Green+Blue) = 219+148+15=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 15 (6.25% from 255 or 3.93% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB940F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB940F is #246BF0. Grayscale: #9A9A9A. Windows color (decimal): -2386929 or 1021147. OLE color: 1021147.
HSL color Cylindrical-coordinate representation of color #DB940F: hue angle of 39.12º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB940F is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 15 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.14 |
| HSL | 39.12º | 0.87% | 0.46% | - |
| HSV(B) | 39.12º | 0.93% | 0.86% | - |
| XYZ | 39.89 | 36.27 | 5.35 | - |
| YUV | 154.07 | 49.52 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 15 | 0 | 0.32 | 0.93 | 0.14 | 39.12 | 0.87 | 0.46 |
| Hex | DB | 94 | F | 0 | 20 | 5D | E | 27 | 57 | 2E |
| Octal | 333 | 224 | 17 | 0 | 40 | 135 | 16 | 47 | 127 | 56 |
| Binary | 11011011 | 10010100 | 1111 | 0 | 100000 | 1011101 | 1110 | 100111 | 1010111 | 101110 |
Color Harmonies of #DB940F
Complementary color
Monochromatic Colors of #DB940F
Black with #DB940F
Text Example
Text Example
White with #DB940F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB940F; }
p { color: rgb(219,148,15); }
H1.HeaderClassName
{
color: #DB940F;
}
.AnyTagClassName
{
color: #DB940F;
}
</style>
background-color css
<style>
a { background-color: #DB940F; }
a { background-color: rgb(219,148,15); }
div.DivClassName
{
background-color: #DB940F;
}
.BgClassName
{
background-color: #DB940F;
}
</style>
border-color css
<style>
span { border-color: #DB940F; }
span { border-color: rgb(219,148,15); }
td.TdClassName
{
border-color: #DB940F;
}
.TagClassName
{
border-color: #DB940F;
}
</style>