#DE9C63

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

Shades of Porsche #DE9C63

Tints of Porsche #DE9C63

Color information

#DE9C63 (or 0xDE9C63) is unknown color: approx Porsche. HEX triplet: DE, 9C and 63. RGB value is (222,156,99). Sum of RGB (Red+Green+Blue) = 222+156+99=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 99 (39.06% from 255 or 20.75% from 477); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9C63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9C63 is #21639C. Grayscale: #A9A9A9. Windows color (decimal): -2188189 or 6528222. OLE color: 6528222.

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

Color convert

RGB22215699-
CMYK00.300.550.13
HSL27.8º65.08%62.94%-
HSV(B)27.8º55.41%87.06%-
XYZ44.2640.2117.23-
YUV169.2488.37165.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.54%
GREEN value IS 156 (61.33% from 255) = 32.70%
BLUE value IS 99 (39.06% from 255) = 20.75%
R=46.54%
G=32.70%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221569900.300.550.1327.865.0862.94
HexDE9C6301E37D1c413f
Octal33623414303667153410177
Binary110111101001110011000110111101101111101111001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9C63; }

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

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

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

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

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

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

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

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