Shades of Gamboge #DB9913
Tints of Gamboge #DB9913
RGB
CMYK
RGB Variations
Color information
#DB9913 (or 0xDB9913) is known color: Gamboge. HEX triplet: DB, 99 and 13. RGB value is (219,153,19). Sum of RGB (Red+Green+Blue) = 219+153+19=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 19 (7.81% from 255 or 4.86% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9913 is #2466EC. Grayscale: #9E9E9E. Windows color (decimal): -2385645 or 1284571. OLE color: 1284571.
HSL color Cylindrical-coordinate representation of color #DB9913: hue angle of 40.2º degrees, saturation: 0.84, 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 #DB9913 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 19 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.14 |
| HSL | 40.2º | 0.84% | 0.47% | - |
| HSV(B) | 40.2º | 0.91% | 0.86% | - |
| XYZ | 40.72 | 37.89 | 5.78 | - |
| YUV | 157.46 | 49.87 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 19 | 0 | 0.30 | 0.91 | 0.14 | 40.2 | 0.84 | 0.47 |
| Hex | DB | 99 | 13 | 0 | 1E | 5B | E | 28 | 54 | 2F |
| Octal | 333 | 231 | 23 | 0 | 36 | 133 | 16 | 50 | 124 | 57 |
| Binary | 11011011 | 10011001 | 10011 | 0 | 11110 | 1011011 | 1110 | 101000 | 1010100 | 101111 |
Color Harmonies of #DB9913
Complementary color
Monochromatic Colors of #DB9913
Black with #DB9913
Text Example
Text Example
White with #DB9913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9913; }
p { color: rgb(219,153,19); }
H1.HeaderClassName
{
color: #DB9913;
}
.AnyTagClassName
{
color: #DB9913;
}
</style>
background-color css
<style>
a { background-color: #DB9913; }
a { background-color: rgb(219,153,19); }
div.DivClassName
{
background-color: #DB9913;
}
.BgClassName
{
background-color: #DB9913;
}
</style>
border-color css
<style>
span { border-color: #DB9913; }
span { border-color: rgb(219,153,19); }
td.TdClassName
{
border-color: #DB9913;
}
.TagClassName
{
border-color: #DB9913;
}
</style>