Shades of Gamboge #DB8915
Tints of Gamboge #DB8915
RGB
CMYK
RGB Variations
Color information
#DB8915 (or 0xDB8915) is known color: Gamboge. HEX triplet: DB, 89 and 15. RGB value is (219,137,21). Sum of RGB (Red+Green+Blue) = 219+137+21=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 21 (8.59% from 255 or 5.57% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8915 is #2476EA. Grayscale: #949494. Windows color (decimal): -2389739 or 1411547. OLE color: 1411547.
HSL color Cylindrical-coordinate representation of color #DB8915: hue angle of 35.15º 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 #DB8915 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 21 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.14 |
| HSL | 35.15º | 0.83% | 0.47% | - |
| HSV(B) | 35.15º | 0.9% | 0.86% | - |
| XYZ | 38.29 | 33.01 | 5.06 | - |
| YUV | 148.29 | 56.17 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 21 | 0 | 0.37 | 0.90 | 0.14 | 35.15 | 0.83 | 0.47 |
| Hex | DB | 89 | 15 | 0 | 25 | 5A | E | 23 | 52 | 2F |
| Octal | 333 | 211 | 25 | 0 | 45 | 132 | 16 | 43 | 122 | 57 |
| Binary | 11011011 | 10001001 | 10101 | 0 | 100101 | 1011010 | 1110 | 100011 | 1010010 | 101111 |
Color Harmonies of #DB8915
Complementary color
Monochromatic Colors of #DB8915
Black with #DB8915
Text Example
Text Example
White with #DB8915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8915; }
p { color: rgb(219,137,21); }
H1.HeaderClassName
{
color: #DB8915;
}
.AnyTagClassName
{
color: #DB8915;
}
</style>
background-color css
<style>
a { background-color: #DB8915; }
a { background-color: rgb(219,137,21); }
div.DivClassName
{
background-color: #DB8915;
}
.BgClassName
{
background-color: #DB8915;
}
</style>
border-color css
<style>
span { border-color: #DB8915; }
span { border-color: rgb(219,137,21); }
td.TdClassName
{
border-color: #DB8915;
}
.TagClassName
{
border-color: #DB8915;
}
</style>