#C4A533

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

Shades of Metallic Gold #C4A533

Tints of Metallic Gold #C4A533

Color information

#C4A533 (or 0xC4A533) is unknown color: approx Metallic Gold. HEX triplet: C4, A5 and 33. RGB value is (196,165,51). Sum of RGB (Red+Green+Blue) = 196+165+51=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 51 (20.31% from 255 or 12.38% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A533 is #3B5ACC. Grayscale: #A1A1A1. Windows color (decimal): -3889869 or 3384772. OLE color: 3384772.

HSL color Cylindrical-coordinate representation of color #C4A533: hue angle of 47.17º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C4A533 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB19616551-
CMYK00.160.740.23
HSL47.17º58.7%48.43%-
HSV(B)47.17º73.98%76.86%-
XYZ36.8238.898.7-
YUV161.2765.77152.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.57%
GREEN value IS 165 (64.84% from 255) = 40.05%
BLUE value IS 51 (20.31% from 255) = 12.38%
R=47.57%
G=40.05%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961655100.160.740.2347.1758.748.43
HexC4A5330104A172f3b30
Octal3042456302011227577360
Binary1100010010100101110011010000100101010111101111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A533; }

 p { color: rgb(196,165,51); }

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

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

 a { background-color: rgb(196,165,51); }

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

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

 span { border-color: rgb(196,165,51); }

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