#C9AA3B

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

Shades of Metallic Gold #C9AA3B

Tints of Metallic Gold #C9AA3B

Color information

#C9AA3B (or 0xC9AA3B) is unknown color: approx Metallic Gold. HEX triplet: C9, AA and 3B. RGB value is (201,170,59). Sum of RGB (Red+Green+Blue) = 201+170+59=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 59 (23.44% from 255 or 13.72% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AA3B is #3655C4. Grayscale: #A7A7A7. Windows color (decimal): -3560901 or 3910345. OLE color: 3910345.

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

Color convert

RGB20117059-
CMYK00.150.710.21
HSL46.9º56.8%50.98%-
HSV(B)46.9º70.65%78.82%-
XYZ39.2541.4810.08-
YUV166.6167.27152.53-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.74%
GREEN value IS 170 (66.80% from 255) = 39.53%
BLUE value IS 59 (23.44% from 255) = 13.72%
R=46.74%
G=39.53%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011705900.150.710.2146.956.850.98
HexC9AA3B0F47152f3933
Octal3112527301710725577163
Binary110010011010101011101101111100011110101101111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AA3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AA3B; }

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

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

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

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

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

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

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

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