#CAA43B

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

Shades of Metallic Gold #CAA43B

Tints of Metallic Gold #CAA43B

Color information

#CAA43B (or 0xCAA43B) is unknown color: approx Metallic Gold. HEX triplet: CA, A4 and 3B. RGB value is (202,164,59). Sum of RGB (Red+Green+Blue) = 202+164+59=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 59 (23.44% from 255 or 13.88% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA43B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA43B is #355BC4. Grayscale: #A3A3A3. Windows color (decimal): -3496901 or 3908810. OLE color: 3908810.

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

Color convert

RGB20216459-
CMYK00.190.710.21
HSL44.06º57.43%51.18%-
HSV(B)44.06º70.79%79.22%-
XYZ38.4239.429.72-
YUV163.3969.09155.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.53%
GREEN value IS 164 (64.45% from 255) = 38.59%
BLUE value IS 59 (23.44% from 255) = 13.88%
R=47.53%
G=38.59%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021645900.190.710.2144.0657.4351.18
HexCAA43B01347152c3933
Octal3122447302310725547163
Binary1100101010100100111011010011100011110101101100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA43B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA43B; }

 p { color: rgb(202,164,59); }

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

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

 a { background-color: rgb(202,164,59); }

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

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

 span { border-color: rgb(202,164,59); }

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