#CAA736

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

Shades of Metallic Gold #CAA736

Tints of Metallic Gold #CAA736

Color information

#CAA736 (or 0xCAA736) is unknown color: approx Metallic Gold. HEX triplet: CA, A7 and 36. RGB value is (202,167,54). Sum of RGB (Red+Green+Blue) = 202+167+54=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 54 (21.48% from 255 or 12.77% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA736 is #3558C9. Grayscale: #A5A5A5. Windows color (decimal): -3496138 or 3581898. OLE color: 3581898.

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

Color convert

RGB20216754-
CMYK00.170.730.21
HSL45.81º58.27%50.2%-
HSV(B)45.81º73.27%79.22%-
XYZ38.8440.469.25-
YUV164.5865.6154.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.75%
GREEN value IS 167 (65.62% from 255) = 39.48%
BLUE value IS 54 (21.48% from 255) = 12.77%
R=47.75%
G=39.48%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021675400.170.730.2145.8158.2750.2
HexCAA73601149152e3a32
Octal3122476602111125567262
Binary1100101010100111110110010001100100110101101110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA736; }

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

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

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

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

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

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

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

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