Shades of Metallic Gold #C5A438
Tints of Metallic Gold #C5A438
RGB
CMYK
RGB Variations
Color information
#C5A438 (or 0xC5A438) is known color: Metallic Gold. HEX triplet: C5, A4 and 38. RGB value is (197,164,56). Sum of RGB (Red+Green+Blue) = 197+164+56=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 56 (22.27% from 255 or 13.43% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A438 is #3A5BC7. Grayscale: #A2A2A2. Windows color (decimal): -3824584 or 3712197. OLE color: 3712197.
HSL color Cylindrical-coordinate representation of color #C5A438: hue angle of 45.96º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5A438 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 164 | 56 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.23 |
| HSL | 45.96º | 0.56% | 0.5% | - |
| HSV(B) | 45.96º | 0.72% | 0.77% | - |
| XYZ | 37.02 | 38.71 | 9.26 | - |
| YUV | 161.56 | 68.43 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 164 | 56 | 0 | 0.17 | 0.72 | 0.23 | 45.96 | 0.56 | 0.5 |
| Hex | C5 | A4 | 38 | 0 | 11 | 48 | 17 | 2E | 38 | 32 |
| Octal | 305 | 244 | 70 | 0 | 21 | 110 | 27 | 56 | 70 | 62 |
| Binary | 11000101 | 10100100 | 111000 | 0 | 10001 | 1001000 | 10111 | 101110 | 111000 | 110010 |
Color Harmonies of #C5A438
Complementary color
Monochromatic Colors of #C5A438
Black with #C5A438
Text Example
Text Example
White with #C5A438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A438; }
p { color: rgb(197,164,56); }
H1.HeaderClassName
{
color: #C5A438;
}
.AnyTagClassName
{
color: #C5A438;
}
</style>
background-color css
<style>
a { background-color: #C5A438; }
a { background-color: rgb(197,164,56); }
div.DivClassName
{
background-color: #C5A438;
}
.BgClassName
{
background-color: #C5A438;
}
</style>
border-color css
<style>
span { border-color: #C5A438; }
span { border-color: rgb(197,164,56); }
td.TdClassName
{
border-color: #C5A438;
}
.TagClassName
{
border-color: #C5A438;
}
</style>