#DC9559

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

Shades of Porsche #DC9559

Tints of Porsche #DC9559

Color information

#DC9559 (or 0xDC9559) is unknown color: approx Porsche. HEX triplet: DC, 95 and 59. RGB value is (220,149,89). Sum of RGB (Red+Green+Blue) = 220+149+89=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 89 (35.16% from 255 or 19.43% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9559 is #236AA6. Grayscale: #A3A3A3. Windows color (decimal): -2321063 or 5871068. OLE color: 5871068.

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

Color convert

RGB22014989-
CMYK00.320.600.14
HSL27.48º65.17%60.59%-
HSV(B)27.48º59.55%86.27%-
XYZ42.0737.4314.46-
YUV163.3986.02168.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.03%
GREEN value IS 149 (58.59% from 255) = 32.53%
BLUE value IS 89 (35.16% from 255) = 19.43%
R=48.03%
G=32.53%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201498900.320.600.1427.4865.1760.59
HexDC95590203CE1b413d
Octal33422513104074163310175
Binary1101110010010101101100101000001111001110110111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9559; }

 p { color: rgb(220,149,89); }

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

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

 a { background-color: rgb(220,149,89); }

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

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

 span { border-color: rgb(220,149,89); }

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