Shades of Gamboge #DB9D08
Tints of Gamboge #DB9D08
RGB
CMYK
RGB Variations
Color information
#DB9D08 (or 0xDB9D08) is known color: Gamboge. HEX triplet: DB, 9D and 08. RGB value is (219,157,8). Sum of RGB (Red+Green+Blue) = 219+157+8=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 8 (3.52% from 255 or 2.08% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9D08 is #2462F7. Grayscale: #9F9F9F. Windows color (decimal): -2384632 or 564699. OLE color: 564699.
HSL color Cylindrical-coordinate representation of color #DB9D08: hue angle of 42.37º 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 #DB9D08 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 8 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.14 |
| HSL | 42.37º | 0.93% | 0.45% | - |
| HSV(B) | 42.37º | 0.96% | 0.86% | - |
| XYZ | 41.31 | 39.19 | 5.62 | - |
| YUV | 158.55 | 43.04 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 8 | 0 | 0.28 | 0.96 | 0.14 | 42.37 | 0.93 | 0.45 |
| Hex | DB | 9D | 8 | 0 | 1C | 60 | E | 2A | 5D | 2D |
| Octal | 333 | 235 | 10 | 0 | 34 | 140 | 16 | 52 | 135 | 55 |
| Binary | 11011011 | 10011101 | 1000 | 0 | 11100 | 1100000 | 1110 | 101010 | 1011101 | 101101 |
Color Harmonies of #DB9D08
Complementary color
Monochromatic Colors of #DB9D08
Black with #DB9D08
Text Example
Text Example
White with #DB9D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9D08; }
p { color: rgb(219,157,8); }
H1.HeaderClassName
{
color: #DB9D08;
}
.AnyTagClassName
{
color: #DB9D08;
}
</style>
background-color css
<style>
a { background-color: #DB9D08; }
a { background-color: rgb(219,157,8); }
div.DivClassName
{
background-color: #DB9D08;
}
.BgClassName
{
background-color: #DB9D08;
}
</style>
border-color css
<style>
span { border-color: #DB9D08; }
span { border-color: rgb(219,157,8); }
td.TdClassName
{
border-color: #DB9D08;
}
.TagClassName
{
border-color: #DB9D08;
}
</style>