#C9A337

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

Shades of Metallic Gold #C9A337

Tints of Metallic Gold #C9A337

Color information

#C9A337 (or 0xC9A337) is unknown color: approx Metallic Gold. HEX triplet: C9, A3 and 37. RGB value is (201,163,55). Sum of RGB (Red+Green+Blue) = 201+163+55=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 55 (21.88% from 255 or 13.13% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A337 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A337 is #365CC8. Grayscale: #A2A2A2. Windows color (decimal): -3562697 or 3646409. OLE color: 3646409.

HSL color Cylindrical-coordinate representation of color #C9A337: hue angle of 44.38º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C9A337 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB20116355-
CMYK00.190.730.21
HSL44.38º57.48%50.2%-
HSV(B)44.38º72.64%78.82%-
XYZ37.8738.899.12-
YUV162.0567.59155.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.97%
GREEN value IS 163 (64.06% from 255) = 38.90%
BLUE value IS 55 (21.88% from 255) = 13.13%
R=47.97%
G=38.90%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011635500.190.730.2144.3857.4850.2
HexC9A33701349152c3932
Octal3112436702311125547162
Binary1100100110100011110111010011100100110101101100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A337; }

 p { color: rgb(201,163,55); }

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

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

 a { background-color: rgb(201,163,55); }

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

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

 span { border-color: rgb(201,163,55); }

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