Shades of Gamboge #D49210
Tints of Gamboge #D49210
RGB
CMYK
RGB Variations
Color information
#D49210 (or 0xD49210) is known color: Gamboge. HEX triplet: D4, 92 and 10. RGB value is (212,146,16). Sum of RGB (Red+Green+Blue) = 212+146+16=374 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.68% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 212 - color contains mainly: red. Hex color #D49210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49210 is #2B6DEF. Grayscale: #979797. Windows color (decimal): -2846192 or 1086164. OLE color: 1086164.
HSL color Cylindrical-coordinate representation of color #D49210: hue angle of 39.8º degrees, saturation: 0.86, 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 #D49210 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 146 | 16 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.17 |
| HSL | 39.8º | 0.86% | 0.45% | - |
| HSV(B) | 39.8º | 0.92% | 0.83% | - |
| XYZ | 37.52 | 34.59 | 5.19 | - |
| YUV | 150.91 | 51.87 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 146 | 16 | 0 | 0.31 | 0.92 | 0.17 | 39.8 | 0.86 | 0.45 |
| Hex | D4 | 92 | 10 | 0 | 1F | 5C | 11 | 28 | 56 | 2D |
| Octal | 324 | 222 | 20 | 0 | 37 | 134 | 21 | 50 | 126 | 55 |
| Binary | 11010100 | 10010010 | 10000 | 0 | 11111 | 1011100 | 10001 | 101000 | 1010110 | 101101 |
Color Harmonies of #D49210
Complementary color
Monochromatic Colors of #D49210
Black with #D49210
Text Example
Text Example
White with #D49210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49210; }
p { color: rgb(212,146,16); }
H1.HeaderClassName
{
color: #D49210;
}
.AnyTagClassName
{
color: #D49210;
}
</style>
background-color css
<style>
a { background-color: #D49210; }
a { background-color: rgb(212,146,16); }
div.DivClassName
{
background-color: #D49210;
}
.BgClassName
{
background-color: #D49210;
}
</style>
border-color css
<style>
span { border-color: #D49210; }
span { border-color: rgb(212,146,16); }
td.TdClassName
{
border-color: #D49210;
}
.TagClassName
{
border-color: #D49210;
}
</style>