#CAA639

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

Shades of Metallic Gold #CAA639

Tints of Metallic Gold #CAA639

Color information

#CAA639 (or 0xCAA639) is unknown color: approx Metallic Gold. HEX triplet: CA, A6 and 39. RGB value is (202,166,57). Sum of RGB (Red+Green+Blue) = 202+166+57=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 57 (22.66% from 255 or 13.41% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA639 is #3559C6. Grayscale: #A4A4A4. Windows color (decimal): -3496391 or 3778250. OLE color: 3778250.

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

Color convert

RGB20216657-
CMYK00.180.720.21
HSL45.1º57.77%50.78%-
HSV(B)45.1º71.78%79.22%-
XYZ38.7340.129.57-
YUV164.3467.43154.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.53%
GREEN value IS 166 (65.23% from 255) = 39.06%
BLUE value IS 57 (22.66% from 255) = 13.41%
R=47.53%
G=39.06%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021665700.180.720.2145.157.7750.78
HexCAA63901248152d3a33
Octal3122467102211025557263
Binary1100101010100110111001010010100100010101101101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA639; }

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

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

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

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

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

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

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

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