#C5A339

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

Shades of Metallic Gold #C5A339

Tints of Metallic Gold #C5A339

Color information

#C5A339 (or 0xC5A339) is unknown color: approx Metallic Gold. HEX triplet: C5, A3 and 39. RGB value is (197,163,57). Sum of RGB (Red+Green+Blue) = 197+163+57=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 57 (22.66% from 255 or 13.67% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A339 is #3A5CC6. Grayscale: #A1A1A1. Windows color (decimal): -3824839 or 3777477. OLE color: 3777477.

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

Color convert

RGB19716357-
CMYK00.170.710.23
HSL45.43º55.12%49.8%-
HSV(B)45.43º71.07%77.25%-
XYZ36.8638.369.33-
YUV161.0869.26153.62-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.24%
GREEN value IS 163 (64.06% from 255) = 39.09%
BLUE value IS 57 (22.66% from 255) = 13.67%
R=47.24%
G=39.09%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971635700.170.710.2345.4355.1249.8
HexC5A33901147172d3732
Octal3052437102110727556762
Binary1100010110100011111001010001100011110111101101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A339; }

 p { color: rgb(197,163,57); }

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

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

 a { background-color: rgb(197,163,57); }

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

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

 span { border-color: rgb(197,163,57); }

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