#CAA93A

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

Shades of Metallic Gold #CAA93A

Tints of Metallic Gold #CAA93A

Color information

#CAA93A (or 0xCAA93A) is unknown color: approx Metallic Gold. HEX triplet: CA, A9 and 3A. RGB value is (202,169,58). Sum of RGB (Red+Green+Blue) = 202+169+58=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 58 (23.05% from 255 or 13.52% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA93A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA93A is #3556C5. Grayscale: #A6A6A6. Windows color (decimal): -3495622 or 3844554. OLE color: 3844554.

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

Color convert

RGB20216958-
CMYK00.160.710.21
HSL46.25º57.6%50.98%-
HSV(B)46.25º71.29%79.22%-
XYZ39.3141.249.89-
YUV166.2166.93153.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.09%
GREEN value IS 169 (66.41% from 255) = 39.39%
BLUE value IS 58 (23.05% from 255) = 13.52%
R=47.09%
G=39.39%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021695800.160.710.2146.2557.650.98
HexCAA93A01047152e3a33
Octal3122517202010725567263
Binary1100101010101001111010010000100011110101101110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA93A; }

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

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

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

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

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

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

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

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