#CFA032

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

Shades of Metallic Gold #CFA032

Tints of Metallic Gold #CFA032

Color information

#CFA032 (or 0xCFA032) is unknown color: approx Metallic Gold. HEX triplet: CF, A0 and 32. RGB value is (207,160,50). Sum of RGB (Red+Green+Blue) = 207+160+50=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA032 is #305FCD. Grayscale: #A2A2A2. Windows color (decimal): -3170254 or 3317967. OLE color: 3317967.

HSL color Cylindrical-coordinate representation of color #CFA032: hue angle of 42.04º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFA032 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB20716050-
CMYK00.230.760.19
HSL42.04º62.06%50.39%-
HSV(B)42.04º75.85%81.18%-
XYZ38.8838.648.43-
YUV161.5165.07160.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.64%
GREEN value IS 160 (62.89% from 255) = 38.37%
BLUE value IS 50 (19.92% from 255) = 11.99%
R=49.64%
G=38.37%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.76
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071605000.230.760.1942.0462.0650.39
HexCFA0320174C132a3e32
Octal3172406202711423527662
Binary1100111110100000110010010111100110010011101010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA032; }

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

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

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

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

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

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

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

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