#CAA036

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

Shades of Metallic Gold #CAA036

Tints of Metallic Gold #CAA036

Color information

#CAA036 (or 0xCAA036) is unknown color: approx Metallic Gold. HEX triplet: CA, A0 and 36. RGB value is (202,160,54). Sum of RGB (Red+Green+Blue) = 202+160+54=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 54 (21.48% from 255 or 12.98% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA036 is #355FC9. Grayscale: #A0A0A0. Windows color (decimal): -3497930 or 3580106. OLE color: 3580106.

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

Color convert

RGB20216054-
CMYK00.210.730.21
HSL42.97º58.27%50.2%-
HSV(B)42.97º73.27%79.22%-
XYZ37.5937.968.84-
YUV160.4767.91157.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.56%
GREEN value IS 160 (62.89% from 255) = 38.46%
BLUE value IS 54 (21.48% from 255) = 12.98%
R=48.56%
G=38.46%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021605400.210.730.2142.9758.2750.2
HexCAA03601549152b3a32
Octal3122406602511125537262
Binary1100101010100000110110010101100100110101101011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA036; }

 p { color: rgb(202,160,54); }

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

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

 a { background-color: rgb(202,160,54); }

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

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

 span { border-color: rgb(202,160,54); }

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