Shades of Gamboge #D1A010
Tints of Gamboge #D1A010
RGB
CMYK
RGB Variations
Color information
#D1A010 (or 0xD1A010) is known color: Gamboge. HEX triplet: D1, A0 and 10. RGB value is (209,160,16). Sum of RGB (Red+Green+Blue) = 209+160+16=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A010 is #2E5FEF. Grayscale: #9E9E9E. Windows color (decimal): -3039216 or 1089745. OLE color: 1089745.
HSL color Cylindrical-coordinate representation of color #D1A010: hue angle of 44.77º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1A010 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 160 | 16 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.18 |
| HSL | 44.77º | 0.86% | 0.44% | - |
| HSV(B) | 44.77º | 0.92% | 0.82% | - |
| XYZ | 38.96 | 38.73 | 5.91 | - |
| YUV | 158.24 | 47.73 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 160 | 16 | 0 | 0.23 | 0.92 | 0.18 | 44.77 | 0.86 | 0.44 |
| Hex | D1 | A0 | 10 | 0 | 17 | 5C | 12 | 2D | 56 | 2C |
| Octal | 321 | 240 | 20 | 0 | 27 | 134 | 22 | 55 | 126 | 54 |
| Binary | 11010001 | 10100000 | 10000 | 0 | 10111 | 1011100 | 10010 | 101101 | 1010110 | 101100 |
Color Harmonies of #D1A010
Complementary color
Monochromatic Colors of #D1A010
Black with #D1A010
Text Example
Text Example
White with #D1A010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A010; }
p { color: rgb(209,160,16); }
H1.HeaderClassName
{
color: #D1A010;
}
.AnyTagClassName
{
color: #D1A010;
}
</style>
background-color css
<style>
a { background-color: #D1A010; }
a { background-color: rgb(209,160,16); }
div.DivClassName
{
background-color: #D1A010;
}
.BgClassName
{
background-color: #D1A010;
}
</style>
border-color css
<style>
span { border-color: #D1A010; }
span { border-color: rgb(209,160,16); }
td.TdClassName
{
border-color: #D1A010;
}
.TagClassName
{
border-color: #D1A010;
}
</style>