Shades of Gamboge #D1A105
Tints of Gamboge #D1A105
RGB
CMYK
RGB Variations
Color information
#D1A105 (or 0xD1A105) is known color: Gamboge. HEX triplet: D1, A1 and 05. RGB value is (209,161,5). Sum of RGB (Red+Green+Blue) = 209+161+5=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 161 (63.28% from 255 or 42.93% from 375); Blue value is 5 (2.34% from 255 or 1.33% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A105 is #2E5EFA. Grayscale: #9E9E9E. Windows color (decimal): -3038971 or 369105. OLE color: 369105.
HSL color Cylindrical-coordinate representation of color #D1A105: hue angle of 45.88º 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 #D1A105 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 161 | 5 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.18 |
| HSL | 45.88º | 0.95% | 0.42% | - |
| HSV(B) | 45.88º | 0.98% | 0.82% | - |
| XYZ | 39.07 | 39.06 | 5.62 | - |
| YUV | 157.57 | 41.9 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 161 | 5 | 0 | 0.23 | 0.98 | 0.18 | 45.88 | 0.95 | 0.42 |
| Hex | D1 | A1 | 5 | 0 | 17 | 62 | 12 | 2E | 5F | 2A |
| Octal | 321 | 241 | 5 | 0 | 27 | 142 | 22 | 56 | 137 | 52 |
| Binary | 11010001 | 10100001 | 101 | 0 | 10111 | 1100010 | 10010 | 101110 | 1011111 | 101010 |
Color Harmonies of #D1A105
Complementary color
Monochromatic Colors of #D1A105
Black with #D1A105
Text Example
Text Example
White with #D1A105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A105; }
p { color: rgb(209,161,5); }
H1.HeaderClassName
{
color: #D1A105;
}
.AnyTagClassName
{
color: #D1A105;
}
</style>
background-color css
<style>
a { background-color: #D1A105; }
a { background-color: rgb(209,161,5); }
div.DivClassName
{
background-color: #D1A105;
}
.BgClassName
{
background-color: #D1A105;
}
</style>
border-color css
<style>
span { border-color: #D1A105; }
span { border-color: rgb(209,161,5); }
td.TdClassName
{
border-color: #D1A105;
}
.TagClassName
{
border-color: #D1A105;
}
</style>