#C5A239

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

Shades of Metallic Gold #C5A239

Tints of Metallic Gold #C5A239

Color information

#C5A239 (or 0xC5A239) is unknown color: approx Metallic Gold. HEX triplet: C5, A2 and 39. RGB value is (197,162,57). Sum of RGB (Red+Green+Blue) = 197+162+57=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 57 (22.66% from 255 or 13.70% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A239 is #3A5DC6. Grayscale: #A0A0A0. Windows color (decimal): -3825095 or 3777221. OLE color: 3777221.

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

Color convert

RGB19716257-
CMYK00.180.710.23
HSL45º55.12%49.8%-
HSV(B)45º71.07%77.25%-
XYZ36.6838.019.27-
YUV160.4969.6154.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.36%
GREEN value IS 162 (63.67% from 255) = 38.94%
BLUE value IS 57 (22.66% from 255) = 13.70%
R=47.36%
G=38.94%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971625700.180.710.234555.1249.8
HexC5A23901247172d3732
Octal3052427102210727556762
Binary1100010110100010111001010010100011110111101101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A239; }

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

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

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

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

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

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

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

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