#DE9764

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

Shades of Porsche #DE9764

Tints of Porsche #DE9764

Color information

#DE9764 (or 0xDE9764) is unknown color: approx Porsche. HEX triplet: DE, 97 and 64. RGB value is (222,151,100). Sum of RGB (Red+Green+Blue) = 222+151+100=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9764 is #21689B. Grayscale: #A6A6A6. Windows color (decimal): -2189468 or 6592478. OLE color: 6592478.

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

Color convert

RGB222151100-
CMYK00.320.550.13
HSL25.08º64.89%63.14%-
HSV(B)25.08º54.95%87.06%-
XYZ43.4938.5817.21-
YUV166.4290.52167.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.93%
GREEN value IS 151 (59.38% from 255) = 31.92%
BLUE value IS 100 (39.45% from 255) = 21.14%
R=46.93%
G=31.92%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215110000.320.550.1325.0864.8963.14
HexDE976402037D19413f
Octal33622714404067153110177
Binary1101111010010111110010001000001101111101110011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9764; }

 p { color: rgb(222,151,100); }

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

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

 a { background-color: rgb(222,151,100); }

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

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

 span { border-color: rgb(222,151,100); }

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