Shades of Gamboge #D1A007
Tints of Gamboge #D1A007
RGB
CMYK
RGB Variations
Color information
#D1A007 (or 0xD1A007) is known color: Gamboge. HEX triplet: D1, A0 and 07. RGB value is (209,160,7). Sum of RGB (Red+Green+Blue) = 209+160+7=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 7 (3.12% from 255 or 1.86% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A007 is #2E5FF8. Grayscale: #9D9D9D. Windows color (decimal): -3039225 or 499921. OLE color: 499921.
HSL color Cylindrical-coordinate representation of color #D1A007: hue angle of 45.45º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D1A007 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 160 | 7 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.18 |
| HSL | 45.45º | 0.94% | 0.42% | - |
| HSV(B) | 45.45º | 0.97% | 0.82% | - |
| XYZ | 38.9 | 38.71 | 5.62 | - |
| YUV | 157.21 | 43.23 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 160 | 7 | 0 | 0.23 | 0.97 | 0.18 | 45.45 | 0.94 | 0.42 |
| Hex | D1 | A0 | 7 | 0 | 17 | 61 | 12 | 2D | 5E | 2A |
| Octal | 321 | 240 | 7 | 0 | 27 | 141 | 22 | 55 | 136 | 52 |
| Binary | 11010001 | 10100000 | 111 | 0 | 10111 | 1100001 | 10010 | 101101 | 1011110 | 101010 |
Color Harmonies of #D1A007
Complementary color
Monochromatic Colors of #D1A007
Black with #D1A007
Text Example
Text Example
White with #D1A007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A007; }
p { color: rgb(209,160,7); }
H1.HeaderClassName
{
color: #D1A007;
}
.AnyTagClassName
{
color: #D1A007;
}
</style>
background-color css
<style>
a { background-color: #D1A007; }
a { background-color: rgb(209,160,7); }
div.DivClassName
{
background-color: #D1A007;
}
.BgClassName
{
background-color: #D1A007;
}
</style>
border-color css
<style>
span { border-color: #D1A007; }
span { border-color: rgb(209,160,7); }
td.TdClassName
{
border-color: #D1A007;
}
.TagClassName
{
border-color: #D1A007;
}
</style>