Shades of Gamboge #DB9C06
Tints of Gamboge #DB9C06
RGB
CMYK
RGB Variations
Color information
#DB9C06 (or 0xDB9C06) is known color: Gamboge. HEX triplet: DB, 9C and 06. RGB value is (219,156,6). Sum of RGB (Red+Green+Blue) = 219+156+6=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 6 (2.73% from 255 or 1.57% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9C06 is #2463F9. Grayscale: #9E9E9E. Windows color (decimal): -2384890 or 433371. OLE color: 433371.
HSL color Cylindrical-coordinate representation of color #DB9C06: hue angle of 42.25º 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 #DB9C06 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 6 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.14 |
| HSL | 42.25º | 0.95% | 0.44% | - |
| HSV(B) | 42.25º | 0.97% | 0.86% | - |
| XYZ | 41.13 | 38.85 | 5.5 | - |
| YUV | 157.74 | 42.37 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 6 | 0 | 0.29 | 0.97 | 0.14 | 42.25 | 0.95 | 0.44 |
| Hex | DB | 9C | 6 | 0 | 1D | 61 | E | 2A | 5F | 2C |
| Octal | 333 | 234 | 6 | 0 | 35 | 141 | 16 | 52 | 137 | 54 |
| Binary | 11011011 | 10011100 | 110 | 0 | 11101 | 1100001 | 1110 | 101010 | 1011111 | 101100 |
Color Harmonies of #DB9C06
Complementary color
Monochromatic Colors of #DB9C06
Black with #DB9C06
Text Example
Text Example
White with #DB9C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9C06; }
p { color: rgb(219,156,6); }
H1.HeaderClassName
{
color: #DB9C06;
}
.AnyTagClassName
{
color: #DB9C06;
}
</style>
background-color css
<style>
a { background-color: #DB9C06; }
a { background-color: rgb(219,156,6); }
div.DivClassName
{
background-color: #DB9C06;
}
.BgClassName
{
background-color: #DB9C06;
}
</style>
border-color css
<style>
span { border-color: #DB9C06; }
span { border-color: rgb(219,156,6); }
td.TdClassName
{
border-color: #DB9C06;
}
.TagClassName
{
border-color: #DB9C06;
}
</style>