Shades of Gamboge #D1A00D
Tints of Gamboge #D1A00D
RGB
CMYK
RGB Variations
Color information
#D1A00D (or 0xD1A00D) is known color: Gamboge. HEX triplet: D1, A0 and 0D. RGB value is (209,160,13). Sum of RGB (Red+Green+Blue) = 209+160+13=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A00D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A00D is #2E5FF2. Grayscale: #9E9E9E. Windows color (decimal): -3039219 or 893137. OLE color: 893137.
HSL color Cylindrical-coordinate representation of color #D1A00D: hue angle of 45º 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 #D1A00D is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 160 | 13 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.18 |
| HSL | 45º | 0.88% | 0.44% | - |
| HSV(B) | 45º | 0.94% | 0.82% | - |
| XYZ | 38.94 | 38.73 | 5.8 | - |
| YUV | 157.89 | 46.23 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 160 | 13 | 0 | 0.23 | 0.94 | 0.18 | 45 | 0.88 | 0.44 |
| Hex | D1 | A0 | D | 0 | 17 | 5E | 12 | 2D | 58 | 2C |
| Octal | 321 | 240 | 15 | 0 | 27 | 136 | 22 | 55 | 130 | 54 |
| Binary | 11010001 | 10100000 | 1101 | 0 | 10111 | 1011110 | 10010 | 101101 | 1011000 | 101100 |
Color Harmonies of #D1A00D
Complementary color
Monochromatic Colors of #D1A00D
Black with #D1A00D
Text Example
Text Example
White with #D1A00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A00D; }
p { color: rgb(209,160,13); }
H1.HeaderClassName
{
color: #D1A00D;
}
.AnyTagClassName
{
color: #D1A00D;
}
</style>
background-color css
<style>
a { background-color: #D1A00D; }
a { background-color: rgb(209,160,13); }
div.DivClassName
{
background-color: #D1A00D;
}
.BgClassName
{
background-color: #D1A00D;
}
</style>
border-color css
<style>
span { border-color: #D1A00D; }
span { border-color: rgb(209,160,13); }
td.TdClassName
{
border-color: #D1A00D;
}
.TagClassName
{
border-color: #D1A00D;
}
</style>