#DE9C55

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

Shades of Porsche #DE9C55

Tints of Porsche #DE9C55

Color information

#DE9C55 (or 0xDE9C55) is unknown color: approx Porsche. HEX triplet: DE, 9C and 55. RGB value is (222,156,85). Sum of RGB (Red+Green+Blue) = 222+156+85=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 85 (33.59% from 255 or 18.36% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9C55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9C55 is #2163AA. Grayscale: #A7A7A7. Windows color (decimal): -2188203 or 5610718. OLE color: 5610718.

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

Color convert

RGB22215685-
CMYK00.300.620.13
HSL31.09º67.49%60.2%-
HSV(B)31.09º61.71%87.06%-
XYZ43.6539.9614.01-
YUV167.6481.37166.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.95%
GREEN value IS 156 (61.33% from 255) = 33.69%
BLUE value IS 85 (33.59% from 255) = 18.36%
R=47.95%
G=33.69%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221568500.300.620.1331.0967.4960.2
HexDE9C5501E3ED1f433c
Octal33623412503676153710374
Binary110111101001110010101010111101111101101111111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9C55; }

 p { color: rgb(222,156,85); }

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

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

 a { background-color: rgb(222,156,85); }

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

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

 span { border-color: rgb(222,156,85); }

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