Shades of Gamboge #D49806
Tints of Gamboge #D49806
RGB
CMYK
RGB Variations
Color information
#D49806 (or 0xD49806) is known color: Gamboge. HEX triplet: D4, 98 and 06. RGB value is (212,152,6). Sum of RGB (Red+Green+Blue) = 212+152+6=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 6 (2.73% from 255 or 1.62% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D49806 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49806 is #2B67F9. Grayscale: #999999. Windows color (decimal): -2844666 or 432340. OLE color: 432340.
HSL color Cylindrical-coordinate representation of color #D49806: hue angle of 42.52º 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 #D49806 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 152 | 6 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.17 |
| HSL | 42.52º | 0.94% | 0.43% | - |
| HSV(B) | 42.52º | 0.97% | 0.83% | - |
| XYZ | 38.41 | 36.47 | 5.19 | - |
| YUV | 153.3 | 44.88 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 152 | 6 | 0 | 0.28 | 0.97 | 0.17 | 42.52 | 0.94 | 0.43 |
| Hex | D4 | 98 | 6 | 0 | 1C | 61 | 11 | 2B | 5E | 2B |
| Octal | 324 | 230 | 6 | 0 | 34 | 141 | 21 | 53 | 136 | 53 |
| Binary | 11010100 | 10011000 | 110 | 0 | 11100 | 1100001 | 10001 | 101011 | 1011110 | 101011 |
Color Harmonies of #D49806
Complementary color
Monochromatic Colors of #D49806
Black with #D49806
Text Example
Text Example
White with #D49806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49806; }
p { color: rgb(212,152,6); }
H1.HeaderClassName
{
color: #D49806;
}
.AnyTagClassName
{
color: #D49806;
}
</style>
background-color css
<style>
a { background-color: #D49806; }
a { background-color: rgb(212,152,6); }
div.DivClassName
{
background-color: #D49806;
}
.BgClassName
{
background-color: #D49806;
}
</style>
border-color css
<style>
span { border-color: #D49806; }
span { border-color: rgb(212,152,6); }
td.TdClassName
{
border-color: #D49806;
}
.TagClassName
{
border-color: #D49806;
}
</style>