Shades of Gamboge #D49B16
Tints of Gamboge #D49B16
RGB
CMYK
RGB Variations
Color information
#D49B16 (or 0xD49B16) is known color: Gamboge. HEX triplet: D4, 9B and 16. RGB value is (212,155,22). Sum of RGB (Red+Green+Blue) = 212+155+22=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 22 (8.98% from 255 or 5.66% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D49B16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49B16 is #2B64E9. Grayscale: #9D9D9D. Windows color (decimal): -2843882 or 1481684. OLE color: 1481684.
HSL color Cylindrical-coordinate representation of color #D49B16: hue angle of 42º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D49B16 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 155 | 22 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.17 |
| HSL | 42º | 0.81% | 0.46% | - |
| HSV(B) | 42º | 0.9% | 0.83% | - |
| XYZ | 39.02 | 37.5 | 5.94 | - |
| YUV | 156.88 | 51.88 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 155 | 22 | 0 | 0.27 | 0.90 | 0.17 | 42 | 0.81 | 0.46 |
| Hex | D4 | 9B | 16 | 0 | 1B | 5A | 11 | 2A | 51 | 2E |
| Octal | 324 | 233 | 26 | 0 | 33 | 132 | 21 | 52 | 121 | 56 |
| Binary | 11010100 | 10011011 | 10110 | 0 | 11011 | 1011010 | 10001 | 101010 | 1010001 | 101110 |
Color Harmonies of #D49B16
Complementary color
Monochromatic Colors of #D49B16
Black with #D49B16
Text Example
Text Example
White with #D49B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49B16; }
p { color: rgb(212,155,22); }
H1.HeaderClassName
{
color: #D49B16;
}
.AnyTagClassName
{
color: #D49B16;
}
</style>
background-color css
<style>
a { background-color: #D49B16; }
a { background-color: rgb(212,155,22); }
div.DivClassName
{
background-color: #D49B16;
}
.BgClassName
{
background-color: #D49B16;
}
</style>
border-color css
<style>
span { border-color: #D49B16; }
span { border-color: rgb(212,155,22); }
td.TdClassName
{
border-color: #D49B16;
}
.TagClassName
{
border-color: #D49B16;
}
</style>