Shades of Gamboge #D49617
Tints of Gamboge #D49617
RGB
CMYK
RGB Variations
Color information
#D49617 (or 0xD49617) is known color: Gamboge. HEX triplet: D4, 96 and 17. RGB value is (212,150,23). Sum of RGB (Red+Green+Blue) = 212+150+23=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 23 (9.38% from 255 or 5.97% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D49617 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49617 is #2B69E8. Grayscale: #9A9A9A. Windows color (decimal): -2845161 or 1545940. OLE color: 1545940.
HSL color Cylindrical-coordinate representation of color #D49617: hue angle of 40.32º 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 #D49617 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 150 | 23 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.17 |
| HSL | 40.32º | 0.8% | 0.46% | - |
| HSV(B) | 40.32º | 0.89% | 0.83% | - |
| XYZ | 38.21 | 35.87 | 5.72 | - |
| YUV | 154.06 | 54.04 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 150 | 23 | 0 | 0.29 | 0.89 | 0.17 | 40.32 | 0.8 | 0.46 |
| Hex | D4 | 96 | 17 | 0 | 1D | 59 | 11 | 28 | 50 | 2E |
| Octal | 324 | 226 | 27 | 0 | 35 | 131 | 21 | 50 | 120 | 56 |
| Binary | 11010100 | 10010110 | 10111 | 0 | 11101 | 1011001 | 10001 | 101000 | 1010000 | 101110 |
Color Harmonies of #D49617
Complementary color
Monochromatic Colors of #D49617
Black with #D49617
Text Example
Text Example
White with #D49617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49617; }
p { color: rgb(212,150,23); }
H1.HeaderClassName
{
color: #D49617;
}
.AnyTagClassName
{
color: #D49617;
}
</style>
background-color css
<style>
a { background-color: #D49617; }
a { background-color: rgb(212,150,23); }
div.DivClassName
{
background-color: #D49617;
}
.BgClassName
{
background-color: #D49617;
}
</style>
border-color css
<style>
span { border-color: #D49617; }
span { border-color: rgb(212,150,23); }
td.TdClassName
{
border-color: #D49617;
}
.TagClassName
{
border-color: #D49617;
}
</style>