#CAAA36

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

Shades of Metallic Gold #CAAA36

Tints of Metallic Gold #CAAA36

Color information

#CAAA36 (or 0xCAAA36) is unknown color: approx Metallic Gold. HEX triplet: CA, AA and 36. RGB value is (202,170,54). Sum of RGB (Red+Green+Blue) = 202+170+54=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 54 (21.48% from 255 or 12.68% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAA36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAAA36 is #3555C9. Grayscale: #A6A6A6. Windows color (decimal): -3495370 or 3582666. OLE color: 3582666.

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

Color convert

RGB20217054-
CMYK00.160.730.21
HSL47.03º58.27%50.2%-
HSV(B)47.03º73.27%79.22%-
XYZ39.441.579.44-
YUV166.3464.6153.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.42%
GREEN value IS 170 (66.80% from 255) = 39.91%
BLUE value IS 54 (21.48% from 255) = 12.68%
R=47.42%
G=39.91%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021705400.160.730.2147.0358.2750.2
HexCAAA3601049152f3a32
Octal3122526602011125577262
Binary1100101010101010110110010000100100110101101111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAA36; }

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

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

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

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

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

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

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

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