#DD9F69

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

Shades of Porsche #DD9F69

Tints of Porsche #DD9F69

Color information

#DD9F69 (or 0xDD9F69) is unknown color: approx Porsche. HEX triplet: DD, 9F and 69. RGB value is (221,159,105). Sum of RGB (Red+Green+Blue) = 221+159+105=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 105 (41.41% from 255 or 21.65% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9F69 is #226096. Grayscale: #ABABAB. Windows color (decimal): -2252951 or 6922205. OLE color: 6922205.

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

Color convert

RGB221159105-
CMYK00.280.520.13
HSL27.93º63.04%63.92%-
HSV(B)27.93º52.49%86.67%-
XYZ44.7741.1918.96-
YUV171.3890.54163.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.57%
GREEN value IS 159 (62.5% from 255) = 32.78%
BLUE value IS 105 (41.41% from 255) = 21.65%
R=45.57%
G=32.78%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115910500.280.520.1327.9363.0463.92
HexDD9F6901C34D1c3f40
Octal33523715103464153477100
Binary110111011001111111010010111001101001101111001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9F69; }

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

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

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

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

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

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

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

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