Shades of Gamboge #D1A700
Tints of Gamboge #D1A700
RGB
CMYK
RGB Variations
Color information
#D1A700 (or 0xD1A700) is known color: Gamboge. HEX triplet: D1, A7 and 00. RGB value is (209,167,0). Sum of RGB (Red+Green+Blue) = 209+167+0=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 167 (65.62% from 255 or 44.41% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A700 is #2E58FF. Grayscale: #A1A1A1. Windows color (decimal): -3037440 or 42961. OLE color: 42961.
HSL color Cylindrical-coordinate representation of color #D1A700: hue angle of 47.94º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1A700 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 167 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.18 |
| HSL | 47.94º | 1% | 0.41% | - |
| HSV(B) | 47.94º | 1% | 0.82% | - |
| XYZ | 40.11 | 41.19 | 5.84 | - |
| YUV | 160.52 | 37.41 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 167 | 0 | 0 | 0.20 | 1 | 0.18 | 47.94 | 1 | 0.41 |
| Hex | D1 | A7 | 0 | 0 | 14 | 64 | 12 | 30 | 64 | 29 |
| Octal | 321 | 247 | 0 | 0 | 24 | 144 | 22 | 60 | 144 | 51 |
| Binary | 11010001 | 10100111 | 0 | 0 | 10100 | 1100100 | 10010 | 110000 | 1100100 | 101001 |
Color Harmonies of #D1A700
Complementary color
Monochromatic Colors of #D1A700
Black with #D1A700
Text Example
Text Example
White with #D1A700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A700; }
p { color: rgb(209,167,0); }
H1.HeaderClassName
{
color: #D1A700;
}
.AnyTagClassName
{
color: #D1A700;
}
</style>
background-color css
<style>
a { background-color: #D1A700; }
a { background-color: rgb(209,167,0); }
div.DivClassName
{
background-color: #D1A700;
}
.BgClassName
{
background-color: #D1A700;
}
</style>
border-color css
<style>
span { border-color: #D1A700; }
span { border-color: rgb(209,167,0); }
td.TdClassName
{
border-color: #D1A700;
}
.TagClassName
{
border-color: #D1A700;
}
</style>