#C5A739

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

Shades of Metallic Gold #C5A739

Tints of Metallic Gold #C5A739

Color information

#C5A739 (or 0xC5A739) is unknown color: approx Metallic Gold. HEX triplet: C5, A7 and 39. RGB value is (197,167,57). Sum of RGB (Red+Green+Blue) = 197+167+57=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 57 (22.66% from 255 or 13.54% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A739 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A739 is #3A58C6. Grayscale: #A3A3A3. Windows color (decimal): -3823815 or 3778501. OLE color: 3778501.

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

Color convert

RGB19716757-
CMYK00.150.710.23
HSL47.14º55.12%49.8%-
HSV(B)47.14º71.07%77.25%-
XYZ37.5839.89.57-
YUV163.4367.94151.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.79%
GREEN value IS 167 (65.62% from 255) = 39.67%
BLUE value IS 57 (22.66% from 255) = 13.54%
R=46.79%
G=39.67%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971675700.150.710.2347.1455.1249.8
HexC5A7390F47172f3732
Octal3052477101710727576762
Binary110001011010011111100101111100011110111101111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A739; }

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

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

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

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

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

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

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

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