Shades of Gamboge #DB950F
Tints of Gamboge #DB950F
RGB
CMYK
RGB Variations
Color information
#DB950F (or 0xDB950F) is known color: Gamboge. HEX triplet: DB, 95 and 0F. RGB value is (219,149,15). Sum of RGB (Red+Green+Blue) = 219+149+15=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 15 (6.25% from 255 or 3.92% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB950F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB950F is #246AF0. Grayscale: #9B9B9B. Windows color (decimal): -2386673 or 1021403. OLE color: 1021403.
HSL color Cylindrical-coordinate representation of color #DB950F: hue angle of 39.41º 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 #DB950F is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 15 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.14 |
| HSL | 39.41º | 0.87% | 0.46% | - |
| HSV(B) | 39.41º | 0.93% | 0.86% | - |
| XYZ | 40.05 | 36.59 | 5.4 | - |
| YUV | 154.65 | 49.19 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 15 | 0 | 0.32 | 0.93 | 0.14 | 39.41 | 0.87 | 0.46 |
| Hex | DB | 95 | F | 0 | 20 | 5D | E | 27 | 57 | 2E |
| Octal | 333 | 225 | 17 | 0 | 40 | 135 | 16 | 47 | 127 | 56 |
| Binary | 11011011 | 10010101 | 1111 | 0 | 100000 | 1011101 | 1110 | 100111 | 1010111 | 101110 |
Color Harmonies of #DB950F
Complementary color
Monochromatic Colors of #DB950F
Black with #DB950F
Text Example
Text Example
White with #DB950F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB950F; }
p { color: rgb(219,149,15); }
H1.HeaderClassName
{
color: #DB950F;
}
.AnyTagClassName
{
color: #DB950F;
}
</style>
background-color css
<style>
a { background-color: #DB950F; }
a { background-color: rgb(219,149,15); }
div.DivClassName
{
background-color: #DB950F;
}
.BgClassName
{
background-color: #DB950F;
}
</style>
border-color css
<style>
span { border-color: #DB950F; }
span { border-color: rgb(219,149,15); }
td.TdClassName
{
border-color: #DB950F;
}
.TagClassName
{
border-color: #DB950F;
}
</style>