#C5A838

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

Shades of Metallic Gold #C5A838

Tints of Metallic Gold #C5A838

Color information

#C5A838 (or 0xC5A838) is unknown color: approx Metallic Gold. HEX triplet: C5, A8 and 38. RGB value is (197,168,56). Sum of RGB (Red+Green+Blue) = 197+168+56=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 56 (22.27% from 255 or 13.30% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A838 is #3A57C7. Grayscale: #A4A4A4. Windows color (decimal): -3823560 or 3713221. OLE color: 3713221.

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

Color convert

RGB19716856-
CMYK00.150.720.23
HSL47.66º55.73%49.61%-
HSV(B)47.66º71.57%77.25%-
XYZ37.7440.169.5-
YUV163.967.11151.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.79%
GREEN value IS 168 (66.02% from 255) = 39.90%
BLUE value IS 56 (22.27% from 255) = 13.30%
R=46.79%
G=39.90%
B=13.30%

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
Decimal1971685600.150.720.2347.6655.7349.61
HexC5A8380F4817303832
Octal3052507001711027607062
Binary110001011010100011100001111100100010111110000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A838; }

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

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

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

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

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

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

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

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