Shades of Gamboge #D2A40B
Tints of Gamboge #D2A40B
RGB
CMYK
RGB Variations
Color information
#D2A40B (or 0xD2A40B) is known color: Gamboge. HEX triplet: D2, A4 and 0B. RGB value is (210,164,11). Sum of RGB (Red+Green+Blue) = 210+164+11=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 11 (4.69% from 255 or 2.86% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A40B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A40B is #2D5BF4. Grayscale: #A0A0A0. Windows color (decimal): -2972661 or 763090. OLE color: 763090.
HSL color Cylindrical-coordinate representation of color #D2A40B: hue angle of 46.13º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D2A40B is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 164 | 11 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.18 |
| HSL | 46.13º | 0.9% | 0.43% | - |
| HSV(B) | 46.13º | 0.95% | 0.82% | - |
| XYZ | 39.91 | 40.28 | 5.99 | - |
| YUV | 160.31 | 43.74 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 164 | 11 | 0 | 0.22 | 0.95 | 0.18 | 46.13 | 0.9 | 0.43 |
| Hex | D2 | A4 | B | 0 | 16 | 5F | 12 | 2E | 5A | 2B |
| Octal | 322 | 244 | 13 | 0 | 26 | 137 | 22 | 56 | 132 | 53 |
| Binary | 11010010 | 10100100 | 1011 | 0 | 10110 | 1011111 | 10010 | 101110 | 1011010 | 101011 |
Color Harmonies of #D2A40B
Complementary color
Monochromatic Colors of #D2A40B
Black with #D2A40B
Text Example
Text Example
White with #D2A40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A40B; }
p { color: rgb(210,164,11); }
H1.HeaderClassName
{
color: #D2A40B;
}
.AnyTagClassName
{
color: #D2A40B;
}
</style>
background-color css
<style>
a { background-color: #D2A40B; }
a { background-color: rgb(210,164,11); }
div.DivClassName
{
background-color: #D2A40B;
}
.BgClassName
{
background-color: #D2A40B;
}
</style>
border-color css
<style>
span { border-color: #D2A40B; }
span { border-color: rgb(210,164,11); }
td.TdClassName
{
border-color: #D2A40B;
}
.TagClassName
{
border-color: #D2A40B;
}
</style>