Shades of Gamboge #D1A605
Tints of Gamboge #D1A605
RGB
CMYK
RGB Variations
Color information
#D1A605 (or 0xD1A605) is known color: Gamboge. HEX triplet: D1, A6 and 05. RGB value is (209,166,5). Sum of RGB (Red+Green+Blue) = 209+166+5=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 166 (65.23% from 255 or 43.68% from 380); Blue value is 5 (2.34% from 255 or 1.32% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A605 is #2E59FA. Grayscale: #A1A1A1. Windows color (decimal): -3037691 or 370385. OLE color: 370385.
HSL color Cylindrical-coordinate representation of color #D1A605: hue angle of 47.35º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D1A605 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 166 | 5 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.18 |
| HSL | 47.35º | 0.95% | 0.42% | - |
| HSV(B) | 47.35º | 0.98% | 0.82% | - |
| XYZ | 39.96 | 40.84 | 5.92 | - |
| YUV | 160.5 | 40.25 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 5 | 0 | 0.21 | 0.98 | 0.18 | 47.35 | 0.95 | 0.42 |
| Hex | D1 | A6 | 5 | 0 | 15 | 62 | 12 | 2F | 5F | 2A |
| Octal | 321 | 246 | 5 | 0 | 25 | 142 | 22 | 57 | 137 | 52 |
| Binary | 11010001 | 10100110 | 101 | 0 | 10101 | 1100010 | 10010 | 101111 | 1011111 | 101010 |
Color Harmonies of #D1A605
Complementary color
Monochromatic Colors of #D1A605
Black with #D1A605
Text Example
Text Example
White with #D1A605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A605; }
p { color: rgb(209,166,5); }
H1.HeaderClassName
{
color: #D1A605;
}
.AnyTagClassName
{
color: #D1A605;
}
</style>
background-color css
<style>
a { background-color: #D1A605; }
a { background-color: rgb(209,166,5); }
div.DivClassName
{
background-color: #D1A605;
}
.BgClassName
{
background-color: #D1A605;
}
</style>
border-color css
<style>
span { border-color: #D1A605; }
span { border-color: rgb(209,166,5); }
td.TdClassName
{
border-color: #D1A605;
}
.TagClassName
{
border-color: #D1A605;
}
</style>