#DE9D66

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

Shades of Porsche #DE9D66

Tints of Porsche #DE9D66

Color information

#DE9D66 (or 0xDE9D66) is unknown color: approx Porsche. HEX triplet: DE, 9D and 66. RGB value is (222,157,102). Sum of RGB (Red+Green+Blue) = 222+157+102=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9D66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9D66 is #216299. Grayscale: #AAAAAA. Windows color (decimal): -2187930 or 6725086. OLE color: 6725086.

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

Color convert

RGB222157102-
CMYK00.290.540.13
HSL27.5º64.52%63.53%-
HSV(B)27.5º54.05%87.06%-
XYZ44.5840.618.06-
YUV170.1689.53164.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.15%
GREEN value IS 157 (61.72% from 255) = 32.64%
BLUE value IS 102 (40.23% from 255) = 21.21%
R=46.15%
G=32.64%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215710200.290.540.1327.564.5263.53
HexDE9D6601D36D1c4140
Octal336235146035661534101100
Binary1101111010011101110011001110111011011011110010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9D66; }

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

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

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

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

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

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

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

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