#C5A738

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

Shades of Metallic Gold #C5A738

Tints of Metallic Gold #C5A738

Color information

#C5A738 (or 0xC5A738) is unknown color: approx Metallic Gold. HEX triplet: C5, A7 and 38. RGB value is (197,167,56). Sum of RGB (Red+Green+Blue) = 197+167+56=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 56 (22.27% from 255 or 13.33% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A738 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A738 is #3A58C7. Grayscale: #A3A3A3. Windows color (decimal): -3823816 or 3712965. OLE color: 3712965.

HSL color Cylindrical-coordinate representation of color #C5A738: hue angle of 47.23º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5A738 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB19716756-
CMYK00.150.720.23
HSL47.23º55.73%49.61%-
HSV(B)47.23º71.57%77.25%-
XYZ37.5639.799.44-
YUV163.3267.44152.03-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.90%
GREEN value IS 167 (65.62% from 255) = 39.76%
BLUE value IS 56 (22.27% from 255) = 13.33%
R=46.90%
G=39.76%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971675600.150.720.2347.2355.7349.61
HexC5A7380F48172f3832
Octal3052477001711027577062
Binary110001011010011111100001111100100010111101111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A738; }

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

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

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

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

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

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

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

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