Shades of Metallic Gold #C5A43A
Tints of Metallic Gold #C5A43A
RGB
CMYK
RGB Variations
Color information
#C5A43A (or 0xC5A43A) is known color: Metallic Gold. HEX triplet: C5, A4 and 3A. RGB value is (197,164,58). Sum of RGB (Red+Green+Blue) = 197+164+58=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 58 (23.05% from 255 or 13.84% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A43A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A43A is #3A5BC5. Grayscale: #A2A2A2. Windows color (decimal): -3824582 or 3843269. OLE color: 3843269.
HSL color Cylindrical-coordinate representation of color #C5A43A: hue angle of 45.76º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5A43A is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 164 | 58 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.23 |
| HSL | 45.76º | 0.55% | 0.5% | - |
| HSV(B) | 45.76º | 0.71% | 0.77% | - |
| XYZ | 37.07 | 38.73 | 9.52 | - |
| YUV | 161.78 | 69.43 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 164 | 58 | 0 | 0.17 | 0.71 | 0.23 | 45.76 | 0.55 | 0.5 |
| Hex | C5 | A4 | 3A | 0 | 11 | 47 | 17 | 2E | 37 | 32 |
| Octal | 305 | 244 | 72 | 0 | 21 | 107 | 27 | 56 | 67 | 62 |
| Binary | 11000101 | 10100100 | 111010 | 0 | 10001 | 1000111 | 10111 | 101110 | 110111 | 110010 |
Color Harmonies of #C5A43A
Complementary color
Monochromatic Colors of #C5A43A
Black with #C5A43A
Text Example
Text Example
White with #C5A43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A43A; }
p { color: rgb(197,164,58); }
H1.HeaderClassName
{
color: #C5A43A;
}
.AnyTagClassName
{
color: #C5A43A;
}
</style>
background-color css
<style>
a { background-color: #C5A43A; }
a { background-color: rgb(197,164,58); }
div.DivClassName
{
background-color: #C5A43A;
}
.BgClassName
{
background-color: #C5A43A;
}
</style>
border-color css
<style>
span { border-color: #C5A43A; }
span { border-color: rgb(197,164,58); }
td.TdClassName
{
border-color: #C5A43A;
}
.TagClassName
{
border-color: #C5A43A;
}
</style>