#DF9F65

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

Shades of Porsche #DF9F65

Tints of Porsche #DF9F65

Color information

#DF9F65 (or 0xDF9F65) is unknown color: approx Porsche. HEX triplet: DF, 9F and 65. RGB value is (223,159,101). Sum of RGB (Red+Green+Blue) = 223+159+101=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9F65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9F65 is #20609A. Grayscale: #ABABAB. Windows color (decimal): -2121883 or 6660063. OLE color: 6660063.

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

Color convert

RGB223159101-
CMYK00.290.550.13
HSL28.52º65.59%63.53%-
HSV(B)28.52º54.71%87.45%-
XYZ45.1841.4217.93-
YUV171.5288.2164.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.17%
GREEN value IS 159 (62.5% from 255) = 32.92%
BLUE value IS 101 (39.84% from 255) = 20.91%
R=46.17%
G=32.92%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315910100.290.550.1328.5265.5963.53
HexDF9F6501D37D1d4240
Octal337237145035671535102100
Binary1101111110011111110010101110111011111011110110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9F65; }

 p { color: rgb(223,159,101); }

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

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

 a { background-color: rgb(223,159,101); }

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

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

 span { border-color: rgb(223,159,101); }

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