#DE9E5C

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

Shades of Porsche #DE9E5C

Tints of Porsche #DE9E5C

Color information

#DE9E5C (or 0xDE9E5C) is unknown color: approx Porsche. HEX triplet: DE, 9E and 5C. RGB value is (222,158,92). Sum of RGB (Red+Green+Blue) = 222+158+92=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 92 (36.33% from 255 or 19.49% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9E5C is #2161A3. Grayscale: #A9A9A9. Windows color (decimal): -2187684 or 6069982. OLE color: 6069982.

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

Color convert

RGB22215892-
CMYK00.290.590.13
HSL30.46º66.33%61.57%-
HSV(B)30.46º58.56%87.06%-
XYZ44.2840.7615.66-
YUV169.6184.2165.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.03%
GREEN value IS 158 (62.11% from 255) = 33.47%
BLUE value IS 92 (36.33% from 255) = 19.49%
R=47.03%
G=33.47%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221589200.290.590.1330.4666.3361.57
HexDE9E5C01D3BD1e423e
Octal33623613403573153610276
Binary110111101001111010111000111011110111101111101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9E5C; }

 p { color: rgb(222,158,92); }

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

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

 a { background-color: rgb(222,158,92); }

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

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

 span { border-color: rgb(222,158,92); }

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