Shades of Gamboge #D4A210
Tints of Gamboge #D4A210
RGB
CMYK
RGB Variations
Color information
#D4A210 (or 0xD4A210) is known color: Gamboge. HEX triplet: D4, A2 and 10. RGB value is (212,162,16). Sum of RGB (Red+Green+Blue) = 212+162+16=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 16 (6.64% from 255 or 4.10% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A210 is #2B5DEF. Grayscale: #A0A0A0. Windows color (decimal): -2842096 or 1090260. OLE color: 1090260.
HSL color Cylindrical-coordinate representation of color #D4A210: hue angle of 44.69º 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 #D4A210 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 162 | 16 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.17 |
| HSL | 44.69º | 0.86% | 0.45% | - |
| HSV(B) | 44.69º | 0.92% | 0.83% | - |
| XYZ | 40.17 | 39.88 | 6.07 | - |
| YUV | 160.31 | 46.57 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 162 | 16 | 0 | 0.24 | 0.92 | 0.17 | 44.69 | 0.86 | 0.45 |
| Hex | D4 | A2 | 10 | 0 | 18 | 5C | 11 | 2D | 56 | 2D |
| Octal | 324 | 242 | 20 | 0 | 30 | 134 | 21 | 55 | 126 | 55 |
| Binary | 11010100 | 10100010 | 10000 | 0 | 11000 | 1011100 | 10001 | 101101 | 1010110 | 101101 |
Color Harmonies of #D4A210
Complementary color
Monochromatic Colors of #D4A210
Black with #D4A210
Text Example
Text Example
White with #D4A210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A210; }
p { color: rgb(212,162,16); }
H1.HeaderClassName
{
color: #D4A210;
}
.AnyTagClassName
{
color: #D4A210;
}
</style>
background-color css
<style>
a { background-color: #D4A210; }
a { background-color: rgb(212,162,16); }
div.DivClassName
{
background-color: #D4A210;
}
.BgClassName
{
background-color: #D4A210;
}
</style>
border-color css
<style>
span { border-color: #D4A210; }
span { border-color: rgb(212,162,16); }
td.TdClassName
{
border-color: #D4A210;
}
.TagClassName
{
border-color: #D4A210;
}
</style>