#c9aa2d

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

Shades of Metallic Gold #C9AA2D

Tints of Metallic Gold #C9AA2D

Color information

#C9AA2D (or 0xC9AA2D) is unknown color: approx Metallic Gold. HEX triplet: C9, AA and 2D. RGB value is (201,170,45). Sum of RGB (Red+Green+Blue) = 201+170+45=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 45 (17.97% from 255 or 10.82% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AA2D is #3655D2. Grayscale: #A5A5A5. Windows color (decimal): -3560915 or 2992841. OLE color: 2992841.

HSL color Cylindrical-coordinate representation of color #C9AA2D: hue angle of 48.08º degrees, saturation: 0.63, 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 #C9AA2D is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB20117045-
CMYK00.150.780.21
HSL48.08º63.41%48.24%-
HSV(B)48.08º77.61%78.82%-
XYZ38.9441.368.41-
YUV165.0260.27153.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.32%
GREEN value IS 170 (66.80% from 255) = 40.87%
BLUE value IS 45 (17.97% from 255) = 10.82%
R=48.32%
G=40.87%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011704500.150.780.2148.0863.4148.24
HexC9AA2D0F4E15303f30
Octal3112525501711625607760
Binary110010011010101010110101111100111010101110000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9aa2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9aa2d; }

 p { color: rgb(201,170,45); }

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

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

 a { background-color: rgb(201,170,45); }

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

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

 span { border-color: rgb(201,170,45); }

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