#CFAA2C

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

Shades of Metallic Gold #CFAA2C

Tints of Metallic Gold #CFAA2C

Color information

#CFAA2C (or 0xCFAA2C) is unknown color: approx Metallic Gold. HEX triplet: CF, AA and 2C. RGB value is (207,170,44). Sum of RGB (Red+Green+Blue) = 207+170+44=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 44 (17.58% from 255 or 10.45% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAA2C is #3055D3. Grayscale: #A7A7A7. Windows color (decimal): -3167700 or 2927311. OLE color: 2927311.

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

Color convert

RGB20717044-
CMYK00.180.790.19
HSL46.38º64.94%49.22%-
HSV(B)46.38º78.74%81.18%-
XYZ40.5642.28.39-
YUV166.758.76156.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.17%
GREEN value IS 170 (66.80% from 255) = 40.38%
BLUE value IS 44 (17.58% from 255) = 10.45%
R=49.17%
G=40.38%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.79
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071704400.180.790.1946.3864.9449.22
HexCFAA2C0124F132e4131
Octal31725254022117235610161
Binary11001111101010101011000100101001111100111011101000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAA2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAA2C; }

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

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

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

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

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

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

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

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