#DF9755

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

Shades of Porsche #DF9755

Tints of Porsche #DF9755

Color information

#DF9755 (or 0xDF9755) is unknown color: approx Porsche. HEX triplet: DF, 97 and 55. RGB value is (223,151,85). Sum of RGB (Red+Green+Blue) = 223+151+85=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 85 (33.59% from 255 or 18.52% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9755 is #2068AA. Grayscale: #A5A5A5. Windows color (decimal): -2123947 or 5609439. OLE color: 5609439.

HSL color Cylindrical-coordinate representation of color #DF9755: hue angle of 28.7º 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 #DF9755 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB22315185-
CMYK00.320.620.13
HSL28.7º68.32%60.39%-
HSV(B)28.7º61.88%87.45%-
XYZ43.1438.4813.75-
YUV16582.85169.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.58%
GREEN value IS 151 (59.38% from 255) = 32.90%
BLUE value IS 85 (33.59% from 255) = 18.52%
R=48.58%
G=32.90%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231518500.320.620.1328.768.3260.39
HexDF97550203ED1d443c
Octal33722712504076153510474
Binary1101111110010111101010101000001111101101111011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9755; }

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

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

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

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

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

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

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

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