Shades of Gamboge #DB9114
Tints of Gamboge #DB9114
RGB
CMYK
RGB Variations
Color information
#DB9114 (or 0xDB9114) is known color: Gamboge. HEX triplet: DB, 91 and 14. RGB value is (219,145,20). Sum of RGB (Red+Green+Blue) = 219+145+20=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 20 (8.20% from 255 or 5.21% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9114 is #246EEB. Grayscale: #999999. Windows color (decimal): -2387692 or 1348059. OLE color: 1348059.
HSL color Cylindrical-coordinate representation of color #DB9114: hue angle of 37.69º 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 #DB9114 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 20 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.14 |
| HSL | 37.69º | 0.83% | 0.47% | - |
| HSV(B) | 37.69º | 0.91% | 0.86% | - |
| XYZ | 39.47 | 35.36 | 5.41 | - |
| YUV | 152.88 | 53.02 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 20 | 0 | 0.34 | 0.91 | 0.14 | 37.69 | 0.83 | 0.47 |
| Hex | DB | 91 | 14 | 0 | 22 | 5B | E | 26 | 53 | 2F |
| Octal | 333 | 221 | 24 | 0 | 42 | 133 | 16 | 46 | 123 | 57 |
| Binary | 11011011 | 10010001 | 10100 | 0 | 100010 | 1011011 | 1110 | 100110 | 1010011 | 101111 |
Color Harmonies of #DB9114
Complementary color
Monochromatic Colors of #DB9114
Black with #DB9114
Text Example
Text Example
White with #DB9114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9114; }
p { color: rgb(219,145,20); }
H1.HeaderClassName
{
color: #DB9114;
}
.AnyTagClassName
{
color: #DB9114;
}
</style>
background-color css
<style>
a { background-color: #DB9114; }
a { background-color: rgb(219,145,20); }
div.DivClassName
{
background-color: #DB9114;
}
.BgClassName
{
background-color: #DB9114;
}
</style>
border-color css
<style>
span { border-color: #DB9114; }
span { border-color: rgb(219,145,20); }
td.TdClassName
{
border-color: #DB9114;
}
.TagClassName
{
border-color: #DB9114;
}
</style>