struct ContentView: View {
   var body: some View {
      Color(red: 0.9, green: 0.5, blue: 0.2)
         .frame(width: 250, height: 100)
   }
}