Shades of Gamboge #DB9608
Tints of Gamboge #DB9608
RGB
CMYK
RGB Variations
Color information
#DB9608 (or 0xDB9608) is known color: Gamboge. HEX triplet: DB, 96 and 08. RGB value is (219,150,8). Sum of RGB (Red+Green+Blue) = 219+150+8=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 8 (3.52% from 255 or 2.12% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9608 is #2469F7. Grayscale: #9B9B9B. Windows color (decimal): -2386424 or 562907. OLE color: 562907.
HSL color Cylindrical-coordinate representation of color #DB9608: hue angle of 40.38º 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 #DB9608 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 8 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.14 |
| HSL | 40.38º | 0.93% | 0.45% | - |
| HSV(B) | 40.38º | 0.96% | 0.86% | - |
| XYZ | 40.16 | 36.89 | 5.23 | - |
| YUV | 154.44 | 45.36 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 8 | 0 | 0.32 | 0.96 | 0.14 | 40.38 | 0.93 | 0.45 |
| Hex | DB | 96 | 8 | 0 | 20 | 60 | E | 28 | 5D | 2D |
| Octal | 333 | 226 | 10 | 0 | 40 | 140 | 16 | 50 | 135 | 55 |
| Binary | 11011011 | 10010110 | 1000 | 0 | 100000 | 1100000 | 1110 | 101000 | 1011101 | 101101 |
Color Harmonies of #DB9608
Complementary color
Monochromatic Colors of #DB9608
Black with #DB9608
Text Example
Text Example
White with #DB9608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9608; }
p { color: rgb(219,150,8); }
H1.HeaderClassName
{
color: #DB9608;
}
.AnyTagClassName
{
color: #DB9608;
}
</style>
background-color css
<style>
a { background-color: #DB9608; }
a { background-color: rgb(219,150,8); }
div.DivClassName
{
background-color: #DB9608;
}
.BgClassName
{
background-color: #DB9608;
}
</style>
border-color css
<style>
span { border-color: #DB9608; }
span { border-color: rgb(219,150,8); }
td.TdClassName
{
border-color: #DB9608;
}
.TagClassName
{
border-color: #DB9608;
}
</style>