#C7A932

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

Shades of Metallic Gold #C7A932

Tints of Metallic Gold #C7A932

Color information

#C7A932 (or 0xC7A932) is unknown color: approx Metallic Gold. HEX triplet: C7, A9 and 32. RGB value is (199,169,50). Sum of RGB (Red+Green+Blue) = 199+169+50=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A932 is #3856CD. Grayscale: #A4A4A4. Windows color (decimal): -3692238 or 3320263. OLE color: 3320263.

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

Color convert

RGB19916950-
CMYK00.150.750.22
HSL47.92º59.84%48.82%-
HSV(B)47.92º74.87%78.04%-
XYZ38.3240.758.86-
YUV164.463.44152.68-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.61%
GREEN value IS 169 (66.41% from 255) = 40.43%
BLUE value IS 50 (19.92% from 255) = 11.96%
R=47.61%
G=40.43%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991695000.150.750.2247.9259.8448.82
HexC7A9320F4B16303c31
Octal3072516201711326607461
Binary110001111010100111001001111100101110110110000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A932; }

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

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

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

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

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

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

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

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