#CFA740

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

Shades of Metallic Gold #CFA740

Tints of Metallic Gold #CFA740

Color information

#CFA740 (or 0xCFA740) is unknown color: approx Metallic Gold. HEX triplet: CF, A7 and 40. RGB value is (207,167,64). Sum of RGB (Red+Green+Blue) = 207+167+64=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA740 is #3058BF. Grayscale: #A7A7A7. Windows color (decimal): -3168448 or 4237263. OLE color: 4237263.

HSL color Cylindrical-coordinate representation of color #CFA740: hue angle of 43.22º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFA740 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB20716764-
CMYK00.190.690.19
HSL43.22º59.83%53.14%-
HSV(B)43.22º69.08%81.18%-
XYZ40.4841.2710.68-
YUV167.2269.75156.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.26%
GREEN value IS 167 (65.62% from 255) = 38.13%
BLUE value IS 64 (25.39% from 255) = 14.61%
R=47.26%
G=38.13%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071676400.190.690.1943.2259.8353.14
HexCFA74001345132b3c35
Octal31724710002310523537465
Binary11001111101001111000000010011100010110011101011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA740; }

 p { color: rgb(207,167,64); }

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

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

 a { background-color: rgb(207,167,64); }

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

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

 span { border-color: rgb(207,167,64); }

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