#CAA631

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

Shades of Metallic Gold #CAA631

Tints of Metallic Gold #CAA631

Color information

#CAA631 (or 0xCAA631) is unknown color: approx Metallic Gold. HEX triplet: CA, A6 and 31. RGB value is (202,166,49). Sum of RGB (Red+Green+Blue) = 202+166+49=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA631 is #3559CE. Grayscale: #A3A3A3. Windows color (decimal): -3496399 or 3253962. OLE color: 3253962.

HSL color Cylindrical-coordinate representation of color #CAA631: hue angle of 45.88º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CAA631 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB20216649-
CMYK00.180.760.21
HSL45.88º60.96%49.22%-
HSV(B)45.88º75.74%79.22%-
XYZ38.5540.058.6-
YUV163.4363.43155.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.44%
GREEN value IS 166 (65.23% from 255) = 39.81%
BLUE value IS 49 (19.53% from 255) = 11.75%
R=48.44%
G=39.81%
B=11.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021664900.180.760.2145.8860.9649.22
HexCAA6310124C152e3d31
Octal3122466102211425567561
Binary1100101010100110110001010010100110010101101110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA631; }

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

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

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

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

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

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

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

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