Shades of Gamboge #DB940C
Tints of Gamboge #DB940C
RGB
CMYK
RGB Variations
Color information
#DB940C (or 0xDB940C) is known color: Gamboge. HEX triplet: DB, 94 and 0C. RGB value is (219,148,12). Sum of RGB (Red+Green+Blue) = 219+148+12=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB940C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB940C is #246BF3. Grayscale: #9A9A9A. Windows color (decimal): -2386932 or 824539. OLE color: 824539.
HSL color Cylindrical-coordinate representation of color #DB940C: hue angle of 39.42º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB940C is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 12 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.14 |
| HSL | 39.42º | 0.9% | 0.45% | - |
| HSV(B) | 39.42º | 0.95% | 0.86% | - |
| XYZ | 39.87 | 36.27 | 5.25 | - |
| YUV | 153.73 | 48.02 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 12 | 0 | 0.32 | 0.95 | 0.14 | 39.42 | 0.9 | 0.45 |
| Hex | DB | 94 | C | 0 | 20 | 5F | E | 27 | 5A | 2D |
| Octal | 333 | 224 | 14 | 0 | 40 | 137 | 16 | 47 | 132 | 55 |
| Binary | 11011011 | 10010100 | 1100 | 0 | 100000 | 1011111 | 1110 | 100111 | 1011010 | 101101 |
Color Harmonies of #DB940C
Complementary color
Monochromatic Colors of #DB940C
Black with #DB940C
Text Example
Text Example
White with #DB940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB940C; }
p { color: rgb(219,148,12); }
H1.HeaderClassName
{
color: #DB940C;
}
.AnyTagClassName
{
color: #DB940C;
}
</style>
background-color css
<style>
a { background-color: #DB940C; }
a { background-color: rgb(219,148,12); }
div.DivClassName
{
background-color: #DB940C;
}
.BgClassName
{
background-color: #DB940C;
}
</style>
border-color css
<style>
span { border-color: #DB940C; }
span { border-color: rgb(219,148,12); }
td.TdClassName
{
border-color: #DB940C;
}
.TagClassName
{
border-color: #DB940C;
}
</style>