#DF9350

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

Shades of Porsche #DF9350

Tints of Porsche #DF9350

Color information

#DF9350 (or 0xDF9350) is unknown color: approx Porsche. HEX triplet: DF, 93 and 50. RGB value is (223,147,80). Sum of RGB (Red+Green+Blue) = 223+147+80=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9350 is #206CAF. Grayscale: #A2A2A2. Windows color (decimal): -2124976 or 5280735. OLE color: 5280735.

HSL color Cylindrical-coordinate representation of color #DF9350: hue angle of 28.11º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF9350 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB22314780-
CMYK00.340.640.13
HSL28.11º69.08%59.41%-
HSV(B)28.11º64.13%87.45%-
XYZ42.3137.1312.53-
YUV162.0981.68171.45-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.56%
GREEN value IS 147 (57.81% from 255) = 32.67%
BLUE value IS 80 (31.64% from 255) = 17.78%
R=49.56%
G=32.67%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231478000.340.640.1328.1169.0859.41
HexDF935002240D1c453b
Octal337223120042100153410573
Binary11011111100100111010000010001010000001101111001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9350; }

 p { color: rgb(223,147,80); }

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

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

 a { background-color: rgb(223,147,80); }

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

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

 span { border-color: rgb(223,147,80); }

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