Shades of Gamboge #DB9514
Tints of Gamboge #DB9514
RGB
CMYK
RGB Variations
Color information
#DB9514 (or 0xDB9514) is known color: Gamboge. HEX triplet: DB, 95 and 14. RGB value is (219,149,20). Sum of RGB (Red+Green+Blue) = 219+149+20=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 20 (8.20% from 255 or 5.15% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9514 is #246AEB. Grayscale: #9B9B9B. Windows color (decimal): -2386668 or 1349083. OLE color: 1349083.
HSL color Cylindrical-coordinate representation of color #DB9514: hue angle of 38.89º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB9514 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 20 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.14 |
| HSL | 38.89º | 0.83% | 0.47% | - |
| HSV(B) | 38.89º | 0.91% | 0.86% | - |
| XYZ | 40.09 | 36.61 | 5.61 | - |
| YUV | 155.22 | 51.69 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 20 | 0 | 0.32 | 0.91 | 0.14 | 38.89 | 0.83 | 0.47 |
| Hex | DB | 95 | 14 | 0 | 20 | 5B | E | 27 | 53 | 2F |
| Octal | 333 | 225 | 24 | 0 | 40 | 133 | 16 | 47 | 123 | 57 |
| Binary | 11011011 | 10010101 | 10100 | 0 | 100000 | 1011011 | 1110 | 100111 | 1010011 | 101111 |
Color Harmonies of #DB9514
Complementary color
Monochromatic Colors of #DB9514
Black with #DB9514
Text Example
Text Example
White with #DB9514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9514; }
p { color: rgb(219,149,20); }
H1.HeaderClassName
{
color: #DB9514;
}
.AnyTagClassName
{
color: #DB9514;
}
</style>
background-color css
<style>
a { background-color: #DB9514; }
a { background-color: rgb(219,149,20); }
div.DivClassName
{
background-color: #DB9514;
}
.BgClassName
{
background-color: #DB9514;
}
</style>
border-color css
<style>
span { border-color: #DB9514; }
span { border-color: rgb(219,149,20); }
td.TdClassName
{
border-color: #DB9514;
}
.TagClassName
{
border-color: #DB9514;
}
</style>