#C5AA33

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

Shades of Metallic Gold #C5AA33

Tints of Metallic Gold #C5AA33

Color information

#C5AA33 (or 0xC5AA33) is unknown color: approx Metallic Gold. HEX triplet: C5, AA and 33. RGB value is (197,170,51). Sum of RGB (Red+Green+Blue) = 197+170+51=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 51 (20.31% from 255 or 12.20% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AA33 is #3A55CC. Grayscale: #A5A5A5. Windows color (decimal): -3823053 or 3386053. OLE color: 3386053.

HSL color Cylindrical-coordinate representation of color #C5AA33: hue angle of 48.9º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5AA33 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB19717051-
CMYK00.140.740.23
HSL48.9º58.87%48.63%-
HSV(B)48.9º74.11%77.25%-
XYZ3840.869.02-
YUV164.5163.95151.18-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.13%
GREEN value IS 170 (66.80% from 255) = 40.67%
BLUE value IS 51 (20.31% from 255) = 12.20%
R=47.13%
G=40.67%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971705100.140.740.2348.958.8748.63
HexC5AA330E4A17313b31
Octal3052526301611227617361
Binary110001011010101011001101110100101010111110001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AA33; }

 p { color: rgb(197,170,51); }

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

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

 a { background-color: rgb(197,170,51); }

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

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

 span { border-color: rgb(197,170,51); }

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