#CAA23A

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

Shades of Metallic Gold #CAA23A

Tints of Metallic Gold #CAA23A

Color information

#CAA23A (or 0xCAA23A) is unknown color: approx Metallic Gold. HEX triplet: CA, A2 and 3A. RGB value is (202,162,58). Sum of RGB (Red+Green+Blue) = 202+162+58=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 58 (23.05% from 255 or 13.74% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA23A is #355DC5. Grayscale: #A2A2A2. Windows color (decimal): -3497414 or 3842762. OLE color: 3842762.

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

Color convert

RGB20216258-
CMYK00.200.710.21
HSL43.33º57.6%50.98%-
HSV(B)43.33º71.29%79.22%-
XYZ38.0438.79.47-
YUV162.169.25156.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.87%
GREEN value IS 162 (63.67% from 255) = 38.39%
BLUE value IS 58 (23.05% from 255) = 13.74%
R=47.87%
G=38.39%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021625800.200.710.2143.3357.650.98
HexCAA23A01447152b3a33
Octal3122427202410725537263
Binary1100101010100010111010010100100011110101101011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA23A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA23A; }

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

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

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

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

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

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

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

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