#DE995D

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

Shades of Porsche #DE995D

Tints of Porsche #DE995D

Color information

#DE995D (or 0xDE995D) is unknown color: approx Porsche. HEX triplet: DE, 99 and 5D. RGB value is (222,153,93). Sum of RGB (Red+Green+Blue) = 222+153+93=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DE995D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE995D is #2166A2. Grayscale: #A7A7A7. Windows color (decimal): -2188963 or 6134238. OLE color: 6134238.

HSL color Cylindrical-coordinate representation of color #DE995D: hue angle of 27.91º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE995D is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB22215393-
CMYK00.310.580.13
HSL27.91º66.15%61.76%-
HSV(B)27.91º58.11%87.06%-
XYZ43.4939.115.61-
YUV166.7986.36167.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.44%
GREEN value IS 153 (60.16% from 255) = 32.69%
BLUE value IS 93 (36.72% from 255) = 19.87%
R=47.44%
G=32.69%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221539300.310.580.1327.9166.1561.76
HexDE995D01F3AD1c423e
Octal33623113503772153410276
Binary110111101001100110111010111111110101101111001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE995D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE995D; }

 p { color: rgb(222,153,93); }

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

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

 a { background-color: rgb(222,153,93); }

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

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

 span { border-color: rgb(222,153,93); }

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