#DE995B

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

Shades of Porsche #DE995B

Tints of Porsche #DE995B

Color information

#DE995B (or 0xDE995B) is unknown color: approx Porsche. HEX triplet: DE, 99 and 5B. RGB value is (222,153,91). Sum of RGB (Red+Green+Blue) = 222+153+91=466 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.64% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 91 (35.94% from 255 or 19.53% from 466); Max value from RGB is 222 - color contains mainly: red. Hex color #DE995B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE995B is #2166A4. Grayscale: #A6A6A6. Windows color (decimal): -2188965 or 6003166. OLE color: 6003166.

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

Color convert

RGB22215391-
CMYK00.310.590.13
HSL28.4º66.5%61.37%-
HSV(B)28.4º59.01%87.06%-
XYZ43.439.0715.15-
YUV166.5685.36167.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.64%
GREEN value IS 153 (60.16% from 255) = 32.83%
BLUE value IS 91 (35.94% from 255) = 19.53%
R=47.64%
G=32.83%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221539100.310.590.1328.466.561.37
HexDE995B01F3BD1c423d
Octal33623113303773153410275
Binary110111101001100110110110111111110111101111001000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE995B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE995B; }

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

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

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

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

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

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

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

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