#C8A22E

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

Shades of Metallic Gold #C8A22E

Tints of Metallic Gold #C8A22E

Color information

#C8A22E (or 0xC8A22E) is unknown color: approx Metallic Gold. HEX triplet: C8, A2 and 2E. RGB value is (200,162,46). Sum of RGB (Red+Green+Blue) = 200+162+46=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 46 (18.36% from 255 or 11.27% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A22E is #375DD1. Grayscale: #A0A0A0. Windows color (decimal): -3628498 or 3056328. OLE color: 3056328.

HSL color Cylindrical-coordinate representation of color #C8A22E: hue angle of 45.19º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8A22E is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB20016246-
CMYK00.190.770.22
HSL45.19º62.6%48.24%-
HSV(B)45.19º77%78.43%-
XYZ37.2338.328.02-
YUV160.1463.59156.43-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.02%
GREEN value IS 162 (63.67% from 255) = 39.71%
BLUE value IS 46 (18.36% from 255) = 11.27%
R=49.02%
G=39.71%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001624600.190.770.2245.1962.648.24
HexC8A22E0134D162d3f30
Octal3102425602311526557760
Binary1100100010100010101110010011100110110110101101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A22E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A22E; }

 p { color: rgb(200,162,46); }

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

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

 a { background-color: rgb(200,162,46); }

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

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

 span { border-color: rgb(200,162,46); }

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