#c7a934

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

Shades of Metallic Gold #C7A934

Tints of Metallic Gold #C7A934

Color information

#C7A934 (or 0xC7A934) is unknown color: approx Metallic Gold. HEX triplet: C7, A9 and 34. RGB value is (199,169,52). Sum of RGB (Red+Green+Blue) = 199+169+52=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A934 is #3856CB. Grayscale: #A5A5A5. Windows color (decimal): -3692236 or 3451335. OLE color: 3451335.

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

Color convert

RGB19916952-
CMYK00.150.740.22
HSL47.76º58.57%49.22%-
HSV(B)47.76º73.87%78.04%-
XYZ38.3640.779.1-
YUV164.6364.44152.51-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.38%
GREEN value IS 169 (66.41% from 255) = 40.24%
BLUE value IS 52 (20.70% from 255) = 12.38%
R=47.38%
G=40.24%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991695200.150.740.2247.7658.5749.22
HexC7A9340F4A16303b31
Octal3072516401711226607361
Binary110001111010100111010001111100101010110110000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7a934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7a934; }

 p { color: rgb(199,169,52); }

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

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

 a { background-color: rgb(199,169,52); }

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

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

 span { border-color: rgb(199,169,52); }

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