#C5A535

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

Shades of Metallic Gold #C5A535

Tints of Metallic Gold #C5A535

Color information

#C5A535 (or 0xC5A535) is unknown color: approx Metallic Gold. HEX triplet: C5, A5 and 35. RGB value is (197,165,53). Sum of RGB (Red+Green+Blue) = 197+165+53=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 53 (21.09% from 255 or 12.77% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A535 is #3A5ACA. Grayscale: #A2A2A2. Windows color (decimal): -3824331 or 3515845. OLE color: 3515845.

HSL color Cylindrical-coordinate representation of color #C5A535: hue angle of 46.67º 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 #C5A535 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB19716553-
CMYK00.160.730.23
HSL46.67º57.6%49.02%-
HSV(B)46.67º73.1%77.25%-
XYZ37.1239.048.95-
YUV161.866.6153.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.47%
GREEN value IS 165 (64.84% from 255) = 39.76%
BLUE value IS 53 (21.09% from 255) = 12.77%
R=47.47%
G=39.76%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971655300.160.730.2346.6757.649.02
HexC5A53501049172f3a31
Octal3052456502011127577261
Binary1100010110100101110101010000100100110111101111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A535; }

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

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

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

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

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

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

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

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