#caa92c

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

Shades of Metallic Gold #CAA92C

Tints of Metallic Gold #CAA92C

Color information

#CAA92C (or 0xCAA92C) is unknown color: approx Metallic Gold. HEX triplet: CA, A9 and 2C. RGB value is (202,169,44). Sum of RGB (Red+Green+Blue) = 202+169+44=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 44 (17.58% from 255 or 10.60% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA92C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA92C is #3556D3. Grayscale: #A5A5A5. Windows color (decimal): -3495636 or 2927050. OLE color: 2927050.

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

Color convert

RGB20216944-
CMYK00.160.780.21
HSL47.47º64.23%48.24%-
HSV(B)47.47º78.22%79.22%-
XYZ3941.118.26-
YUV164.6259.93154.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.67%
GREEN value IS 169 (66.41% from 255) = 40.72%
BLUE value IS 44 (17.58% from 255) = 10.60%
R=48.67%
G=40.72%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021694400.160.780.2147.4764.2348.24
HexCAA92C0104E152f4030
Octal31225154020116255710060
Binary11001010101010011011000100001001110101011011111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #caa92c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #caa92c; }

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

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

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

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

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

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

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

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