Shades of Gamboge #DB9715
Tints of Gamboge #DB9715
RGB
CMYK
RGB Variations
Color information
#DB9715 (or 0xDB9715) is known color: Gamboge. HEX triplet: DB, 97 and 15. RGB value is (219,151,21). Sum of RGB (Red+Green+Blue) = 219+151+21=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 21 (8.59% from 255 or 5.37% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9715 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9715 is #2468EA. Grayscale: #9D9D9D. Windows color (decimal): -2386155 or 1415131. OLE color: 1415131.
HSL color Cylindrical-coordinate representation of color #DB9715: hue angle of 39.39º 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 #DB9715 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 21 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.14 |
| HSL | 39.39º | 0.83% | 0.47% | - |
| HSV(B) | 39.39º | 0.9% | 0.86% | - |
| XYZ | 40.42 | 37.25 | 5.77 | - |
| YUV | 156.51 | 51.53 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 21 | 0 | 0.31 | 0.90 | 0.14 | 39.39 | 0.83 | 0.47 |
| Hex | DB | 97 | 15 | 0 | 1F | 5A | E | 27 | 52 | 2F |
| Octal | 333 | 227 | 25 | 0 | 37 | 132 | 16 | 47 | 122 | 57 |
| Binary | 11011011 | 10010111 | 10101 | 0 | 11111 | 1011010 | 1110 | 100111 | 1010010 | 101111 |
Color Harmonies of #DB9715
Complementary color
Monochromatic Colors of #DB9715
Black with #DB9715
Text Example
Text Example
White with #DB9715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9715; }
p { color: rgb(219,151,21); }
H1.HeaderClassName
{
color: #DB9715;
}
.AnyTagClassName
{
color: #DB9715;
}
</style>
background-color css
<style>
a { background-color: #DB9715; }
a { background-color: rgb(219,151,21); }
div.DivClassName
{
background-color: #DB9715;
}
.BgClassName
{
background-color: #DB9715;
}
</style>
border-color css
<style>
span { border-color: #DB9715; }
span { border-color: rgb(219,151,21); }
td.TdClassName
{
border-color: #DB9715;
}
.TagClassName
{
border-color: #DB9715;
}
</style>