Shades of Gamboge #DB9408
Tints of Gamboge #DB9408
RGB
CMYK
RGB Variations
Color information
#DB9408 (or 0xDB9408) is known color: Gamboge. HEX triplet: DB, 94 and 08. RGB value is (219,148,8). Sum of RGB (Red+Green+Blue) = 219+148+8=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 8 (3.52% from 255 or 2.13% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9408 is #246BF7. Grayscale: #999999. Windows color (decimal): -2386936 or 562395. OLE color: 562395.
HSL color Cylindrical-coordinate representation of color #DB9408: hue angle of 39.81º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB9408 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 8 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.14 |
| HSL | 39.81º | 0.93% | 0.45% | - |
| HSV(B) | 39.81º | 0.96% | 0.86% | - |
| XYZ | 39.85 | 36.26 | 5.13 | - |
| YUV | 153.27 | 46.02 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 8 | 0 | 0.32 | 0.96 | 0.14 | 39.81 | 0.93 | 0.45 |
| Hex | DB | 94 | 8 | 0 | 20 | 60 | E | 28 | 5D | 2D |
| Octal | 333 | 224 | 10 | 0 | 40 | 140 | 16 | 50 | 135 | 55 |
| Binary | 11011011 | 10010100 | 1000 | 0 | 100000 | 1100000 | 1110 | 101000 | 1011101 | 101101 |
Color Harmonies of #DB9408
Complementary color
Monochromatic Colors of #DB9408
Black with #DB9408
Text Example
Text Example
White with #DB9408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9408; }
p { color: rgb(219,148,8); }
H1.HeaderClassName
{
color: #DB9408;
}
.AnyTagClassName
{
color: #DB9408;
}
</style>
background-color css
<style>
a { background-color: #DB9408; }
a { background-color: rgb(219,148,8); }
div.DivClassName
{
background-color: #DB9408;
}
.BgClassName
{
background-color: #DB9408;
}
</style>
border-color css
<style>
span { border-color: #DB9408; }
span { border-color: rgb(219,148,8); }
td.TdClassName
{
border-color: #DB9408;
}
.TagClassName
{
border-color: #DB9408;
}
</style>