#DE9E53

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

Shades of Porsche #DE9E53

Tints of Porsche #DE9E53

Color information

#DE9E53 (or 0xDE9E53) is unknown color: approx Porsche. HEX triplet: DE, 9E and 53. RGB value is (222,158,83). Sum of RGB (Red+Green+Blue) = 222+158+83=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 83 (32.81% from 255 or 17.93% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9E53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9E53 is #2161AC. Grayscale: #A8A8A8. Windows color (decimal): -2187693 or 5480158. OLE color: 5480158.

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

Color convert

RGB22215883-
CMYK00.290.630.13
HSL32.37º67.8%59.8%-
HSV(B)32.37º62.61%87.06%-
XYZ43.9140.6113.71-
YUV168.5979.7166.1-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.95%
GREEN value IS 158 (62.11% from 255) = 34.13%
BLUE value IS 83 (32.81% from 255) = 17.93%
R=47.95%
G=34.13%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221588300.290.630.1332.3767.859.8
HexDE9E5301D3FD20443c
Octal33623612303577154010474
Binary1101111010011110101001101110111111111011000001000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9E53; }

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

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

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

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

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

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

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

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