Shades of Gamboge #D1A206
Tints of Gamboge #D1A206
RGB
CMYK
RGB Variations
Color information
#D1A206 (or 0xD1A206) is known color: Gamboge. HEX triplet: D1, A2 and 06. RGB value is (209,162,6). Sum of RGB (Red+Green+Blue) = 209+162+6=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 6 (2.73% from 255 or 1.59% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A206 is #2E5DF9. Grayscale: #9E9E9E. Windows color (decimal): -3038714 or 434897. OLE color: 434897.
HSL color Cylindrical-coordinate representation of color #D1A206: hue angle of 46.11º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D1A206 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 162 | 6 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.18 |
| HSL | 46.11º | 0.94% | 0.42% | - |
| HSV(B) | 46.11º | 0.97% | 0.82% | - |
| XYZ | 39.25 | 39.41 | 5.71 | - |
| YUV | 158.27 | 42.07 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 162 | 6 | 0 | 0.22 | 0.97 | 0.18 | 46.11 | 0.94 | 0.42 |
| Hex | D1 | A2 | 6 | 0 | 16 | 61 | 12 | 2E | 5E | 2A |
| Octal | 321 | 242 | 6 | 0 | 26 | 141 | 22 | 56 | 136 | 52 |
| Binary | 11010001 | 10100010 | 110 | 0 | 10110 | 1100001 | 10010 | 101110 | 1011110 | 101010 |
Color Harmonies of #D1A206
Complementary color
Monochromatic Colors of #D1A206
Black with #D1A206
Text Example
Text Example
White with #D1A206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A206; }
p { color: rgb(209,162,6); }
H1.HeaderClassName
{
color: #D1A206;
}
.AnyTagClassName
{
color: #D1A206;
}
</style>
background-color css
<style>
a { background-color: #D1A206; }
a { background-color: rgb(209,162,6); }
div.DivClassName
{
background-color: #D1A206;
}
.BgClassName
{
background-color: #D1A206;
}
</style>
border-color css
<style>
span { border-color: #D1A206; }
span { border-color: rgb(209,162,6); }
td.TdClassName
{
border-color: #D1A206;
}
.TagClassName
{
border-color: #D1A206;
}
</style>