#C5A23A

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

Shades of Metallic Gold #C5A23A

Tints of Metallic Gold #C5A23A

Color information

#C5A23A (or 0xC5A23A) is unknown color: approx Metallic Gold. HEX triplet: C5, A2 and 3A. RGB value is (197,162,58). Sum of RGB (Red+Green+Blue) = 197+162+58=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 58 (23.05% from 255 or 13.91% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A23A is #3A5DC5. Grayscale: #A1A1A1. Windows color (decimal): -3825094 or 3842757. OLE color: 3842757.

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

Color convert

RGB19716258-
CMYK00.180.710.23
HSL44.89º54.51%50%-
HSV(B)44.89º70.56%77.25%-
XYZ36.7138.029.41-
YUV160.6170.1153.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.24%
GREEN value IS 162 (63.67% from 255) = 38.85%
BLUE value IS 58 (23.05% from 255) = 13.91%
R=47.24%
G=38.85%
B=13.91%

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
Decimal1971625800.180.710.2344.8954.5150
HexC5A23A01247172d3732
Octal3052427202210727556762
Binary1100010110100010111010010010100011110111101101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A23A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A23A; }

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

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

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

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

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

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

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

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