#DD9F65

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

Shades of Porsche #DD9F65

Tints of Porsche #DD9F65

Color information

#DD9F65 (or 0xDD9F65) is unknown color: approx Porsche. HEX triplet: DD, 9F and 65. RGB value is (221,159,101). Sum of RGB (Red+Green+Blue) = 221+159+101=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9F65 is #22609A. Grayscale: #ABABAB. Windows color (decimal): -2252955 or 6660061. OLE color: 6660061.

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

Color convert

RGB221159101-
CMYK00.280.540.13
HSL29º63.83%63.14%-
HSV(B)29º54.3%86.67%-
XYZ44.5741.1117.9-
YUV170.9388.54163.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.95%
GREEN value IS 159 (62.5% from 255) = 33.06%
BLUE value IS 101 (39.84% from 255) = 21.00%
R=45.95%
G=33.06%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115910100.280.540.132963.8363.14
HexDD9F6501C36D1d403f
Octal33523714503466153510077
Binary110111011001111111001010111001101101101111011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9F65; }

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

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

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

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

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

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

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

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