Shades of Gamboge #DB9418
Tints of Gamboge #DB9418
RGB
CMYK
RGB Variations
Color information
#DB9418 (or 0xDB9418) is known color: Gamboge. HEX triplet: DB, 94 and 18. RGB value is (219,148,24). Sum of RGB (Red+Green+Blue) = 219+148+24=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 24 (9.77% from 255 or 6.14% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9418 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9418 is #246BE7. Grayscale: #9B9B9B. Windows color (decimal): -2386920 or 1610971. OLE color: 1610971.
HSL color Cylindrical-coordinate representation of color #DB9418: hue angle of 38.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB9418 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 24 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.14 |
| HSL | 38.15º | 0.8% | 0.48% | - |
| HSV(B) | 38.15º | 0.89% | 0.86% | - |
| XYZ | 39.97 | 36.31 | 5.77 | - |
| YUV | 155.09 | 54.02 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 24 | 0 | 0.32 | 0.89 | 0.14 | 38.15 | 0.8 | 0.48 |
| Hex | DB | 94 | 18 | 0 | 20 | 59 | E | 26 | 50 | 30 |
| Octal | 333 | 224 | 30 | 0 | 40 | 131 | 16 | 46 | 120 | 60 |
| Binary | 11011011 | 10010100 | 11000 | 0 | 100000 | 1011001 | 1110 | 100110 | 1010000 | 110000 |
Color Harmonies of #DB9418
Complementary color
Monochromatic Colors of #DB9418
Black with #DB9418
Text Example
Text Example
White with #DB9418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9418; }
p { color: rgb(219,148,24); }
H1.HeaderClassName
{
color: #DB9418;
}
.AnyTagClassName
{
color: #DB9418;
}
</style>
background-color css
<style>
a { background-color: #DB9418; }
a { background-color: rgb(219,148,24); }
div.DivClassName
{
background-color: #DB9418;
}
.BgClassName
{
background-color: #DB9418;
}
</style>
border-color css
<style>
span { border-color: #DB9418; }
span { border-color: rgb(219,148,24); }
td.TdClassName
{
border-color: #DB9418;
}
.TagClassName
{
border-color: #DB9418;
}
</style>