Shades of Gamboge #D3A203
Tints of Gamboge #D3A203
RGB
CMYK
RGB Variations
Color information
#D3A203 (or 0xD3A203) is known color: Gamboge. HEX triplet: D3, A2 and 03. RGB value is (211,162,3). Sum of RGB (Red+Green+Blue) = 211+162+3=376 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.12% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 3 (1.56% from 255 or 0.80% from 376); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3A203 is #2C5DFC. Grayscale: #9F9F9F. Windows color (decimal): -2907645 or 238291. OLE color: 238291.
HSL color Cylindrical-coordinate representation of color #D3A203: hue angle of 45.87º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D3A203 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 162 | 3 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.17 |
| HSL | 45.87º | 0.97% | 0.42% | - |
| HSV(B) | 45.87º | 0.99% | 0.83% | - |
| XYZ | 39.8 | 39.7 | 5.65 | - |
| YUV | 158.53 | 40.23 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 162 | 3 | 0 | 0.23 | 0.99 | 0.17 | 45.87 | 0.97 | 0.42 |
| Hex | D3 | A2 | 3 | 0 | 17 | 63 | 11 | 2E | 61 | 2A |
| Octal | 323 | 242 | 3 | 0 | 27 | 143 | 21 | 56 | 141 | 52 |
| Binary | 11010011 | 10100010 | 11 | 0 | 10111 | 1100011 | 10001 | 101110 | 1100001 | 101010 |
Color Harmonies of #D3A203
Complementary color
Monochromatic Colors of #D3A203
Black with #D3A203
Text Example
Text Example
White with #D3A203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A203; }
p { color: rgb(211,162,3); }
H1.HeaderClassName
{
color: #D3A203;
}
.AnyTagClassName
{
color: #D3A203;
}
</style>
background-color css
<style>
a { background-color: #D3A203; }
a { background-color: rgb(211,162,3); }
div.DivClassName
{
background-color: #D3A203;
}
.BgClassName
{
background-color: #D3A203;
}
</style>
border-color css
<style>
span { border-color: #D3A203; }
span { border-color: rgb(211,162,3); }
td.TdClassName
{
border-color: #D3A203;
}
.TagClassName
{
border-color: #D3A203;
}
</style>