Shades of Gamboge #D49211
Tints of Gamboge #D49211
RGB
CMYK
RGB Variations
Color information
#D49211 (or 0xD49211) is known color: Gamboge. HEX triplet: D4, 92 and 11. RGB value is (212,146,17). Sum of RGB (Red+Green+Blue) = 212+146+17=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 17 (7.03% from 255 or 4.53% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D49211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49211 is #2B6DEE. Grayscale: #979797. Windows color (decimal): -2846191 or 1151700. OLE color: 1151700.
HSL color Cylindrical-coordinate representation of color #D49211: hue angle of 39.69º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D49211 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 17 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.17 |
| HSL | 39.69º | 0.85% | 0.45% | - |
| HSV(B) | 39.69º | 0.92% | 0.83% | - |
| XYZ | 37.53 | 34.6 | 5.23 | - |
| YUV | 151.03 | 52.37 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 17 | 0 | 0.31 | 0.92 | 0.17 | 39.69 | 0.85 | 0.45 |
| Hex | D4 | 92 | 11 | 0 | 1F | 5C | 11 | 28 | 55 | 2D |
| Octal | 324 | 222 | 21 | 0 | 37 | 134 | 21 | 50 | 125 | 55 |
| Binary | 11010100 | 10010010 | 10001 | 0 | 11111 | 1011100 | 10001 | 101000 | 1010101 | 101101 |
Color Harmonies of #D49211
Complementary color
Monochromatic Colors of #D49211
Black with #D49211
Text Example
Text Example
White with #D49211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49211; }
p { color: rgb(212,146,17); }
H1.HeaderClassName
{
color: #D49211;
}
.AnyTagClassName
{
color: #D49211;
}
</style>
background-color css
<style>
a { background-color: #D49211; }
a { background-color: rgb(212,146,17); }
div.DivClassName
{
background-color: #D49211;
}
.BgClassName
{
background-color: #D49211;
}
</style>
border-color css
<style>
span { border-color: #D49211; }
span { border-color: rgb(212,146,17); }
td.TdClassName
{
border-color: #D49211;
}
.TagClassName
{
border-color: #D49211;
}
</style>