#CAA92D

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

Shades of Metallic Gold #CAA92D

Tints of Metallic Gold #CAA92D

Color information

#CAA92D (or 0xCAA92D) is unknown color: approx Metallic Gold. HEX triplet: CA, A9 and 2D. RGB value is (202,169,45). Sum of RGB (Red+Green+Blue) = 202+169+45=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 169 (66.41% from 255 or 40.62% from 416); Blue value is 45 (17.97% from 255 or 10.82% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA92D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA92D is #3556D2. Grayscale: #A5A5A5. Windows color (decimal): -3495635 or 2992586. OLE color: 2992586.

HSL color Cylindrical-coordinate representation of color #CAA92D: hue angle of 47.39º 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 #CAA92D is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB20216945-
CMYK00.160.780.21
HSL47.39º63.56%48.43%-
HSV(B)47.39º77.72%79.22%-
XYZ39.0241.128.36-
YUV164.7360.43154.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.56%
GREEN value IS 169 (66.41% from 255) = 40.62%
BLUE value IS 45 (17.97% from 255) = 10.82%
R=48.56%
G=40.62%
B=10.82%

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
Decimal2021694500.160.780.2147.3963.5648.43
HexCAA92D0104E152f4030
Octal31225155020116255710060
Binary11001010101010011011010100001001110101011011111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA92D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA92D; }

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

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

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

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

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

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

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

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