Shades of Gamboge #D2A40E
Tints of Gamboge #D2A40E
RGB
CMYK
RGB Variations
Color information
#D2A40E (or 0xD2A40E) is known color: Gamboge. HEX triplet: D2, A4 and 0E. RGB value is (210,164,14). Sum of RGB (Red+Green+Blue) = 210+164+14=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 164 (64.45% from 255 or 42.27% from 388); Blue value is 14 (5.86% from 255 or 3.61% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A40E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A40E is #2D5BF1. Grayscale: #A1A1A1. Windows color (decimal): -2972658 or 959698. OLE color: 959698.
HSL color Cylindrical-coordinate representation of color #D2A40E: hue angle of 45.92º 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 #D2A40E is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 164 | 14 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.18 |
| HSL | 45.92º | 0.88% | 0.44% | - |
| HSV(B) | 45.92º | 0.93% | 0.82% | - |
| XYZ | 39.93 | 40.28 | 6.09 | - |
| YUV | 160.65 | 45.24 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 164 | 14 | 0 | 0.22 | 0.93 | 0.18 | 45.92 | 0.88 | 0.44 |
| Hex | D2 | A4 | E | 0 | 16 | 5D | 12 | 2E | 58 | 2C |
| Octal | 322 | 244 | 16 | 0 | 26 | 135 | 22 | 56 | 130 | 54 |
| Binary | 11010010 | 10100100 | 1110 | 0 | 10110 | 1011101 | 10010 | 101110 | 1011000 | 101100 |
Color Harmonies of #D2A40E
Complementary color
Monochromatic Colors of #D2A40E
Black with #D2A40E
Text Example
Text Example
White with #D2A40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A40E; }
p { color: rgb(210,164,14); }
H1.HeaderClassName
{
color: #D2A40E;
}
.AnyTagClassName
{
color: #D2A40E;
}
</style>
background-color css
<style>
a { background-color: #D2A40E; }
a { background-color: rgb(210,164,14); }
div.DivClassName
{
background-color: #D2A40E;
}
.BgClassName
{
background-color: #D2A40E;
}
</style>
border-color css
<style>
span { border-color: #D2A40E; }
span { border-color: rgb(210,164,14); }
td.TdClassName
{
border-color: #D2A40E;
}
.TagClassName
{
border-color: #D2A40E;
}
</style>