#CFA636

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

Shades of Metallic Gold #CFA636

Tints of Metallic Gold #CFA636

Color information

#CFA636 (or 0xCFA636) is unknown color: approx Metallic Gold. HEX triplet: CF, A6 and 36. RGB value is (207,166,54). Sum of RGB (Red+Green+Blue) = 207+166+54=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 54 (21.48% from 255 or 12.65% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA636 is #3059C9. Grayscale: #A5A5A5. Windows color (decimal): -3168714 or 3581647. OLE color: 3581647.

HSL color Cylindrical-coordinate representation of color #CFA636: hue angle of 43.92º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFA636 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB20716654-
CMYK00.200.740.19
HSL43.92º61.45%51.18%-
HSV(B)43.92º73.91%81.18%-
XYZ40.0340.89.26-
YUV165.4965.08157.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.48%
GREEN value IS 166 (65.23% from 255) = 38.88%
BLUE value IS 54 (21.48% from 255) = 12.65%
R=48.48%
G=38.88%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071665400.200.740.1943.9261.4551.18
HexCFA6360144A132c3d33
Octal3172466602411223547563
Binary1100111110100110110110010100100101010011101100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA636; }

 p { color: rgb(207,166,54); }

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

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

 a { background-color: rgb(207,166,54); }

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

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

 span { border-color: rgb(207,166,54); }

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