#DE9859

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

Shades of Porsche #DE9859

Tints of Porsche #DE9859

Color information

#DE9859 (or 0xDE9859) is unknown color: approx Porsche. HEX triplet: DE, 98 and 59. RGB value is (222,152,89). Sum of RGB (Red+Green+Blue) = 222+152+89=463 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.95% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 89 (35.16% from 255 or 19.22% from 463); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9859 is #2167A6. Grayscale: #A6A6A6. Windows color (decimal): -2189223 or 5871838. OLE color: 5871838.

HSL color Cylindrical-coordinate representation of color #DE9859: hue angle of 28.42º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DE9859 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB22215289-
CMYK00.320.600.13
HSL28.42º66.83%60.98%-
HSV(B)28.42º59.91%87.06%-
XYZ43.1638.7114.65-
YUV165.7584.69168.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.95%
GREEN value IS 152 (59.77% from 255) = 32.83%
BLUE value IS 89 (35.16% from 255) = 19.22%
R=47.95%
G=32.83%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221528900.320.600.1328.4266.8360.98
HexDE98590203CD1c433d
Octal33623013104074153410375
Binary1101111010011000101100101000001111001101111001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9859; }

 p { color: rgb(222,152,89); }

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

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

 a { background-color: rgb(222,152,89); }

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

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

 span { border-color: rgb(222,152,89); }

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