Shades of Metallic Gold #C5A23A
Tints of Metallic Gold #C5A23A
RGB
CMYK
RGB Variations
Color information
#C5A23A (or 0xC5A23A) is known color: Metallic Gold. HEX triplet: C5, A2 and 3A. RGB value is (197,162,58). Sum of RGB (Red+Green+Blue) = 197+162+58=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 58 (23.05% from 255 or 13.91% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A23A is #3A5DC5. Grayscale: #A1A1A1. Windows color (decimal): -3825094 or 3842757. OLE color: 3842757.
HSL color Cylindrical-coordinate representation of color #C5A23A: hue angle of 44.89º 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 #C5A23A is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 162 | 58 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.23 |
| HSL | 44.89º | 0.55% | 0.5% | - |
| HSV(B) | 44.89º | 0.71% | 0.77% | - |
| XYZ | 36.71 | 38.02 | 9.41 | - |
| YUV | 160.61 | 70.1 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 162 | 58 | 0 | 0.18 | 0.71 | 0.23 | 44.89 | 0.55 | 0.5 |
| Hex | C5 | A2 | 3A | 0 | 12 | 47 | 17 | 2D | 37 | 32 |
| Octal | 305 | 242 | 72 | 0 | 22 | 107 | 27 | 55 | 67 | 62 |
| Binary | 11000101 | 10100010 | 111010 | 0 | 10010 | 1000111 | 10111 | 101101 | 110111 | 110010 |
Color Harmonies of #C5A23A
Complementary color
Monochromatic Colors of #C5A23A
Black with #C5A23A
Text Example
Text Example
White with #C5A23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A23A; }
p { color: rgb(197,162,58); }
H1.HeaderClassName
{
color: #C5A23A;
}
.AnyTagClassName
{
color: #C5A23A;
}
</style>
background-color css
<style>
a { background-color: #C5A23A; }
a { background-color: rgb(197,162,58); }
div.DivClassName
{
background-color: #C5A23A;
}
.BgClassName
{
background-color: #C5A23A;
}
</style>
border-color css
<style>
span { border-color: #C5A23A; }
span { border-color: rgb(197,162,58); }
td.TdClassName
{
border-color: #C5A23A;
}
.TagClassName
{
border-color: #C5A23A;
}
</style>