#DD9C60

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

Shades of Porsche #DD9C60

Tints of Porsche #DD9C60

Color information

#DD9C60 (or 0xDD9C60) is unknown color: approx Porsche. HEX triplet: DD, 9C and 60. RGB value is (221,156,96). Sum of RGB (Red+Green+Blue) = 221+156+96=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 96 (37.89% from 255 or 20.30% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9C60 is #22639F. Grayscale: #A8A8A8. Windows color (decimal): -2253728 or 6331613. OLE color: 6331613.

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

Color convert

RGB22115696-
CMYK00.290.570.13
HSL28.8º64.77%62.16%-
HSV(B)28.8º56.56%86.67%-
XYZ43.8239.9916.48-
YUV168.5987.03165.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.72%
GREEN value IS 156 (61.33% from 255) = 32.98%
BLUE value IS 96 (37.89% from 255) = 20.30%
R=46.72%
G=32.98%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211569600.290.570.1328.864.7762.16
HexDD9C6001D39D1d413e
Octal33523414003571153510176
Binary110111011001110011000000111011110011101111011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9C60; }

 p { color: rgb(221,156,96); }

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

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

 a { background-color: rgb(221,156,96); }

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

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

 span { border-color: rgb(221,156,96); }

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