#DD9656

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

Shades of Porsche #DD9656

Tints of Porsche #DD9656

Color information

#DD9656 (or 0xDD9656) is unknown color: approx Porsche. HEX triplet: DD, 96 and 56. RGB value is (221,150,86). Sum of RGB (Red+Green+Blue) = 221+150+86=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 86 (33.98% from 255 or 18.82% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9656 is #2269A9. Grayscale: #A4A4A4. Windows color (decimal): -2255274 or 5674717. OLE color: 5674717.

HSL color Cylindrical-coordinate representation of color #DD9656: hue angle of 28.44º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD9656 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB22115086-
CMYK00.320.610.13
HSL28.44º66.5%60.2%-
HSV(B)28.44º61.09%86.67%-
XYZ42.437.8613.88-
YUV163.9384.02168.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.36%
GREEN value IS 150 (58.98% from 255) = 32.82%
BLUE value IS 86 (33.98% from 255) = 18.82%
R=48.36%
G=32.82%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211508600.320.610.1328.4466.560.2
HexDD96560203DD1c433c
Octal33522612604075153410374
Binary1101110110010110101011001000001111011101111001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9656; }

 p { color: rgb(221,150,86); }

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

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

 a { background-color: rgb(221,150,86); }

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

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

 span { border-color: rgb(221,150,86); }

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