#DF9D55

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

Shades of Porsche #DF9D55

Tints of Porsche #DF9D55

Color information

#DF9D55 (or 0xDF9D55) is unknown color: approx Porsche. HEX triplet: DF, 9D and 55. RGB value is (223,157,85). Sum of RGB (Red+Green+Blue) = 223+157+85=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 85 (33.59% from 255 or 18.28% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9D55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9D55 is #2062AA. Grayscale: #A8A8A8. Windows color (decimal): -2122411 or 5610975. OLE color: 5610975.

HSL color Cylindrical-coordinate representation of color #DF9D55: hue angle of 31.3º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF9D55 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB22315785-
CMYK00.300.620.13
HSL31.3º68.32%60.39%-
HSV(B)31.3º61.88%87.45%-
XYZ44.1340.4614.08-
YUV168.5380.87166.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.96%
GREEN value IS 157 (61.72% from 255) = 33.76%
BLUE value IS 85 (33.59% from 255) = 18.28%
R=47.96%
G=33.76%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231578500.300.620.1331.368.3260.39
HexDF9D5501E3ED1f443c
Octal33723512503676153710474
Binary110111111001110110101010111101111101101111111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9D55; }

 p { color: rgb(223,157,85); }

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

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

 a { background-color: rgb(223,157,85); }

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

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

 span { border-color: rgb(223,157,85); }

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