#CCA532

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

Shades of Metallic Gold #CCA532

Tints of Metallic Gold #CCA532

Color information

#CCA532 (or 0xCCA532) is unknown color: approx Metallic Gold. HEX triplet: CC, A5 and 32. RGB value is (204,165,50). Sum of RGB (Red+Green+Blue) = 204+165+50=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA532 is #335ACD. Grayscale: #A4A4A4. Windows color (decimal): -3365582 or 3319244. OLE color: 3319244.

HSL color Cylindrical-coordinate representation of color #CCA532: hue angle of 44.81º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCA532 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB20416550-
CMYK00.190.750.2
HSL44.81º60.63%49.8%-
HSV(B)44.81º75.49%80%-
XYZ38.9339.988.68-
YUV163.5563.92156.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.69%
GREEN value IS 165 (64.84% from 255) = 39.38%
BLUE value IS 50 (19.92% from 255) = 11.93%
R=48.69%
G=39.38%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041655000.190.750.244.8160.6349.8
HexCCA5320134B142d3d32
Octal3142456202311324557562
Binary1100110010100101110010010011100101110100101101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA532; }

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

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

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

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

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

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

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

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