#CAA532

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

Shades of Metallic Gold #CAA532

Tints of Metallic Gold #CAA532

Color information

#CAA532 (or 0xCAA532) is unknown color: approx Metallic Gold. HEX triplet: CA, A5 and 32. RGB value is (202,165,50). Sum of RGB (Red+Green+Blue) = 202+165+50=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA532 is #355ACD. Grayscale: #A3A3A3. Windows color (decimal): -3496654 or 3319242. OLE color: 3319242.

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

Color convert

RGB20216550-
CMYK00.180.750.21
HSL45.39º60.32%49.41%-
HSV(B)45.39º75.25%79.22%-
XYZ38.3939.78.66-
YUV162.9564.26155.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.44%
GREEN value IS 165 (64.84% from 255) = 39.57%
BLUE value IS 50 (19.92% from 255) = 11.99%
R=48.44%
G=39.57%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021655000.180.750.2145.3960.3249.41
HexCAA5320124B152d3c31
Octal3122456202211325557461
Binary1100101010100101110010010010100101110101101101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA532; }

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

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

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

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

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

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

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

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