Shades of Gamboge #D1A608
Tints of Gamboge #D1A608
RGB
CMYK
RGB Variations
Color information
#D1A608 (or 0xD1A608) is known color: Gamboge. HEX triplet: D1, A6 and 08. RGB value is (209,166,8). Sum of RGB (Red+Green+Blue) = 209+166+8=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 166 (65.23% from 255 or 43.34% from 383); Blue value is 8 (3.52% from 255 or 2.09% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A608 is #2E59F7. Grayscale: #A1A1A1. Windows color (decimal): -3037688 or 566993. OLE color: 566993.
HSL color Cylindrical-coordinate representation of color #D1A608: hue angle of 47.16º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D1A608 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 166 | 8 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.18 |
| HSL | 47.16º | 0.93% | 0.43% | - |
| HSV(B) | 47.16º | 0.96% | 0.82% | - |
| XYZ | 39.97 | 40.85 | 6.01 | - |
| YUV | 160.85 | 41.75 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 8 | 0 | 0.21 | 0.96 | 0.18 | 47.16 | 0.93 | 0.43 |
| Hex | D1 | A6 | 8 | 0 | 15 | 60 | 12 | 2F | 5D | 2B |
| Octal | 321 | 246 | 10 | 0 | 25 | 140 | 22 | 57 | 135 | 53 |
| Binary | 11010001 | 10100110 | 1000 | 0 | 10101 | 1100000 | 10010 | 101111 | 1011101 | 101011 |
Color Harmonies of #D1A608
Complementary color
Monochromatic Colors of #D1A608
Black with #D1A608
Text Example
Text Example
White with #D1A608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A608; }
p { color: rgb(209,166,8); }
H1.HeaderClassName
{
color: #D1A608;
}
.AnyTagClassName
{
color: #D1A608;
}
</style>
background-color css
<style>
a { background-color: #D1A608; }
a { background-color: rgb(209,166,8); }
div.DivClassName
{
background-color: #D1A608;
}
.BgClassName
{
background-color: #D1A608;
}
</style>
border-color css
<style>
span { border-color: #D1A608; }
span { border-color: rgb(209,166,8); }
td.TdClassName
{
border-color: #D1A608;
}
.TagClassName
{
border-color: #D1A608;
}
</style>