Shades of Gamboge #D8A210
Tints of Gamboge #D8A210
RGB
CMYK
RGB Variations
Color information
#D8A210 (or 0xD8A210) is known color: Gamboge. HEX triplet: D8, A2 and 10. RGB value is (216,162,16). Sum of RGB (Red+Green+Blue) = 216+162+16=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 16 (6.64% from 255 or 4.06% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A210 is #275DEF. Grayscale: #A2A2A2. Windows color (decimal): -2579952 or 1090264. OLE color: 1090264.
HSL color Cylindrical-coordinate representation of color #D8A210: hue angle of 43.8º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8A210 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 162 | 16 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.15 |
| HSL | 43.8º | 0.86% | 0.45% | - |
| HSV(B) | 43.8º | 0.93% | 0.85% | - |
| XYZ | 41.33 | 40.48 | 6.12 | - |
| YUV | 161.5 | 45.89 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 162 | 16 | 0 | 0.25 | 0.93 | 0.15 | 43.8 | 0.86 | 0.45 |
| Hex | D8 | A2 | 10 | 0 | 19 | 5D | F | 2C | 56 | 2D |
| Octal | 330 | 242 | 20 | 0 | 31 | 135 | 17 | 54 | 126 | 55 |
| Binary | 11011000 | 10100010 | 10000 | 0 | 11001 | 1011101 | 1111 | 101100 | 1010110 | 101101 |
Color Harmonies of #D8A210
Complementary color
Monochromatic Colors of #D8A210
Black with #D8A210
Text Example
Text Example
White with #D8A210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A210; }
p { color: rgb(216,162,16); }
H1.HeaderClassName
{
color: #D8A210;
}
.AnyTagClassName
{
color: #D8A210;
}
</style>
background-color css
<style>
a { background-color: #D8A210; }
a { background-color: rgb(216,162,16); }
div.DivClassName
{
background-color: #D8A210;
}
.BgClassName
{
background-color: #D8A210;
}
</style>
border-color css
<style>
span { border-color: #D8A210; }
span { border-color: rgb(216,162,16); }
td.TdClassName
{
border-color: #D8A210;
}
.TagClassName
{
border-color: #D8A210;
}
</style>