Shades of Gamboge #D1A600
Tints of Gamboge #D1A600
RGB
CMYK
RGB Variations
Color information
#D1A600 (or 0xD1A600) is known color: Gamboge. HEX triplet: D1, A6 and 00. RGB value is (209,166,0). Sum of RGB (Red+Green+Blue) = 209+166+0=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A600 is #2E59FF. Grayscale: #A0A0A0. Windows color (decimal): -3037696 or 42705. OLE color: 42705.
HSL color Cylindrical-coordinate representation of color #D1A600: hue angle of 47.66º 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 #D1A600 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 166 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.18 |
| HSL | 47.66º | 1% | 0.41% | - |
| HSV(B) | 47.66º | 1% | 0.82% | - |
| XYZ | 39.93 | 40.83 | 5.78 | - |
| YUV | 159.93 | 37.75 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 0 | 0 | 0.21 | 1 | 0.18 | 47.66 | 1 | 0.41 |
| Hex | D1 | A6 | 0 | 0 | 15 | 64 | 12 | 30 | 64 | 29 |
| Octal | 321 | 246 | 0 | 0 | 25 | 144 | 22 | 60 | 144 | 51 |
| Binary | 11010001 | 10100110 | 0 | 0 | 10101 | 1100100 | 10010 | 110000 | 1100100 | 101001 |
Color Harmonies of #D1A600
Complementary color
Monochromatic Colors of #D1A600
Black with #D1A600
Text Example
Text Example
White with #D1A600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A600; }
p { color: rgb(209,166,0); }
H1.HeaderClassName
{
color: #D1A600;
}
.AnyTagClassName
{
color: #D1A600;
}
</style>
background-color css
<style>
a { background-color: #D1A600; }
a { background-color: rgb(209,166,0); }
div.DivClassName
{
background-color: #D1A600;
}
.BgClassName
{
background-color: #D1A600;
}
</style>
border-color css
<style>
span { border-color: #D1A600; }
span { border-color: rgb(209,166,0); }
td.TdClassName
{
border-color: #D1A600;
}
.TagClassName
{
border-color: #D1A600;
}
</style>