#C9A739

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

Shades of Metallic Gold #C9A739

Tints of Metallic Gold #C9A739

Color information

#C9A739 (or 0xC9A739) is unknown color: approx Metallic Gold. HEX triplet: C9, A7 and 39. RGB value is (201,167,57). Sum of RGB (Red+Green+Blue) = 201+167+57=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 57 (22.66% from 255 or 13.41% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A739 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A739 is #3658C6. Grayscale: #A5A5A5. Windows color (decimal): -3561671 or 3778505. OLE color: 3778505.

HSL color Cylindrical-coordinate representation of color #C9A739: hue angle of 45.83º 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 #C9A739 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB20116757-
CMYK00.170.720.21
HSL45.83º57.14%50.59%-
HSV(B)45.83º71.64%78.82%-
XYZ38.6440.359.62-
YUV164.6367.26153.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.29%
GREEN value IS 167 (65.62% from 255) = 39.29%
BLUE value IS 57 (22.66% from 255) = 13.41%
R=47.29%
G=39.29%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011675700.170.720.2145.8357.1450.59
HexC9A73901148152e3933
Octal3112477102111025567163
Binary1100100110100111111001010001100100010101101110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A739; }

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

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

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

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

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

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

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

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