#DE9C5C

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

Shades of Porsche #DE9C5C

Tints of Porsche #DE9C5C

Color information

#DE9C5C (or 0xDE9C5C) is unknown color: approx Porsche. HEX triplet: DE, 9C and 5C. RGB value is (222,156,92). Sum of RGB (Red+Green+Blue) = 222+156+92=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9C5C is #2163A3. Grayscale: #A8A8A8. Windows color (decimal): -2188196 or 6069470. OLE color: 6069470.

HSL color Cylindrical-coordinate representation of color #DE9C5C: hue angle of 29.54º 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 #DE9C5C is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB22215692-
CMYK00.300.590.13
HSL29.54º66.33%61.57%-
HSV(B)29.54º58.56%87.06%-
XYZ43.9440.0815.55-
YUV168.4484.87166.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.23%
GREEN value IS 156 (61.33% from 255) = 33.19%
BLUE value IS 92 (36.33% from 255) = 19.57%
R=47.23%
G=33.19%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221569200.300.590.1329.5466.3361.57
HexDE9C5C01E3BD1e423e
Octal33623413403673153610276
Binary110111101001110010111000111101110111101111101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9C5C; }

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

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

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

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

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

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

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

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