Shades of Gamboge #D3A20C
Tints of Gamboge #D3A20C
RGB
CMYK
RGB Variations
Color information
#D3A20C (or 0xD3A20C) is known color: Gamboge. HEX triplet: D3, A2 and 0C. RGB value is (211,162,12). Sum of RGB (Red+Green+Blue) = 211+162+12=385 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.81% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A20C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3A20C is #2C5DF3. Grayscale: #A0A0A0. Windows color (decimal): -2907636 or 828115. OLE color: 828115.
HSL color Cylindrical-coordinate representation of color #D3A20C: hue angle of 45.23º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D3A20C is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 162 | 12 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.17 |
| HSL | 45.23º | 0.89% | 0.44% | - |
| HSV(B) | 45.23º | 0.94% | 0.83% | - |
| XYZ | 39.85 | 39.72 | 5.91 | - |
| YUV | 159.55 | 44.73 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 162 | 12 | 0 | 0.23 | 0.94 | 0.17 | 45.23 | 0.89 | 0.44 |
| Hex | D3 | A2 | C | 0 | 17 | 5E | 11 | 2D | 59 | 2C |
| Octal | 323 | 242 | 14 | 0 | 27 | 136 | 21 | 55 | 131 | 54 |
| Binary | 11010011 | 10100010 | 1100 | 0 | 10111 | 1011110 | 10001 | 101101 | 1011001 | 101100 |
Color Harmonies of #D3A20C
Complementary color
Monochromatic Colors of #D3A20C
Black with #D3A20C
Text Example
Text Example
White with #D3A20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A20C; }
p { color: rgb(211,162,12); }
H1.HeaderClassName
{
color: #D3A20C;
}
.AnyTagClassName
{
color: #D3A20C;
}
</style>
background-color css
<style>
a { background-color: #D3A20C; }
a { background-color: rgb(211,162,12); }
div.DivClassName
{
background-color: #D3A20C;
}
.BgClassName
{
background-color: #D3A20C;
}
</style>
border-color css
<style>
span { border-color: #D3A20C; }
span { border-color: rgb(211,162,12); }
td.TdClassName
{
border-color: #D3A20C;
}
.TagClassName
{
border-color: #D3A20C;
}
</style>