Shades of Gamboge #D4A40C
Tints of Gamboge #D4A40C
RGB
CMYK
RGB Variations
Color information
#D4A40C (or 0xD4A40C) is known color: Gamboge. HEX triplet: D4, A4 and 0C. RGB value is (212,164,12). Sum of RGB (Red+Green+Blue) = 212+164+12=388 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.64% from 388); Green value is 164 (64.45% from 255 or 42.27% from 388); Blue value is 12 (5.08% from 255 or 3.09% from 388); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A40C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A40C is #2B5BF3. Grayscale: #A1A1A1. Windows color (decimal): -2841588 or 828628. OLE color: 828628.
HSL color Cylindrical-coordinate representation of color #D4A40C: hue angle of 45.6º 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 #D4A40C is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 164 | 12 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.17 |
| HSL | 45.6º | 0.89% | 0.44% | - |
| HSV(B) | 45.6º | 0.94% | 0.83% | - |
| XYZ | 40.49 | 40.57 | 6.05 | - |
| YUV | 161.02 | 43.9 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 164 | 12 | 0 | 0.23 | 0.94 | 0.17 | 45.6 | 0.89 | 0.44 |
| Hex | D4 | A4 | C | 0 | 17 | 5E | 11 | 2E | 59 | 2C |
| Octal | 324 | 244 | 14 | 0 | 27 | 136 | 21 | 56 | 131 | 54 |
| Binary | 11010100 | 10100100 | 1100 | 0 | 10111 | 1011110 | 10001 | 101110 | 1011001 | 101100 |
Color Harmonies of #D4A40C
Complementary color
Monochromatic Colors of #D4A40C
Black with #D4A40C
Text Example
Text Example
White with #D4A40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A40C; }
p { color: rgb(212,164,12); }
H1.HeaderClassName
{
color: #D4A40C;
}
.AnyTagClassName
{
color: #D4A40C;
}
</style>
background-color css
<style>
a { background-color: #D4A40C; }
a { background-color: rgb(212,164,12); }
div.DivClassName
{
background-color: #D4A40C;
}
.BgClassName
{
background-color: #D4A40C;
}
</style>
border-color css
<style>
span { border-color: #D4A40C; }
span { border-color: rgb(212,164,12); }
td.TdClassName
{
border-color: #D4A40C;
}
.TagClassName
{
border-color: #D4A40C;
}
</style>