Shades of Gamboge #D1A603
Tints of Gamboge #D1A603
RGB
CMYK
RGB Variations
Color information
#D1A603 (or 0xD1A603) is known color: Gamboge. HEX triplet: D1, A6 and 03. RGB value is (209,166,3). Sum of RGB (Red+Green+Blue) = 209+166+3=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 3 (1.56% from 255 or 0.79% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1A603 is #2E59FC. Grayscale: #A0A0A0. Windows color (decimal): -3037693 or 239313. OLE color: 239313.
HSL color Cylindrical-coordinate representation of color #D1A603: hue angle of 47.48º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1A603 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 166 | 3 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.18 |
| HSL | 47.48º | 0.97% | 0.42% | - |
| HSV(B) | 47.48º | 0.99% | 0.82% | - |
| XYZ | 39.95 | 40.83 | 5.86 | - |
| YUV | 160.28 | 39.25 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 3 | 0 | 0.21 | 0.99 | 0.18 | 47.48 | 0.97 | 0.42 |
| Hex | D1 | A6 | 3 | 0 | 15 | 63 | 12 | 2F | 61 | 2A |
| Octal | 321 | 246 | 3 | 0 | 25 | 143 | 22 | 57 | 141 | 52 |
| Binary | 11010001 | 10100110 | 11 | 0 | 10101 | 1100011 | 10010 | 101111 | 1100001 | 101010 |
Color Harmonies of #D1A603
Complementary color
Monochromatic Colors of #D1A603
Black with #D1A603
Text Example
Text Example
White with #D1A603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A603; }
p { color: rgb(209,166,3); }
H1.HeaderClassName
{
color: #D1A603;
}
.AnyTagClassName
{
color: #D1A603;
}
</style>
background-color css
<style>
a { background-color: #D1A603; }
a { background-color: rgb(209,166,3); }
div.DivClassName
{
background-color: #D1A603;
}
.BgClassName
{
background-color: #D1A603;
}
</style>
border-color css
<style>
span { border-color: #D1A603; }
span { border-color: rgb(209,166,3); }
td.TdClassName
{
border-color: #D1A603;
}
.TagClassName
{
border-color: #D1A603;
}
</style>