#CAA42E

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

Shades of Metallic Gold #CAA42E

Tints of Metallic Gold #CAA42E

Color information

#CAA42E (or 0xCAA42E) is unknown color: approx Metallic Gold. HEX triplet: CA, A4 and 2E. RGB value is (202,164,46). Sum of RGB (Red+Green+Blue) = 202+164+46=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 46 (18.36% from 255 or 11.17% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA42E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA42E is #355BD1. Grayscale: #A2A2A2. Windows color (decimal): -3496914 or 3056842. OLE color: 3056842.

HSL color Cylindrical-coordinate representation of color #CAA42E: hue angle of 45.38º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CAA42E is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB20216446-
CMYK00.190.770.21
HSL45.38º62.9%48.63%-
HSV(B)45.38º77.23%79.22%-
XYZ38.1339.38.16-
YUV161.9162.59156.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.03%
GREEN value IS 164 (64.45% from 255) = 39.81%
BLUE value IS 46 (18.36% from 255) = 11.17%
R=49.03%
G=39.81%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.77
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021644600.190.770.2145.3862.948.63
HexCAA42E0134D152d3f31
Octal3122445602311525557761
Binary1100101010100100101110010011100110110101101101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA42E; }

 p { color: rgb(202,164,46); }

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

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

 a { background-color: rgb(202,164,46); }

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

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

 span { border-color: rgb(202,164,46); }

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