#C9A339

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

Shades of Metallic Gold #C9A339

Tints of Metallic Gold #C9A339

Color information

#C9A339 (or 0xC9A339) is unknown color: approx Metallic Gold. HEX triplet: C9, A3 and 39. RGB value is (201,163,57). Sum of RGB (Red+Green+Blue) = 201+163+57=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 57 (22.66% from 255 or 13.54% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A339 is #365CC6. Grayscale: #A2A2A2. Windows color (decimal): -3562695 or 3777481. OLE color: 3777481.

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

Color convert

RGB20116357-
CMYK00.190.720.21
HSL44.17º57.14%50.59%-
HSV(B)44.17º71.64%78.82%-
XYZ37.9238.919.38-
YUV162.2868.59155.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.74%
GREEN value IS 163 (64.06% from 255) = 38.72%
BLUE value IS 57 (22.66% from 255) = 13.54%
R=47.74%
G=38.72%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011635700.190.720.2144.1757.1450.59
HexC9A33901348152c3933
Octal3112437102311025547163
Binary1100100110100011111001010011100100010101101100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A339; }

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

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

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

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

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

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

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

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