#CAA539

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

Shades of Metallic Gold #CAA539

Tints of Metallic Gold #CAA539

Color information

#CAA539 (or 0xCAA539) is unknown color: approx Metallic Gold. HEX triplet: CA, A5 and 39. RGB value is (202,165,57). Sum of RGB (Red+Green+Blue) = 202+165+57=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 57 (22.66% from 255 or 13.44% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA539 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA539 is #355AC6. Grayscale: #A4A4A4. Windows color (decimal): -3496647 or 3777994. OLE color: 3777994.

HSL color Cylindrical-coordinate representation of color #CAA539: hue angle of 44.69º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CAA539 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB20216557-
CMYK00.180.720.21
HSL44.69º57.77%50.78%-
HSV(B)44.69º71.78%79.22%-
XYZ38.5539.769.51-
YUV163.7567.76155.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.64%
GREEN value IS 165 (64.84% from 255) = 38.92%
BLUE value IS 57 (22.66% from 255) = 13.44%
R=47.64%
G=38.92%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021655700.180.720.2144.6957.7750.78
HexCAA53901248152d3a33
Octal3122457102211025557263
Binary1100101010100101111001010010100100010101101101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA539; }

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

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

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

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

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

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

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

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