Shades of Gamboge #D1A60A
Tints of Gamboge #D1A60A
RGB
CMYK
RGB Variations
Color information
#D1A60A (or 0xD1A60A) is known color: Gamboge. HEX triplet: D1, A6 and 0A. RGB value is (209,166,10). Sum of RGB (Red+Green+Blue) = 209+166+10=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 10 (4.30% from 255 or 2.60% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A60A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A60A is #2E59F5. Grayscale: #A1A1A1. Windows color (decimal): -3037686 or 698065. OLE color: 698065.
HSL color Cylindrical-coordinate representation of color #D1A60A: hue angle of 47.04º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D1A60A is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 166 | 10 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.18 |
| HSL | 47.04º | 0.91% | 0.43% | - |
| HSV(B) | 47.04º | 0.95% | 0.82% | - |
| XYZ | 39.99 | 40.85 | 6.06 | - |
| YUV | 161.07 | 42.75 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 10 | 0 | 0.21 | 0.95 | 0.18 | 47.04 | 0.91 | 0.43 |
| Hex | D1 | A6 | A | 0 | 15 | 5F | 12 | 2F | 5B | 2B |
| Octal | 321 | 246 | 12 | 0 | 25 | 137 | 22 | 57 | 133 | 53 |
| Binary | 11010001 | 10100110 | 1010 | 0 | 10101 | 1011111 | 10010 | 101111 | 1011011 | 101011 |
Color Harmonies of #D1A60A
Complementary color
Monochromatic Colors of #D1A60A
Black with #D1A60A
Text Example
Text Example
White with #D1A60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A60A; }
p { color: rgb(209,166,10); }
H1.HeaderClassName
{
color: #D1A60A;
}
.AnyTagClassName
{
color: #D1A60A;
}
</style>
background-color css
<style>
a { background-color: #D1A60A; }
a { background-color: rgb(209,166,10); }
div.DivClassName
{
background-color: #D1A60A;
}
.BgClassName
{
background-color: #D1A60A;
}
</style>
border-color css
<style>
span { border-color: #D1A60A; }
span { border-color: rgb(209,166,10); }
td.TdClassName
{
border-color: #D1A60A;
}
.TagClassName
{
border-color: #D1A60A;
}
</style>