#C9A13D

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

Shades of Metallic Gold #C9A13D

Tints of Metallic Gold #C9A13D

Color information

#C9A13D (or 0xC9A13D) is unknown color: approx Metallic Gold. HEX triplet: C9, A1 and 3D. RGB value is (201,161,61). Sum of RGB (Red+Green+Blue) = 201+161+61=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 61 (24.22% from 255 or 14.42% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A13D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A13D is #365EC2. Grayscale: #A2A2A2. Windows color (decimal): -3563203 or 4039113. OLE color: 4039113.

HSL color Cylindrical-coordinate representation of color #C9A13D: hue angle of 42.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9A13D is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB20116161-
CMYK00.200.700.21
HSL42.86º56.45%51.37%-
HSV(B)42.86º69.65%78.82%-
XYZ37.6738.249.81-
YUV161.5671.25156.13-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.52%
GREEN value IS 161 (63.28% from 255) = 38.06%
BLUE value IS 61 (24.22% from 255) = 14.42%
R=47.52%
G=38.06%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011616100.200.700.2142.8656.4551.37
HexC9A13D01446152b3833
Octal3112417502410625537063
Binary1100100110100001111101010100100011010101101011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A13D; }

 p { color: rgb(201,161,61); }

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

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

 a { background-color: rgb(201,161,61); }

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

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

 span { border-color: rgb(201,161,61); }

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