#CFAC2C

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

Shades of Metallic Gold #CFAC2C

Tints of Metallic Gold #CFAC2C

Color information

#CFAC2C (or 0xCFAC2C) is unknown color: approx Metallic Gold. HEX triplet: CF, AC and 2C. RGB value is (207,172,44). Sum of RGB (Red+Green+Blue) = 207+172+44=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 44 (17.58% from 255 or 10.40% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAC2C is #3053D3. Grayscale: #A8A8A8. Windows color (decimal): -3167188 or 2927823. OLE color: 2927823.

HSL color Cylindrical-coordinate representation of color #CFAC2C: hue angle of 47.12º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFAC2C is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB20717244-
CMYK00.170.790.19
HSL47.12º64.94%49.22%-
HSV(B)47.12º78.74%81.18%-
XYZ40.9442.958.52-
YUV167.8758.1155.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.94%
GREEN value IS 172 (67.58% from 255) = 40.66%
BLUE value IS 44 (17.58% from 255) = 10.40%
R=48.94%
G=40.66%
B=10.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071724400.170.790.1947.1264.9449.22
HexCFAC2C0114F132f4131
Octal31725454021117235710161
Binary11001111101011001011000100011001111100111011111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAC2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAC2C; }

 p { color: rgb(207,172,44); }

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

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

 a { background-color: rgb(207,172,44); }

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

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

 span { border-color: rgb(207,172,44); }

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