Shades of Gamboge #DB9A0D
Tints of Gamboge #DB9A0D
RGB
CMYK
RGB Variations
Color information
#DB9A0D (or 0xDB9A0D) is known color: Gamboge. HEX triplet: DB, 9A and 0D. RGB value is (219,154,13). Sum of RGB (Red+Green+Blue) = 219+154+13=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9A0D is #2465F2. Grayscale: #9D9D9D. Windows color (decimal): -2385395 or 891611. OLE color: 891611.
HSL color Cylindrical-coordinate representation of color #DB9A0D: hue angle of 41.07º 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 #DB9A0D is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 13 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.14 |
| HSL | 41.07º | 0.89% | 0.45% | - |
| HSV(B) | 41.07º | 0.94% | 0.86% | - |
| XYZ | 40.84 | 38.2 | 5.6 | - |
| YUV | 157.36 | 46.53 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 13 | 0 | 0.30 | 0.94 | 0.14 | 41.07 | 0.89 | 0.45 |
| Hex | DB | 9A | D | 0 | 1E | 5E | E | 29 | 59 | 2D |
| Octal | 333 | 232 | 15 | 0 | 36 | 136 | 16 | 51 | 131 | 55 |
| Binary | 11011011 | 10011010 | 1101 | 0 | 11110 | 1011110 | 1110 | 101001 | 1011001 | 101101 |
Color Harmonies of #DB9A0D
Complementary color
Monochromatic Colors of #DB9A0D
Black with #DB9A0D
Text Example
Text Example
White with #DB9A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9A0D; }
p { color: rgb(219,154,13); }
H1.HeaderClassName
{
color: #DB9A0D;
}
.AnyTagClassName
{
color: #DB9A0D;
}
</style>
background-color css
<style>
a { background-color: #DB9A0D; }
a { background-color: rgb(219,154,13); }
div.DivClassName
{
background-color: #DB9A0D;
}
.BgClassName
{
background-color: #DB9A0D;
}
</style>
border-color css
<style>
span { border-color: #DB9A0D; }
span { border-color: rgb(219,154,13); }
td.TdClassName
{
border-color: #DB9A0D;
}
.TagClassName
{
border-color: #DB9A0D;
}
</style>