#C9A438

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

Shades of Metallic Gold #C9A438

Tints of Metallic Gold #C9A438

Color information

#C9A438 (or 0xC9A438) is unknown color: approx Metallic Gold. HEX triplet: C9, A4 and 38. RGB value is (201,164,56). Sum of RGB (Red+Green+Blue) = 201+164+56=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 56 (22.27% from 255 or 13.30% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A438 is #365BC7. Grayscale: #A3A3A3. Windows color (decimal): -3562440 or 3712201. OLE color: 3712201.

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

Color convert

RGB20116456-
CMYK00.180.720.21
HSL44.69º57.31%50.39%-
HSV(B)44.69º72.14%78.82%-
XYZ38.0839.259.31-
YUV162.7567.76155.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.74%
GREEN value IS 164 (64.45% from 255) = 38.95%
BLUE value IS 56 (22.27% from 255) = 13.30%
R=47.74%
G=38.95%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011645600.180.720.2144.6957.3150.39
HexC9A43801248152d3932
Octal3112447002211025557162
Binary1100100110100100111000010010100100010101101101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A438; }

 p { color: rgb(201,164,56); }

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

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

 a { background-color: rgb(201,164,56); }

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

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

 span { border-color: rgb(201,164,56); }

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