Shades of Gamboge #DB8706
Tints of Gamboge #DB8706
RGB
CMYK
RGB Variations
Color information
#DB8706 (or 0xDB8706) is known color: Gamboge. HEX triplet: DB, 87 and 06. RGB value is (219,135,6). Sum of RGB (Red+Green+Blue) = 219+135+6=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 6 (2.73% from 255 or 1.67% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8706 is #2478F9. Grayscale: #929292. Windows color (decimal): -2390266 or 427995. OLE color: 427995.
HSL color Cylindrical-coordinate representation of color #DB8706: hue angle of 36.34º 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 #DB8706 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 6 | - |
| CMYK | 0 | 0.38 | 0.97 | 0.14 |
| HSL | 36.34º | 0.95% | 0.44% | - |
| HSV(B) | 36.34º | 0.97% | 0.86% | - |
| XYZ | 37.91 | 32.4 | 4.43 | - |
| YUV | 145.41 | 49.33 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 6 | 0 | 0.38 | 0.97 | 0.14 | 36.34 | 0.95 | 0.44 |
| Hex | DB | 87 | 6 | 0 | 26 | 61 | E | 24 | 5F | 2C |
| Octal | 333 | 207 | 6 | 0 | 46 | 141 | 16 | 44 | 137 | 54 |
| Binary | 11011011 | 10000111 | 110 | 0 | 100110 | 1100001 | 1110 | 100100 | 1011111 | 101100 |
Color Harmonies of #DB8706
Complementary color
Monochromatic Colors of #DB8706
Black with #DB8706
Text Example
Text Example
White with #DB8706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8706; }
p { color: rgb(219,135,6); }
H1.HeaderClassName
{
color: #DB8706;
}
.AnyTagClassName
{
color: #DB8706;
}
</style>
background-color css
<style>
a { background-color: #DB8706; }
a { background-color: rgb(219,135,6); }
div.DivClassName
{
background-color: #DB8706;
}
.BgClassName
{
background-color: #DB8706;
}
</style>
border-color css
<style>
span { border-color: #DB8706; }
span { border-color: rgb(219,135,6); }
td.TdClassName
{
border-color: #DB8706;
}
.TagClassName
{
border-color: #DB8706;
}
</style>