Shades of Gamboge #DB8D15
Tints of Gamboge #DB8D15
RGB
CMYK
RGB Variations
Color information
#DB8D15 (or 0xDB8D15) is known color: Gamboge. HEX triplet: DB, 8D and 15. RGB value is (219,141,21). Sum of RGB (Red+Green+Blue) = 219+141+21=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 21 (8.59% from 255 or 5.51% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8D15 is #2472EA. Grayscale: #979797. Windows color (decimal): -2388715 or 1412571. OLE color: 1412571.
HSL color Cylindrical-coordinate representation of color #DB8D15: hue angle of 36.36º 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 #DB8D15 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 21 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.14 |
| HSL | 36.36º | 0.83% | 0.47% | - |
| HSV(B) | 36.36º | 0.9% | 0.86% | - |
| XYZ | 38.87 | 34.16 | 5.25 | - |
| YUV | 150.64 | 54.84 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 21 | 0 | 0.36 | 0.90 | 0.14 | 36.36 | 0.83 | 0.47 |
| Hex | DB | 8D | 15 | 0 | 24 | 5A | E | 24 | 52 | 2F |
| Octal | 333 | 215 | 25 | 0 | 44 | 132 | 16 | 44 | 122 | 57 |
| Binary | 11011011 | 10001101 | 10101 | 0 | 100100 | 1011010 | 1110 | 100100 | 1010010 | 101111 |
Color Harmonies of #DB8D15
Complementary color
Monochromatic Colors of #DB8D15
Black with #DB8D15
Text Example
Text Example
White with #DB8D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D15; }
p { color: rgb(219,141,21); }
H1.HeaderClassName
{
color: #DB8D15;
}
.AnyTagClassName
{
color: #DB8D15;
}
</style>
background-color css
<style>
a { background-color: #DB8D15; }
a { background-color: rgb(219,141,21); }
div.DivClassName
{
background-color: #DB8D15;
}
.BgClassName
{
background-color: #DB8D15;
}
</style>
border-color css
<style>
span { border-color: #DB8D15; }
span { border-color: rgb(219,141,21); }
td.TdClassName
{
border-color: #DB8D15;
}
.TagClassName
{
border-color: #DB8D15;
}
</style>