Shades of Gamboge #D2A50C
Tints of Gamboge #D2A50C
RGB
CMYK
RGB Variations
Color information
#D2A50C (or 0xD2A50C) is known color: Gamboge. HEX triplet: D2, A5 and 0C. RGB value is (210,165,12). Sum of RGB (Red+Green+Blue) = 210+165+12=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 12 (5.08% from 255 or 3.10% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A50C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2A50C is #2D5AF3. Grayscale: #A1A1A1. Windows color (decimal): -2972404 or 828882. OLE color: 828882.
HSL color Cylindrical-coordinate representation of color #D2A50C: hue angle of 46.36º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2A50C is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 165 | 12 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.18 |
| HSL | 46.36º | 0.89% | 0.44% | - |
| HSV(B) | 46.36º | 0.94% | 0.82% | - |
| XYZ | 40.1 | 40.64 | 6.08 | - |
| YUV | 161.01 | 43.91 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 165 | 12 | 0 | 0.21 | 0.94 | 0.18 | 46.36 | 0.89 | 0.44 |
| Hex | D2 | A5 | C | 0 | 15 | 5E | 12 | 2E | 59 | 2C |
| Octal | 322 | 245 | 14 | 0 | 25 | 136 | 22 | 56 | 131 | 54 |
| Binary | 11010010 | 10100101 | 1100 | 0 | 10101 | 1011110 | 10010 | 101110 | 1011001 | 101100 |
Color Harmonies of #D2A50C
Complementary color
Monochromatic Colors of #D2A50C
Black with #D2A50C
Text Example
Text Example
White with #D2A50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A50C; }
p { color: rgb(210,165,12); }
H1.HeaderClassName
{
color: #D2A50C;
}
.AnyTagClassName
{
color: #D2A50C;
}
</style>
background-color css
<style>
a { background-color: #D2A50C; }
a { background-color: rgb(210,165,12); }
div.DivClassName
{
background-color: #D2A50C;
}
.BgClassName
{
background-color: #D2A50C;
}
</style>
border-color css
<style>
span { border-color: #D2A50C; }
span { border-color: rgb(210,165,12); }
td.TdClassName
{
border-color: #D2A50C;
}
.TagClassName
{
border-color: #D2A50C;
}
</style>