Shades of Gamboge #D1A30E
Tints of Gamboge #D1A30E
RGB
CMYK
RGB Variations
Color information
#D1A30E (or 0xD1A30E) is known color: Gamboge. HEX triplet: D1, A3 and 0E. RGB value is (209,163,14). Sum of RGB (Red+Green+Blue) = 209+163+14=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 14 (5.86% from 255 or 3.63% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A30E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A30E is #2E5CF1. Grayscale: #A0A0A0. Windows color (decimal): -3038450 or 959441. OLE color: 959441.
HSL color Cylindrical-coordinate representation of color #D1A30E: hue angle of 45.85º degrees, saturation: 0.87, 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 #D1A30E is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 163 | 14 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.18 |
| HSL | 45.85º | 0.87% | 0.44% | - |
| HSV(B) | 45.85º | 0.93% | 0.82% | - |
| XYZ | 39.47 | 39.78 | 6.01 | - |
| YUV | 159.77 | 45.74 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 163 | 14 | 0 | 0.22 | 0.93 | 0.18 | 45.85 | 0.87 | 0.44 |
| Hex | D1 | A3 | E | 0 | 16 | 5D | 12 | 2E | 57 | 2C |
| Octal | 321 | 243 | 16 | 0 | 26 | 135 | 22 | 56 | 127 | 54 |
| Binary | 11010001 | 10100011 | 1110 | 0 | 10110 | 1011101 | 10010 | 101110 | 1010111 | 101100 |
Color Harmonies of #D1A30E
Complementary color
Monochromatic Colors of #D1A30E
Black with #D1A30E
Text Example
Text Example
White with #D1A30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A30E; }
p { color: rgb(209,163,14); }
H1.HeaderClassName
{
color: #D1A30E;
}
.AnyTagClassName
{
color: #D1A30E;
}
</style>
background-color css
<style>
a { background-color: #D1A30E; }
a { background-color: rgb(209,163,14); }
div.DivClassName
{
background-color: #D1A30E;
}
.BgClassName
{
background-color: #D1A30E;
}
</style>
border-color css
<style>
span { border-color: #D1A30E; }
span { border-color: rgb(209,163,14); }
td.TdClassName
{
border-color: #D1A30E;
}
.TagClassName
{
border-color: #D1A30E;
}
</style>