#C9A72C

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

Shades of Metallic Gold #C9A72C

Tints of Metallic Gold #C9A72C

Color information

#C9A72C (or 0xC9A72C) is unknown color: approx Metallic Gold. HEX triplet: C9, A7 and 2C. RGB value is (201,167,44). Sum of RGB (Red+Green+Blue) = 201+167+44=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 167 (65.62% from 255 or 40.53% from 412); Blue value is 44 (17.58% from 255 or 10.68% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A72C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A72C is #3658D3. Grayscale: #A3A3A3. Windows color (decimal): -3561684 or 2926537. OLE color: 2926537.

HSL color Cylindrical-coordinate representation of color #C9A72C: hue angle of 47.01º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C9A72C is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB20116744-
CMYK00.170.780.21
HSL47.01º64.08%48.04%-
HSV(B)47.01º78.11%78.82%-
XYZ38.3640.248.13-
YUV163.1460.76155-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.79%
GREEN value IS 167 (65.62% from 255) = 40.53%
BLUE value IS 44 (17.58% from 255) = 10.68%
R=48.79%
G=40.53%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011674400.170.780.2147.0164.0848.04
HexC9A72C0114E152f4030
Octal31124754021116255710060
Binary11001001101001111011000100011001110101011011111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A72C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A72C; }

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

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

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

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

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

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

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

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