Shades of Gamboge #D39806
Tints of Gamboge #D39806
RGB
CMYK
RGB Variations
Color information
#D39806 (or 0xD39806) is known color: Gamboge. HEX triplet: D3, 98 and 06. RGB value is (211,152,6). Sum of RGB (Red+Green+Blue) = 211+152+6=369 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.18% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 6 (2.73% from 255 or 1.63% from 369); Max value from RGB is 211 - color contains mainly: red. Hex color #D39806 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39806 is #2C67F9. Grayscale: #999999. Windows color (decimal): -2910202 or 432339. OLE color: 432339.
HSL color Cylindrical-coordinate representation of color #D39806: hue angle of 42.73º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D39806 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 152 | 6 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.17 |
| HSL | 42.73º | 0.94% | 0.43% | - |
| HSV(B) | 42.73º | 0.97% | 0.83% | - |
| XYZ | 38.13 | 36.32 | 5.17 | - |
| YUV | 153 | 45.05 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 152 | 6 | 0 | 0.28 | 0.97 | 0.17 | 42.73 | 0.94 | 0.43 |
| Hex | D3 | 98 | 6 | 0 | 1C | 61 | 11 | 2B | 5E | 2B |
| Octal | 323 | 230 | 6 | 0 | 34 | 141 | 21 | 53 | 136 | 53 |
| Binary | 11010011 | 10011000 | 110 | 0 | 11100 | 1100001 | 10001 | 101011 | 1011110 | 101011 |
Color Harmonies of #D39806
Complementary color
Monochromatic Colors of #D39806
Black with #D39806
Text Example
Text Example
White with #D39806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39806; }
p { color: rgb(211,152,6); }
H1.HeaderClassName
{
color: #D39806;
}
.AnyTagClassName
{
color: #D39806;
}
</style>
background-color css
<style>
a { background-color: #D39806; }
a { background-color: rgb(211,152,6); }
div.DivClassName
{
background-color: #D39806;
}
.BgClassName
{
background-color: #D39806;
}
</style>
border-color css
<style>
span { border-color: #D39806; }
span { border-color: rgb(211,152,6); }
td.TdClassName
{
border-color: #D39806;
}
.TagClassName
{
border-color: #D39806;
}
</style>