Shades of Gamboge #DB8715
Tints of Gamboge #DB8715
RGB
CMYK
RGB Variations
Color information
#DB8715 (or 0xDB8715) is known color: Gamboge. HEX triplet: DB, 87 and 15. RGB value is (219,135,21). Sum of RGB (Red+Green+Blue) = 219+135+21=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 21 (8.59% from 255 or 5.6% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8715 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8715 is #2478EA. Grayscale: #939393. Windows color (decimal): -2390251 or 1411035. OLE color: 1411035.
HSL color Cylindrical-coordinate representation of color #DB8715: hue angle of 34.55º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB8715 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 21 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.14 |
| HSL | 34.55º | 0.83% | 0.47% | - |
| HSV(B) | 34.55º | 0.9% | 0.86% | - |
| XYZ | 38.01 | 32.44 | 4.97 | - |
| YUV | 147.12 | 56.83 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 21 | 0 | 0.38 | 0.90 | 0.14 | 34.55 | 0.83 | 0.47 |
| Hex | DB | 87 | 15 | 0 | 26 | 5A | E | 23 | 52 | 2F |
| Octal | 333 | 207 | 25 | 0 | 46 | 132 | 16 | 43 | 122 | 57 |
| Binary | 11011011 | 10000111 | 10101 | 0 | 100110 | 1011010 | 1110 | 100011 | 1010010 | 101111 |
Color Harmonies of #DB8715
Complementary color
Monochromatic Colors of #DB8715
Black with #DB8715
Text Example
Text Example
White with #DB8715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8715; }
p { color: rgb(219,135,21); }
H1.HeaderClassName
{
color: #DB8715;
}
.AnyTagClassName
{
color: #DB8715;
}
</style>
background-color css
<style>
a { background-color: #DB8715; }
a { background-color: rgb(219,135,21); }
div.DivClassName
{
background-color: #DB8715;
}
.BgClassName
{
background-color: #DB8715;
}
</style>
border-color css
<style>
span { border-color: #DB8715; }
span { border-color: rgb(219,135,21); }
td.TdClassName
{
border-color: #DB8715;
}
.TagClassName
{
border-color: #DB8715;
}
</style>