#CAA73C

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

Shades of Metallic Gold #CAA73C

Tints of Metallic Gold #CAA73C

Color information

#CAA73C (or 0xCAA73C) is unknown color: approx Metallic Gold. HEX triplet: CA, A7 and 3C. RGB value is (202,167,60). Sum of RGB (Red+Green+Blue) = 202+167+60=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA73C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA73C is #3558C3. Grayscale: #A5A5A5. Windows color (decimal): -3496132 or 3975114. OLE color: 3975114.

HSL color Cylindrical-coordinate representation of color #CAA73C: hue angle of 45.21º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAA73C is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB20216760-
CMYK00.170.700.21
HSL45.21º57.26%51.37%-
HSV(B)45.21º70.3%79.22%-
XYZ38.9940.5210.04-
YUV165.2768.6154.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.09%
GREEN value IS 167 (65.62% from 255) = 38.93%
BLUE value IS 60 (23.83% from 255) = 13.99%
R=47.09%
G=38.93%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021676000.170.700.2145.2157.2651.37
HexCAA73C01146152d3933
Octal3122477402110625557163
Binary1100101010100111111100010001100011010101101101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA73C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA73C; }

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

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

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

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

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

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

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

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