Shades of Gamboge #D1A30D
Tints of Gamboge #D1A30D
RGB
CMYK
RGB Variations
Color information
#D1A30D (or 0xD1A30D) is known color: Gamboge. HEX triplet: D1, A3 and 0D. RGB value is (209,163,13). Sum of RGB (Red+Green+Blue) = 209+163+13=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 13 (5.47% from 255 or 3.38% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A30D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A30D is #2E5CF2. Grayscale: #A0A0A0. Windows color (decimal): -3038451 or 893905. OLE color: 893905.
HSL color Cylindrical-coordinate representation of color #D1A30D: 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.94%. Process color model (Four color, CMYK) of #D1A30D is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 163 | 13 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.18 |
| HSL | 45.92º | 0.88% | 0.44% | - |
| HSV(B) | 45.92º | 0.94% | 0.82% | - |
| XYZ | 39.46 | 39.78 | 5.98 | - |
| YUV | 159.65 | 45.24 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 163 | 13 | 0 | 0.22 | 0.94 | 0.18 | 45.92 | 0.88 | 0.44 |
| Hex | D1 | A3 | D | 0 | 16 | 5E | 12 | 2E | 58 | 2C |
| Octal | 321 | 243 | 15 | 0 | 26 | 136 | 22 | 56 | 130 | 54 |
| Binary | 11010001 | 10100011 | 1101 | 0 | 10110 | 1011110 | 10010 | 101110 | 1011000 | 101100 |
Color Harmonies of #D1A30D
Complementary color
Monochromatic Colors of #D1A30D
Black with #D1A30D
Text Example
Text Example
White with #D1A30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A30D; }
p { color: rgb(209,163,13); }
H1.HeaderClassName
{
color: #D1A30D;
}
.AnyTagClassName
{
color: #D1A30D;
}
</style>
background-color css
<style>
a { background-color: #D1A30D; }
a { background-color: rgb(209,163,13); }
div.DivClassName
{
background-color: #D1A30D;
}
.BgClassName
{
background-color: #D1A30D;
}
</style>
border-color css
<style>
span { border-color: #D1A30D; }
span { border-color: rgb(209,163,13); }
td.TdClassName
{
border-color: #D1A30D;
}
.TagClassName
{
border-color: #D1A30D;
}
</style>