Shades of Gamboge #D49506
Tints of Gamboge #D49506
RGB
CMYK
RGB Variations
Color information
#D49506 (or 0xD49506) is known color: Gamboge. HEX triplet: D4, 95 and 06. RGB value is (212,149,6). Sum of RGB (Red+Green+Blue) = 212+149+6=367 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.77% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 6 (2.73% from 255 or 1.63% from 367); Max value from RGB is 212 - color contains mainly: red. Hex color #D49506 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49506 is #2B6AF9. Grayscale: #989898. Windows color (decimal): -2845434 or 431572. OLE color: 431572.
HSL color Cylindrical-coordinate representation of color #D49506: hue angle of 41.65º 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 #D49506 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 149 | 6 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.17 |
| HSL | 41.65º | 0.94% | 0.43% | - |
| HSV(B) | 41.65º | 0.97% | 0.83% | - |
| XYZ | 37.93 | 35.51 | 5.03 | - |
| YUV | 151.54 | 45.87 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 6 | 0 | 0.30 | 0.97 | 0.17 | 41.65 | 0.94 | 0.43 |
| Hex | D4 | 95 | 6 | 0 | 1E | 61 | 11 | 2A | 5E | 2B |
| Octal | 324 | 225 | 6 | 0 | 36 | 141 | 21 | 52 | 136 | 53 |
| Binary | 11010100 | 10010101 | 110 | 0 | 11110 | 1100001 | 10001 | 101010 | 1011110 | 101011 |
Color Harmonies of #D49506
Complementary color
Monochromatic Colors of #D49506
Black with #D49506
Text Example
Text Example
White with #D49506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49506; }
p { color: rgb(212,149,6); }
H1.HeaderClassName
{
color: #D49506;
}
.AnyTagClassName
{
color: #D49506;
}
</style>
background-color css
<style>
a { background-color: #D49506; }
a { background-color: rgb(212,149,6); }
div.DivClassName
{
background-color: #D49506;
}
.BgClassName
{
background-color: #D49506;
}
</style>
border-color css
<style>
span { border-color: #D49506; }
span { border-color: rgb(212,149,6); }
td.TdClassName
{
border-color: #D49506;
}
.TagClassName
{
border-color: #D49506;
}
</style>