#DE9D67

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

Shades of Porsche #DE9D67

Tints of Porsche #DE9D67

Color information

#DE9D67 (or 0xDE9D67) is unknown color: approx Porsche. HEX triplet: DE, 9D and 67. RGB value is (222,157,103). Sum of RGB (Red+Green+Blue) = 222+157+103=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 103 (40.62% from 255 or 21.37% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9D67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9D67 is #216298. Grayscale: #AAAAAA. Windows color (decimal): -2187929 or 6790622. OLE color: 6790622.

HSL color Cylindrical-coordinate representation of color #DE9D67: hue angle of 27.23º degrees, saturation: 0.64, 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 #DE9D67 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB222157103-
CMYK00.290.540.13
HSL27.23º64.32%63.73%-
HSV(B)27.23º53.6%87.06%-
XYZ44.6340.6218.32-
YUV170.2890.03164.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.06%
GREEN value IS 157 (61.72% from 255) = 32.57%
BLUE value IS 103 (40.62% from 255) = 21.37%
R=46.06%
G=32.57%
B=21.37%

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
Decimal22215710300.290.540.1327.2364.3263.73
HexDE9D6701D36D1b4040
Octal336235147035661533100100
Binary1101111010011101110011101110111011011011101110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9D67; }

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

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

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

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

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

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

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

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