Shades of Gamboge #DB8D17
Tints of Gamboge #DB8D17
RGB
CMYK
RGB Variations
Color information
#DB8D17 (or 0xDB8D17) is known color: Gamboge. HEX triplet: DB, 8D and 17. RGB value is (219,141,23). Sum of RGB (Red+Green+Blue) = 219+141+23=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 23 (9.38% from 255 or 6.01% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8D17 is #2472E8. Grayscale: #979797. Windows color (decimal): -2388713 or 1543643. OLE color: 1543643.
HSL color Cylindrical-coordinate representation of color #DB8D17: hue angle of 36.12º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB8D17 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 23 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.14 |
| HSL | 36.12º | 0.81% | 0.47% | - |
| HSV(B) | 36.12º | 0.89% | 0.86% | - |
| XYZ | 38.89 | 34.17 | 5.36 | - |
| YUV | 150.87 | 55.84 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 23 | 0 | 0.36 | 0.89 | 0.14 | 36.12 | 0.81 | 0.47 |
| Hex | DB | 8D | 17 | 0 | 24 | 59 | E | 24 | 51 | 2F |
| Octal | 333 | 215 | 27 | 0 | 44 | 131 | 16 | 44 | 121 | 57 |
| Binary | 11011011 | 10001101 | 10111 | 0 | 100100 | 1011001 | 1110 | 100100 | 1010001 | 101111 |
Color Harmonies of #DB8D17
Complementary color
Monochromatic Colors of #DB8D17
Black with #DB8D17
Text Example
Text Example
White with #DB8D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D17; }
p { color: rgb(219,141,23); }
H1.HeaderClassName
{
color: #DB8D17;
}
.AnyTagClassName
{
color: #DB8D17;
}
</style>
background-color css
<style>
a { background-color: #DB8D17; }
a { background-color: rgb(219,141,23); }
div.DivClassName
{
background-color: #DB8D17;
}
.BgClassName
{
background-color: #DB8D17;
}
</style>
border-color css
<style>
span { border-color: #DB8D17; }
span { border-color: rgb(219,141,23); }
td.TdClassName
{
border-color: #DB8D17;
}
.TagClassName
{
border-color: #DB8D17;
}
</style>