#CAA43A

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

Shades of Metallic Gold #CAA43A

Tints of Metallic Gold #CAA43A

Color information

#CAA43A (or 0xCAA43A) is unknown color: approx Metallic Gold. HEX triplet: CA, A4 and 3A. RGB value is (202,164,58). Sum of RGB (Red+Green+Blue) = 202+164+58=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 58 (23.05% from 255 or 13.68% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA43A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA43A is #355BC5. Grayscale: #A3A3A3. Windows color (decimal): -3496902 or 3843274. OLE color: 3843274.

HSL color Cylindrical-coordinate representation of color #CAA43A: hue angle of 44.17º degrees, saturation: 0.58, 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 #CAA43A is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB20216458-
CMYK00.190.710.21
HSL44.17º57.6%50.98%-
HSV(B)44.17º71.29%79.22%-
XYZ38.439.419.59-
YUV163.2868.59155.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.64%
GREEN value IS 164 (64.45% from 255) = 38.68%
BLUE value IS 58 (23.05% from 255) = 13.68%
R=47.64%
G=38.68%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021645800.190.710.2144.1757.650.98
HexCAA43A01347152c3a33
Octal3122447202310725547263
Binary1100101010100100111010010011100011110101101100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA43A; }

 p { color: rgb(202,164,58); }

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

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

 a { background-color: rgb(202,164,58); }

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

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

 span { border-color: rgb(202,164,58); }

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