Shades of Gamboge #D49517
Tints of Gamboge #D49517
RGB
CMYK
RGB Variations
Color information
#D49517 (or 0xD49517) is known color: Gamboge. HEX triplet: D4, 95 and 17. RGB value is (212,149,23). Sum of RGB (Red+Green+Blue) = 212+149+23=384 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.21% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 23 (9.38% from 255 or 5.99% from 384); Max value from RGB is 212 - color contains mainly: red. Hex color #D49517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49517 is #2B6AE8. Grayscale: #9A9A9A. Windows color (decimal): -2845417 or 1545684. OLE color: 1545684.
HSL color Cylindrical-coordinate representation of color #D49517: hue angle of 40º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D49517 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 149 | 23 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.17 |
| HSL | 40º | 0.8% | 0.46% | - |
| HSV(B) | 40º | 0.89% | 0.83% | - |
| XYZ | 38.05 | 35.55 | 5.67 | - |
| YUV | 153.47 | 54.37 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 23 | 0 | 0.30 | 0.89 | 0.17 | 40 | 0.8 | 0.46 |
| Hex | D4 | 95 | 17 | 0 | 1E | 59 | 11 | 28 | 50 | 2E |
| Octal | 324 | 225 | 27 | 0 | 36 | 131 | 21 | 50 | 120 | 56 |
| Binary | 11010100 | 10010101 | 10111 | 0 | 11110 | 1011001 | 10001 | 101000 | 1010000 | 101110 |
Color Harmonies of #D49517
Complementary color
Monochromatic Colors of #D49517
Black with #D49517
Text Example
Text Example
White with #D49517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49517; }
p { color: rgb(212,149,23); }
H1.HeaderClassName
{
color: #D49517;
}
.AnyTagClassName
{
color: #D49517;
}
</style>
background-color css
<style>
a { background-color: #D49517; }
a { background-color: rgb(212,149,23); }
div.DivClassName
{
background-color: #D49517;
}
.BgClassName
{
background-color: #D49517;
}
</style>
border-color css
<style>
span { border-color: #D49517; }
span { border-color: rgb(212,149,23); }
td.TdClassName
{
border-color: #D49517;
}
.TagClassName
{
border-color: #D49517;
}
</style>