Shades of Gamboge #D1A40D
Tints of Gamboge #D1A40D
RGB
CMYK
RGB Variations
Color information
#D1A40D (or 0xD1A40D) is known color: Gamboge. HEX triplet: D1, A4 and 0D. RGB value is (209,164,13). Sum of RGB (Red+Green+Blue) = 209+164+13=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A40D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A40D is #2E5BF2. Grayscale: #A0A0A0. Windows color (decimal): -3038195 or 894161. OLE color: 894161.
HSL color Cylindrical-coordinate representation of color #D1A40D: hue angle of 46.22º 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 #D1A40D is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 164 | 13 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.18 |
| HSL | 46.22º | 0.88% | 0.44% | - |
| HSV(B) | 46.22º | 0.94% | 0.82% | - |
| XYZ | 39.64 | 40.14 | 6.04 | - |
| YUV | 160.24 | 44.91 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 164 | 13 | 0 | 0.22 | 0.94 | 0.18 | 46.22 | 0.88 | 0.44 |
| Hex | D1 | A4 | D | 0 | 16 | 5E | 12 | 2E | 58 | 2C |
| Octal | 321 | 244 | 15 | 0 | 26 | 136 | 22 | 56 | 130 | 54 |
| Binary | 11010001 | 10100100 | 1101 | 0 | 10110 | 1011110 | 10010 | 101110 | 1011000 | 101100 |
Color Harmonies of #D1A40D
Complementary color
Monochromatic Colors of #D1A40D
Black with #D1A40D
Text Example
Text Example
White with #D1A40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A40D; }
p { color: rgb(209,164,13); }
H1.HeaderClassName
{
color: #D1A40D;
}
.AnyTagClassName
{
color: #D1A40D;
}
</style>
background-color css
<style>
a { background-color: #D1A40D; }
a { background-color: rgb(209,164,13); }
div.DivClassName
{
background-color: #D1A40D;
}
.BgClassName
{
background-color: #D1A40D;
}
</style>
border-color css
<style>
span { border-color: #D1A40D; }
span { border-color: rgb(209,164,13); }
td.TdClassName
{
border-color: #D1A40D;
}
.TagClassName
{
border-color: #D1A40D;
}
</style>