Shades of Gamboge #DB870D
Tints of Gamboge #DB870D
RGB
CMYK
RGB Variations
Color information
#DB870D (or 0xDB870D) is known color: Gamboge. HEX triplet: DB, 87 and 0D. RGB value is (219,135,13). Sum of RGB (Red+Green+Blue) = 219+135+13=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB870D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB870D is #2478F2. Grayscale: #929292. Windows color (decimal): -2390259 or 886747. OLE color: 886747.
HSL color Cylindrical-coordinate representation of color #DB870D: hue angle of 35.53º 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 #DB870D is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 13 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.14 |
| HSL | 35.53º | 0.89% | 0.45% | - |
| HSV(B) | 35.53º | 0.94% | 0.86% | - |
| XYZ | 37.95 | 32.42 | 4.64 | - |
| YUV | 146.21 | 52.83 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 13 | 0 | 0.38 | 0.94 | 0.14 | 35.53 | 0.89 | 0.45 |
| Hex | DB | 87 | D | 0 | 26 | 5E | E | 24 | 59 | 2D |
| Octal | 333 | 207 | 15 | 0 | 46 | 136 | 16 | 44 | 131 | 55 |
| Binary | 11011011 | 10000111 | 1101 | 0 | 100110 | 1011110 | 1110 | 100100 | 1011001 | 101101 |
Color Harmonies of #DB870D
Complementary color
Monochromatic Colors of #DB870D
Black with #DB870D
Text Example
Text Example
White with #DB870D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB870D; }
p { color: rgb(219,135,13); }
H1.HeaderClassName
{
color: #DB870D;
}
.AnyTagClassName
{
color: #DB870D;
}
</style>
background-color css
<style>
a { background-color: #DB870D; }
a { background-color: rgb(219,135,13); }
div.DivClassName
{
background-color: #DB870D;
}
.BgClassName
{
background-color: #DB870D;
}
</style>
border-color css
<style>
span { border-color: #DB870D; }
span { border-color: rgb(219,135,13); }
td.TdClassName
{
border-color: #DB870D;
}
.TagClassName
{
border-color: #DB870D;
}
</style>