#C8A839

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

Shades of Metallic Gold #C8A839

Tints of Metallic Gold #C8A839

Color information

#C8A839 (or 0xC8A839) is unknown color: approx Metallic Gold. HEX triplet: C8, A8 and 39. RGB value is (200,168,57). Sum of RGB (Red+Green+Blue) = 200+168+57=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 57 (22.66% from 255 or 13.41% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A839 is #3757C6. Grayscale: #A5A5A5. Windows color (decimal): -3626951 or 3778760. OLE color: 3778760.

HSL color Cylindrical-coordinate representation of color #C8A839: hue angle of 46.57º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8A839 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB20016857-
CMYK00.160.720.22
HSL46.57º56.52%50.39%-
HSV(B)46.57º71.5%78.43%-
XYZ38.5640.589.67-
YUV164.9167.1153.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.06%
GREEN value IS 168 (66.02% from 255) = 39.53%
BLUE value IS 57 (22.66% from 255) = 13.41%
R=47.06%
G=39.53%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001685700.160.720.2246.5756.5250.39
HexC8A83901048162f3932
Octal3102507102011026577162
Binary1100100010101000111001010000100100010110101111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A839; }

 p { color: rgb(200,168,57); }

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

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

 a { background-color: rgb(200,168,57); }

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

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

 span { border-color: rgb(200,168,57); }

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