Shades of Gamboge #DB9D06
Tints of Gamboge #DB9D06
RGB
CMYK
RGB Variations
Color information
#DB9D06 (or 0xDB9D06) is known color: Gamboge. HEX triplet: DB, 9D and 06. RGB value is (219,157,6). Sum of RGB (Red+Green+Blue) = 219+157+6=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 6 (2.73% from 255 or 1.57% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9D06 is #2462F9. Grayscale: #9E9E9E. Windows color (decimal): -2384634 or 433627. OLE color: 433627.
HSL color Cylindrical-coordinate representation of color #DB9D06: hue angle of 42.54º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB9D06 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 6 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.14 |
| HSL | 42.54º | 0.95% | 0.44% | - |
| HSV(B) | 42.54º | 0.97% | 0.86% | - |
| XYZ | 41.3 | 39.19 | 5.56 | - |
| YUV | 158.32 | 42.04 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 6 | 0 | 0.28 | 0.97 | 0.14 | 42.54 | 0.95 | 0.44 |
| Hex | DB | 9D | 6 | 0 | 1C | 61 | E | 2B | 5F | 2C |
| Octal | 333 | 235 | 6 | 0 | 34 | 141 | 16 | 53 | 137 | 54 |
| Binary | 11011011 | 10011101 | 110 | 0 | 11100 | 1100001 | 1110 | 101011 | 1011111 | 101100 |
Color Harmonies of #DB9D06
Complementary color
Monochromatic Colors of #DB9D06
Black with #DB9D06
Text Example
Text Example
White with #DB9D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9D06; }
p { color: rgb(219,157,6); }
H1.HeaderClassName
{
color: #DB9D06;
}
.AnyTagClassName
{
color: #DB9D06;
}
</style>
background-color css
<style>
a { background-color: #DB9D06; }
a { background-color: rgb(219,157,6); }
div.DivClassName
{
background-color: #DB9D06;
}
.BgClassName
{
background-color: #DB9D06;
}
</style>
border-color css
<style>
span { border-color: #DB9D06; }
span { border-color: rgb(219,157,6); }
td.TdClassName
{
border-color: #DB9D06;
}
.TagClassName
{
border-color: #DB9D06;
}
</style>