#DD9F6A

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

Shades of Porsche #DD9F6A

Tints of Porsche #DD9F6A

Color information

#DD9F6A (or 0xDD9F6A) is unknown color: approx Porsche. HEX triplet: DD, 9F and 6A. RGB value is (221,159,106). Sum of RGB (Red+Green+Blue) = 221+159+106=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 106 (41.80% from 255 or 21.81% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9F6A is #226095. Grayscale: #ABABAB. Windows color (decimal): -2252950 or 6987741. OLE color: 6987741.

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

Color convert

RGB221159106-
CMYK00.280.520.13
HSL27.65º62.84%64.12%-
HSV(B)27.65º52.04%86.67%-
XYZ44.8241.2119.23-
YUV171.591.04163.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.47%
GREEN value IS 159 (62.5% from 255) = 32.72%
BLUE value IS 106 (41.80% from 255) = 21.81%
R=45.47%
G=32.72%
B=21.81%

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
Decimal22115910600.280.520.1327.6562.8464.12
HexDD9F6A01C34D1c3f40
Octal33523715203464153477100
Binary110111011001111111010100111001101001101111001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9F6A; }

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

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

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

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

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

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

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

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