#C8AA37

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

Shades of Metallic Gold #C8AA37

Tints of Metallic Gold #C8AA37

Color information

#C8AA37 (or 0xC8AA37) is unknown color: approx Metallic Gold. HEX triplet: C8, AA and 37. RGB value is (200,170,55). Sum of RGB (Red+Green+Blue) = 200+170+55=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 55 (21.88% from 255 or 12.94% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AA37 is #3755C8. Grayscale: #A6A6A6. Windows color (decimal): -3626441 or 3648200. OLE color: 3648200.

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

Color convert

RGB20017055-
CMYK00.150.720.22
HSL47.59º56.86%50%-
HSV(B)47.59º72.5%78.43%-
XYZ38.8841.39.54-
YUV165.8665.44152.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.06%
GREEN value IS 170 (66.80% from 255) = 40%
BLUE value IS 55 (21.88% from 255) = 12.94%
R=47.06%
G=40%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001705500.150.720.2247.5956.8650
HexC8AA370F4816303932
Octal3102526701711026607162
Binary110010001010101011011101111100100010110110000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AA37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AA37; }

 p { color: rgb(200,170,55); }

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

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

 a { background-color: rgb(200,170,55); }

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

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

 span { border-color: rgb(200,170,55); }

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