Shades of Gamboge #D3A20B
Tints of Gamboge #D3A20B
RGB
CMYK
RGB Variations
Color information
#D3A20B (or 0xD3A20B) is known color: Gamboge. HEX triplet: D3, A2 and 0B. RGB value is (211,162,11). Sum of RGB (Red+Green+Blue) = 211+162+11=384 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.95% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 11 (4.69% from 255 or 2.86% from 384); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A20B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3A20B is #2C5DF4. Grayscale: #A0A0A0. Windows color (decimal): -2907637 or 762579. OLE color: 762579.
HSL color Cylindrical-coordinate representation of color #D3A20B: hue angle of 45.3º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D3A20B is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 162 | 11 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.17 |
| HSL | 45.3º | 0.9% | 0.44% | - |
| HSV(B) | 45.3º | 0.95% | 0.83% | - |
| XYZ | 39.84 | 39.71 | 5.88 | - |
| YUV | 159.44 | 44.23 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 162 | 11 | 0 | 0.23 | 0.95 | 0.17 | 45.3 | 0.9 | 0.44 |
| Hex | D3 | A2 | B | 0 | 17 | 5F | 11 | 2D | 5A | 2C |
| Octal | 323 | 242 | 13 | 0 | 27 | 137 | 21 | 55 | 132 | 54 |
| Binary | 11010011 | 10100010 | 1011 | 0 | 10111 | 1011111 | 10001 | 101101 | 1011010 | 101100 |
Color Harmonies of #D3A20B
Complementary color
Monochromatic Colors of #D3A20B
Black with #D3A20B
Text Example
Text Example
White with #D3A20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A20B; }
p { color: rgb(211,162,11); }
H1.HeaderClassName
{
color: #D3A20B;
}
.AnyTagClassName
{
color: #D3A20B;
}
</style>
background-color css
<style>
a { background-color: #D3A20B; }
a { background-color: rgb(211,162,11); }
div.DivClassName
{
background-color: #D3A20B;
}
.BgClassName
{
background-color: #D3A20B;
}
</style>
border-color css
<style>
span { border-color: #D3A20B; }
span { border-color: rgb(211,162,11); }
td.TdClassName
{
border-color: #D3A20B;
}
.TagClassName
{
border-color: #D3A20B;
}
</style>