Shades of Gamboge #DB950D
Tints of Gamboge #DB950D
RGB
CMYK
RGB Variations
Color information
#DB950D (or 0xDB950D) is known color: Gamboge. HEX triplet: DB, 95 and 0D. RGB value is (219,149,13). Sum of RGB (Red+Green+Blue) = 219+149+13=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB950D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB950D is #246AF2. Grayscale: #9B9B9B. Windows color (decimal): -2386675 or 890331. OLE color: 890331.
HSL color Cylindrical-coordinate representation of color #DB950D: hue angle of 39.61º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB950D is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 13 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.14 |
| HSL | 39.61º | 0.89% | 0.45% | - |
| HSV(B) | 39.61º | 0.94% | 0.86% | - |
| XYZ | 40.03 | 36.58 | 5.33 | - |
| YUV | 154.43 | 48.19 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 13 | 0 | 0.32 | 0.94 | 0.14 | 39.61 | 0.89 | 0.45 |
| Hex | DB | 95 | D | 0 | 20 | 5E | E | 28 | 59 | 2D |
| Octal | 333 | 225 | 15 | 0 | 40 | 136 | 16 | 50 | 131 | 55 |
| Binary | 11011011 | 10010101 | 1101 | 0 | 100000 | 1011110 | 1110 | 101000 | 1011001 | 101101 |
Color Harmonies of #DB950D
Complementary color
Monochromatic Colors of #DB950D
Black with #DB950D
Text Example
Text Example
White with #DB950D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB950D; }
p { color: rgb(219,149,13); }
H1.HeaderClassName
{
color: #DB950D;
}
.AnyTagClassName
{
color: #DB950D;
}
</style>
background-color css
<style>
a { background-color: #DB950D; }
a { background-color: rgb(219,149,13); }
div.DivClassName
{
background-color: #DB950D;
}
.BgClassName
{
background-color: #DB950D;
}
</style>
border-color css
<style>
span { border-color: #DB950D; }
span { border-color: rgb(219,149,13); }
td.TdClassName
{
border-color: #DB950D;
}
.TagClassName
{
border-color: #DB950D;
}
</style>