#C5A135

Color #C5A135 Metallic Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Gold #C5A135

Tints of Metallic Gold #C5A135

Color information

#C5A135 (or 0xC5A135) is unknown color: approx Metallic Gold. HEX triplet: C5, A1 and 35. RGB value is (197,161,53). Sum of RGB (Red+Green+Blue) = 197+161+53=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 53 (21.09% from 255 or 12.90% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A135 is #3A5ECA. Grayscale: #9F9F9F. Windows color (decimal): -3825355 or 3514821. OLE color: 3514821.

HSL color Cylindrical-coordinate representation of color #C5A135: hue angle of 45º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5A135 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB19716153-
CMYK00.180.730.23
HSL45º57.6%49.02%-
HSV(B)45º73.1%77.25%-
XYZ36.4137.628.71-
YUV159.4567.93154.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 47.93%
GREEN value IS 161 (63.28% from 255) = 39.17%
BLUE value IS 53 (21.09% from 255) = 12.90%
R=47.93%
G=39.17%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971615300.180.730.234557.649.02
HexC5A13501249172d3a31
Octal3052416502211127557261
Binary1100010110100001110101010010100100110111101101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A135; }

 p { color: rgb(197,161,53); }

 H1.HeaderClassName
 {
   color: #C5A135;
 }
 .AnyTagClassName
 {
   color: #C5A135;
 }
</style>
background-color css

<style>
 a { background-color: #C5A135; }

 a { background-color: rgb(197,161,53); }

 div.DivClassName
 {
   background-color: #C5A135;
 }
 .BgClassName
 {
   background-color: #C5A135;
 }
</style>
border-color css

<style>
 span { border-color: #C5A135; }

 span { border-color: rgb(197,161,53); }

 td.TdClassName
 {
   border-color: #C5A135;
 }
 .TagClassName
 {
   border-color: #C5A135;
 }
</style>