Shades of Gamboge #DB9D13
Tints of Gamboge #DB9D13
RGB
CMYK
RGB Variations
Color information
#DB9D13 (or 0xDB9D13) is known color: Gamboge. HEX triplet: DB, 9D and 13. RGB value is (219,157,19). Sum of RGB (Red+Green+Blue) = 219+157+19=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 19 (7.81% from 255 or 4.81% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9D13 is #2462EC. Grayscale: #A0A0A0. Windows color (decimal): -2384621 or 1285595. OLE color: 1285595.
HSL color Cylindrical-coordinate representation of color #DB9D13: hue angle of 41.4º 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 #DB9D13 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 19 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.14 |
| HSL | 41.4º | 0.84% | 0.47% | - |
| HSV(B) | 41.4º | 0.91% | 0.86% | - |
| XYZ | 41.39 | 39.22 | 6.01 | - |
| YUV | 159.81 | 48.54 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 19 | 0 | 0.28 | 0.91 | 0.14 | 41.4 | 0.84 | 0.47 |
| Hex | DB | 9D | 13 | 0 | 1C | 5B | E | 29 | 54 | 2F |
| Octal | 333 | 235 | 23 | 0 | 34 | 133 | 16 | 51 | 124 | 57 |
| Binary | 11011011 | 10011101 | 10011 | 0 | 11100 | 1011011 | 1110 | 101001 | 1010100 | 101111 |
Color Harmonies of #DB9D13
Complementary color
Monochromatic Colors of #DB9D13
Black with #DB9D13
Text Example
Text Example
White with #DB9D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9D13; }
p { color: rgb(219,157,19); }
H1.HeaderClassName
{
color: #DB9D13;
}
.AnyTagClassName
{
color: #DB9D13;
}
</style>
background-color css
<style>
a { background-color: #DB9D13; }
a { background-color: rgb(219,157,19); }
div.DivClassName
{
background-color: #DB9D13;
}
.BgClassName
{
background-color: #DB9D13;
}
</style>
border-color css
<style>
span { border-color: #DB9D13; }
span { border-color: rgb(219,157,19); }
td.TdClassName
{
border-color: #DB9D13;
}
.TagClassName
{
border-color: #DB9D13;
}
</style>