#CAAA32

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

Shades of Metallic Gold #CAAA32

Tints of Metallic Gold #CAAA32

Color information

#CAAA32 (or 0xCAAA32) is unknown color: approx Metallic Gold. HEX triplet: CA, AA and 32. RGB value is (202,170,50). Sum of RGB (Red+Green+Blue) = 202+170+50=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAA32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAAA32 is #3555CD. Grayscale: #A6A6A6. Windows color (decimal): -3495374 or 3320522. OLE color: 3320522.

HSL color Cylindrical-coordinate representation of color #CAAA32: hue angle of 47.37º 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 #CAAA32 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB20217050-
CMYK00.160.750.21
HSL47.37º60.32%49.41%-
HSV(B)47.37º75.25%79.22%-
XYZ39.3141.548.96-
YUV165.8962.6153.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.87%
GREEN value IS 170 (66.80% from 255) = 40.28%
BLUE value IS 50 (19.92% from 255) = 11.85%
R=47.87%
G=40.28%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021705000.160.750.2147.3760.3249.41
HexCAAA320104B152f3c31
Octal3122526202011325577461
Binary1100101010101010110010010000100101110101101111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAA32; }

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

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

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

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

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

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

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

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