#CAA332

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

Shades of Metallic Gold #CAA332

Tints of Metallic Gold #CAA332

Color information

#CAA332 (or 0xCAA332) is unknown color: approx Metallic Gold. HEX triplet: CA, A3 and 32. RGB value is (202,163,50). Sum of RGB (Red+Green+Blue) = 202+163+50=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 50 (19.92% from 255 or 12.05% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA332 is #355CCD. Grayscale: #A2A2A2. Windows color (decimal): -3497166 or 3318730. OLE color: 3318730.

HSL color Cylindrical-coordinate representation of color #CAA332: hue angle of 44.61º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CAA332 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB20216350-
CMYK00.190.750.21
HSL44.61º60.32%49.41%-
HSV(B)44.61º75.25%79.22%-
XYZ38.0338.988.54-
YUV161.7864.92156.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.67%
GREEN value IS 163 (64.06% from 255) = 39.28%
BLUE value IS 50 (19.92% from 255) = 12.05%
R=48.67%
G=39.28%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021635000.190.750.2144.6160.3249.41
HexCAA3320134B152d3c31
Octal3122436202311325557461
Binary1100101010100011110010010011100101110101101101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA332; }

 p { color: rgb(202,163,50); }

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

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

 a { background-color: rgb(202,163,50); }

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

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

 span { border-color: rgb(202,163,50); }

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