Shades of Gamboge #D49416
Tints of Gamboge #D49416
RGB
CMYK
RGB Variations
Color information
#D49416 (or 0xD49416) is known color: Gamboge. HEX triplet: D4, 94 and 16. RGB value is (212,148,22). Sum of RGB (Red+Green+Blue) = 212+148+22=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 22 (8.98% from 255 or 5.76% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D49416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49416 is #2B6BE9. Grayscale: #999999. Windows color (decimal): -2845674 or 1479892. OLE color: 1479892.
HSL color Cylindrical-coordinate representation of color #D49416: hue angle of 39.79º 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 #D49416 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 148 | 22 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.17 |
| HSL | 39.79º | 0.81% | 0.46% | - |
| HSV(B) | 39.79º | 0.9% | 0.83% | - |
| XYZ | 37.89 | 35.23 | 5.56 | - |
| YUV | 152.77 | 54.2 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 148 | 22 | 0 | 0.30 | 0.90 | 0.17 | 39.79 | 0.81 | 0.46 |
| Hex | D4 | 94 | 16 | 0 | 1E | 5A | 11 | 28 | 51 | 2E |
| Octal | 324 | 224 | 26 | 0 | 36 | 132 | 21 | 50 | 121 | 56 |
| Binary | 11010100 | 10010100 | 10110 | 0 | 11110 | 1011010 | 10001 | 101000 | 1010001 | 101110 |
Color Harmonies of #D49416
Complementary color
Monochromatic Colors of #D49416
Black with #D49416
Text Example
Text Example
White with #D49416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49416; }
p { color: rgb(212,148,22); }
H1.HeaderClassName
{
color: #D49416;
}
.AnyTagClassName
{
color: #D49416;
}
</style>
background-color css
<style>
a { background-color: #D49416; }
a { background-color: rgb(212,148,22); }
div.DivClassName
{
background-color: #D49416;
}
.BgClassName
{
background-color: #D49416;
}
</style>
border-color css
<style>
span { border-color: #D49416; }
span { border-color: rgb(212,148,22); }
td.TdClassName
{
border-color: #D49416;
}
.TagClassName
{
border-color: #D49416;
}
</style>