#CAA139

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

Shades of Metallic Gold #CAA139

Tints of Metallic Gold #CAA139

Color information

#CAA139 (or 0xCAA139) is unknown color: approx Metallic Gold. HEX triplet: CA, A1 and 39. RGB value is (202,161,57). Sum of RGB (Red+Green+Blue) = 202+161+57=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 57 (22.66% from 255 or 13.57% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA139 is #355EC6. Grayscale: #A1A1A1. Windows color (decimal): -3497671 or 3776970. OLE color: 3776970.

HSL color Cylindrical-coordinate representation of color #CAA139: hue angle of 43.03º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CAA139 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB20216157-
CMYK00.200.720.21
HSL43.03º57.77%50.78%-
HSV(B)43.03º71.78%79.22%-
XYZ37.8438.349.28-
YUV161.469.08156.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.10%
GREEN value IS 161 (63.28% from 255) = 38.33%
BLUE value IS 57 (22.66% from 255) = 13.57%
R=48.10%
G=38.33%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021615700.200.720.2143.0357.7750.78
HexCAA13901448152b3a33
Octal3122417102411025537263
Binary1100101010100001111001010100100100010101101011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA139; }

 p { color: rgb(202,161,57); }

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

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

 a { background-color: rgb(202,161,57); }

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

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

 span { border-color: rgb(202,161,57); }

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