#CFA841

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

Shades of Metallic Gold #CFA841

Tints of Metallic Gold #CFA841

Color information

#CFA841 (or 0xCFA841) is unknown color: approx Metallic Gold. HEX triplet: CF, A8 and 41. RGB value is (207,168,65). Sum of RGB (Red+Green+Blue) = 207+168+65=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 65 (25.78% from 255 or 14.77% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA841 is #3057BE. Grayscale: #A8A8A8. Windows color (decimal): -3168191 or 4303055. OLE color: 4303055.

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

Color convert

RGB20716865-
CMYK00.190.690.19
HSL43.52º59.66%53.33%-
HSV(B)43.52º68.6%81.18%-
XYZ40.6941.6510.9-
YUV167.9269.92155.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.05%
GREEN value IS 168 (66.02% from 255) = 38.18%
BLUE value IS 65 (25.78% from 255) = 14.77%
R=47.05%
G=38.18%
B=14.77%

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
Decimal2071686500.190.690.1943.5259.6653.33
HexCFA84101345132c3c35
Octal31725010102310523547465
Binary11001111101010001000001010011100010110011101100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA841; }

 p { color: rgb(207,168,65); }

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

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

 a { background-color: rgb(207,168,65); }

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

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

 span { border-color: rgb(207,168,65); }

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