Shades of Gamboge #DB950C
Tints of Gamboge #DB950C
RGB
CMYK
RGB Variations
Color information
#DB950C (or 0xDB950C) is known color: Gamboge. HEX triplet: DB, 95 and 0C. RGB value is (219,149,12). Sum of RGB (Red+Green+Blue) = 219+149+12=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB950C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB950C is #246AF3. Grayscale: #9A9A9A. Windows color (decimal): -2386676 or 824795. OLE color: 824795.
HSL color Cylindrical-coordinate representation of color #DB950C: hue angle of 39.71º 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 #DB950C is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 12 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.14 |
| HSL | 39.71º | 0.9% | 0.45% | - |
| HSV(B) | 39.71º | 0.95% | 0.86% | - |
| XYZ | 40.03 | 36.58 | 5.3 | - |
| YUV | 154.31 | 47.69 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 12 | 0 | 0.32 | 0.95 | 0.14 | 39.71 | 0.9 | 0.45 |
| Hex | DB | 95 | C | 0 | 20 | 5F | E | 28 | 5A | 2D |
| Octal | 333 | 225 | 14 | 0 | 40 | 137 | 16 | 50 | 132 | 55 |
| Binary | 11011011 | 10010101 | 1100 | 0 | 100000 | 1011111 | 1110 | 101000 | 1011010 | 101101 |
Color Harmonies of #DB950C
Complementary color
Monochromatic Colors of #DB950C
Black with #DB950C
Text Example
Text Example
White with #DB950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB950C; }
p { color: rgb(219,149,12); }
H1.HeaderClassName
{
color: #DB950C;
}
.AnyTagClassName
{
color: #DB950C;
}
</style>
background-color css
<style>
a { background-color: #DB950C; }
a { background-color: rgb(219,149,12); }
div.DivClassName
{
background-color: #DB950C;
}
.BgClassName
{
background-color: #DB950C;
}
</style>
border-color css
<style>
span { border-color: #DB950C; }
span { border-color: rgb(219,149,12); }
td.TdClassName
{
border-color: #DB950C;
}
.TagClassName
{
border-color: #DB950C;
}
</style>