Shades of Gamboge #D49116
Tints of Gamboge #D49116
RGB
CMYK
RGB Variations
Color information
#D49116 (or 0xD49116) is known color: Gamboge. HEX triplet: D4, 91 and 16. RGB value is (212,145,22). Sum of RGB (Red+Green+Blue) = 212+145+22=379 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.94% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 22 (8.98% from 255 or 5.80% from 379); Max value from RGB is 212 - color contains mainly: red. Hex color #D49116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49116 is #2B6EE9. Grayscale: #979797. Windows color (decimal): -2846442 or 1479124. OLE color: 1479124.
HSL color Cylindrical-coordinate representation of color #D49116: hue angle of 38.84º 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 #D49116 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 145 | 22 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.17 |
| HSL | 38.84º | 0.81% | 0.46% | - |
| HSV(B) | 38.84º | 0.9% | 0.83% | - |
| XYZ | 37.42 | 34.31 | 5.41 | - |
| YUV | 151.01 | 55.2 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 145 | 22 | 0 | 0.32 | 0.90 | 0.17 | 38.84 | 0.81 | 0.46 |
| Hex | D4 | 91 | 16 | 0 | 20 | 5A | 11 | 27 | 51 | 2E |
| Octal | 324 | 221 | 26 | 0 | 40 | 132 | 21 | 47 | 121 | 56 |
| Binary | 11010100 | 10010001 | 10110 | 0 | 100000 | 1011010 | 10001 | 100111 | 1010001 | 101110 |
Color Harmonies of #D49116
Complementary color
Monochromatic Colors of #D49116
Black with #D49116
Text Example
Text Example
White with #D49116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49116; }
p { color: rgb(212,145,22); }
H1.HeaderClassName
{
color: #D49116;
}
.AnyTagClassName
{
color: #D49116;
}
</style>
background-color css
<style>
a { background-color: #D49116; }
a { background-color: rgb(212,145,22); }
div.DivClassName
{
background-color: #D49116;
}
.BgClassName
{
background-color: #D49116;
}
</style>
border-color css
<style>
span { border-color: #D49116; }
span { border-color: rgb(212,145,22); }
td.TdClassName
{
border-color: #D49116;
}
.TagClassName
{
border-color: #D49116;
}
</style>