#DC9655

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

Shades of Porsche #DC9655

Tints of Porsche #DC9655

Color information

#DC9655 (or 0xDC9655) is unknown color: approx Porsche. HEX triplet: DC, 96 and 55. RGB value is (220,150,85). Sum of RGB (Red+Green+Blue) = 220+150+85=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9655 is #2369AA. Grayscale: #A3A3A3. Windows color (decimal): -2320811 or 5609180. OLE color: 5609180.

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

Color convert

RGB22015085-
CMYK00.320.610.14
HSL28.89º65.85%59.8%-
HSV(B)28.89º61.36%86.27%-
XYZ42.0637.6813.65-
YUV163.5283.69168.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.35%
GREEN value IS 150 (58.98% from 255) = 32.97%
BLUE value IS 85 (33.59% from 255) = 18.68%
R=48.35%
G=32.97%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201508500.320.610.1428.8965.8559.8
HexDC96550203DE1d423c
Octal33422612504075163510274
Binary1101110010010110101010101000001111011110111011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9655; }

 p { color: rgb(220,150,85); }

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

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

 a { background-color: rgb(220,150,85); }

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

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

 span { border-color: rgb(220,150,85); }

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