Shades of Gamboge #D2A20E
Tints of Gamboge #D2A20E
RGB
CMYK
RGB Variations
Color information
#D2A20E (or 0xD2A20E) is known color: Gamboge. HEX triplet: D2, A2 and 0E. RGB value is (210,162,14). Sum of RGB (Red+Green+Blue) = 210+162+14=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 14 (5.86% from 255 or 3.63% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A20E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A20E is #2D5DF1. Grayscale: #A0A0A0. Windows color (decimal): -2973170 or 959186. OLE color: 959186.
HSL color Cylindrical-coordinate representation of color #D2A20E: hue angle of 45.31º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2A20E is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 162 | 14 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.18 |
| HSL | 45.31º | 0.88% | 0.44% | - |
| HSV(B) | 45.31º | 0.93% | 0.82% | - |
| XYZ | 39.58 | 39.57 | 5.97 | - |
| YUV | 159.48 | 45.9 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 162 | 14 | 0 | 0.23 | 0.93 | 0.18 | 45.31 | 0.88 | 0.44 |
| Hex | D2 | A2 | E | 0 | 17 | 5D | 12 | 2D | 58 | 2C |
| Octal | 322 | 242 | 16 | 0 | 27 | 135 | 22 | 55 | 130 | 54 |
| Binary | 11010010 | 10100010 | 1110 | 0 | 10111 | 1011101 | 10010 | 101101 | 1011000 | 101100 |
Color Harmonies of #D2A20E
Complementary color
Monochromatic Colors of #D2A20E
Black with #D2A20E
Text Example
Text Example
White with #D2A20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A20E; }
p { color: rgb(210,162,14); }
H1.HeaderClassName
{
color: #D2A20E;
}
.AnyTagClassName
{
color: #D2A20E;
}
</style>
background-color css
<style>
a { background-color: #D2A20E; }
a { background-color: rgb(210,162,14); }
div.DivClassName
{
background-color: #D2A20E;
}
.BgClassName
{
background-color: #D2A20E;
}
</style>
border-color css
<style>
span { border-color: #D2A20E; }
span { border-color: rgb(210,162,14); }
td.TdClassName
{
border-color: #D2A20E;
}
.TagClassName
{
border-color: #D2A20E;
}
</style>