#CFA041

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

Shades of Metallic Gold #CFA041

Tints of Metallic Gold #CFA041

Color information

#CFA041 (or 0xCFA041) is unknown color: approx Metallic Gold. HEX triplet: CF, A0 and 41. RGB value is (207,160,65). Sum of RGB (Red+Green+Blue) = 207+160+65=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 65 (25.78% from 255 or 15.05% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA041 is #305FBE. Grayscale: #A3A3A3. Windows color (decimal): -3170239 or 4301007. OLE color: 4301007.

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

Color convert

RGB20716065-
CMYK00.230.690.19
HSL40.14º59.66%53.33%-
HSV(B)40.14º68.6%81.18%-
XYZ39.2638.7910.42-
YUV163.2272.57159.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.92%
GREEN value IS 160 (62.89% from 255) = 37.04%
BLUE value IS 65 (25.78% from 255) = 15.05%
R=47.92%
G=37.04%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071606500.230.690.1940.1459.6653.33
HexCFA0410174513283c35
Octal31724010102710523507465
Binary11001111101000001000001010111100010110011101000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA041; }

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

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

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

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

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

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

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

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