#CFA940

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

Shades of Metallic Gold #CFA940

Tints of Metallic Gold #CFA940

Color information

#CFA940 (or 0xCFA940) is unknown color: approx Metallic Gold. HEX triplet: CF, A9 and 40. RGB value is (207,169,64). Sum of RGB (Red+Green+Blue) = 207+169+64=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA940 is #3056BF. Grayscale: #A8A8A8. Windows color (decimal): -3167936 or 4237775. OLE color: 4237775.

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

Color convert

RGB20716964-
CMYK00.180.690.19
HSL44.06º59.83%53.14%-
HSV(B)44.06º69.08%81.18%-
XYZ40.8542.0110.81-
YUV168.3969.09155.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.05%
GREEN value IS 169 (66.41% from 255) = 38.41%
BLUE value IS 64 (25.39% from 255) = 14.55%
R=47.05%
G=38.41%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071696400.180.690.1944.0659.8353.14
HexCFA94001245132c3c35
Octal31725110002210523547465
Binary11001111101010011000000010010100010110011101100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA940; }

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

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

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

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

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

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

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

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