#DF9559

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

Shades of Porsche #DF9559

Tints of Porsche #DF9559

Color information

#DF9559 (or 0xDF9559) is unknown color: approx Porsche. HEX triplet: DF, 95 and 59. RGB value is (223,149,89). Sum of RGB (Red+Green+Blue) = 223+149+89=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 89 (35.16% from 255 or 19.31% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9559 is #206AA6. Grayscale: #A4A4A4. Windows color (decimal): -2124455 or 5871071. OLE color: 5871071.

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

Color convert

RGB22314989-
CMYK00.330.600.13
HSL26.87º67.68%61.18%-
HSV(B)26.87º60.09%87.45%-
XYZ42.9837.914.5-
YUV164.2985.52169.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.37%
GREEN value IS 149 (58.59% from 255) = 32.32%
BLUE value IS 89 (35.16% from 255) = 19.31%
R=48.37%
G=32.32%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231498900.330.600.1326.8767.6861.18
HexDF95590213CD1b443d
Octal33722513104174153310475
Binary1101111110010101101100101000011111001101110111000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9559; }

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

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

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

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

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

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

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

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