#CAA63A

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

Shades of Metallic Gold #CAA63A

Tints of Metallic Gold #CAA63A

Color information

#CAA63A (or 0xCAA63A) is unknown color: approx Metallic Gold. HEX triplet: CA, A6 and 3A. RGB value is (202,166,58). Sum of RGB (Red+Green+Blue) = 202+166+58=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 58 (23.05% from 255 or 13.62% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA63A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA63A is #3559C5. Grayscale: #A4A4A4. Windows color (decimal): -3496390 or 3843786. OLE color: 3843786.

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

Color convert

RGB20216658-
CMYK00.180.710.21
HSL45º57.6%50.98%-
HSV(B)45º71.29%79.22%-
XYZ38.7640.139.71-
YUV164.4567.93154.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.42%
GREEN value IS 166 (65.23% from 255) = 38.97%
BLUE value IS 58 (23.05% from 255) = 13.62%
R=47.42%
G=38.97%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021665800.180.710.214557.650.98
HexCAA63A01247152d3a33
Octal3122467202210725557263
Binary1100101010100110111010010010100011110101101101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA63A; }

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

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

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

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

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

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

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

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