#CFA238

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

Shades of Metallic Gold #CFA238

Tints of Metallic Gold #CFA238

Color information

#CFA238 (or 0xCFA238) is unknown color: approx Metallic Gold. HEX triplet: CF, A2 and 38. RGB value is (207,162,56). Sum of RGB (Red+Green+Blue) = 207+162+56=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 56 (22.27% from 255 or 13.18% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA238 is #305DC7. Grayscale: #A3A3A3. Windows color (decimal): -3169736 or 3711695. OLE color: 3711695.

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

Color convert

RGB20716256-
CMYK00.220.730.19
HSL42.12º61.13%51.57%-
HSV(B)42.12º72.95%81.18%-
XYZ39.3739.399.27-
YUV163.3767.41159.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.71%
GREEN value IS 162 (63.67% from 255) = 38.12%
BLUE value IS 56 (22.27% from 255) = 13.18%
R=48.71%
G=38.12%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071625600.220.730.1942.1261.1351.57
HexCFA23801649132a3d34
Octal3172427002611123527564
Binary1100111110100010111000010110100100110011101010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA238; }

 p { color: rgb(207,162,56); }

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

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

 a { background-color: rgb(207,162,56); }

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

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

 span { border-color: rgb(207,162,56); }

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