#CAA934

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

Shades of Metallic Gold #CAA934

Tints of Metallic Gold #CAA934

Color information

#CAA934 (or 0xCAA934) is unknown color: approx Metallic Gold. HEX triplet: CA, A9 and 34. RGB value is (202,169,52). Sum of RGB (Red+Green+Blue) = 202+169+52=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA934 is #3556CB. Grayscale: #A6A6A6. Windows color (decimal): -3495628 or 3451338. OLE color: 3451338.

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

Color convert

RGB20216952-
CMYK00.160.740.21
HSL46.8º59.06%49.8%-
HSV(B)46.8º74.26%79.22%-
XYZ39.1641.189.13-
YUV165.5363.93154.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.75%
GREEN value IS 169 (66.41% from 255) = 39.95%
BLUE value IS 52 (20.70% from 255) = 12.29%
R=47.75%
G=39.95%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021695200.160.740.2146.859.0649.8
HexCAA9340104A152f3b32
Octal3122516402011225577362
Binary1100101010101001110100010000100101010101101111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA934; }

 p { color: rgb(202,169,52); }

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

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

 a { background-color: rgb(202,169,52); }

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

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

 span { border-color: rgb(202,169,52); }

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