#DE9D5D

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

Shades of Porsche #DE9D5D

Tints of Porsche #DE9D5D

Color information

#DE9D5D (or 0xDE9D5D) is unknown color: approx Porsche. HEX triplet: DE, 9D and 5D. RGB value is (222,157,93). Sum of RGB (Red+Green+Blue) = 222+157+93=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9D5D is #2162A2. Grayscale: #A9A9A9. Windows color (decimal): -2187939 or 6135262. OLE color: 6135262.

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

Color convert

RGB22215793-
CMYK00.290.580.13
HSL29.77º66.15%61.76%-
HSV(B)29.77º58.11%87.06%-
XYZ44.1640.4315.83-
YUV169.1485.03165.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.03%
GREEN value IS 157 (61.72% from 255) = 33.26%
BLUE value IS 93 (36.72% from 255) = 19.70%
R=47.03%
G=33.26%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221579300.290.580.1329.7766.1561.76
HexDE9D5D01D3AD1e423e
Octal33623513503572153610276
Binary110111101001110110111010111011110101101111101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9D5D; }

 p { color: rgb(222,157,93); }

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

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

 a { background-color: rgb(222,157,93); }

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

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

 span { border-color: rgb(222,157,93); }

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