#DD9C66

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

Shades of Porsche #DD9C66

Tints of Porsche #DD9C66

Color information

#DD9C66 (or 0xDD9C66) is unknown color: approx Porsche. HEX triplet: DD, 9C and 66. RGB value is (221,156,102). Sum of RGB (Red+Green+Blue) = 221+156+102=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9C66 is #226399. Grayscale: #A9A9A9. Windows color (decimal): -2253722 or 6724829. OLE color: 6724829.

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

Color convert

RGB221156102-
CMYK00.290.540.13
HSL27.23º63.64%63.33%-
HSV(B)27.23º53.85%86.67%-
XYZ44.1140.1117.99-
YUV169.2890.03164.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.14%
GREEN value IS 156 (61.33% from 255) = 32.57%
BLUE value IS 102 (40.23% from 255) = 21.29%
R=46.14%
G=32.57%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115610200.290.540.1327.2363.6463.33
HexDD9C6601D36D1b403f
Octal33523414603566153310077
Binary110111011001110011001100111011101101101110111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9C66; }

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

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

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

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

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

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

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

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