#D89E5E

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

Shades of Porsche #D89E5E

Tints of Porsche #D89E5E

Color information

#D89E5E (or 0xD89E5E) is unknown color: approx Porsche. HEX triplet: D8, 9E and 5E. RGB value is (216,158,94). Sum of RGB (Red+Green+Blue) = 216+158+94=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D89E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89E5E is #2761A1. Grayscale: #A8A8A8. Windows color (decimal): -2580898 or 6201048. OLE color: 6201048.

HSL color Cylindrical-coordinate representation of color #D89E5E: hue angle of 31.48º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D89E5E is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21615894-
CMYK00.270.560.15
HSL31.48º61%60.78%-
HSV(B)31.48º56.48%84.71%-
XYZ42.5739.8616.04-
YUV168.0586.22162.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.15%
GREEN value IS 158 (62.11% from 255) = 33.76%
BLUE value IS 94 (37.11% from 255) = 20.09%
R=46.15%
G=33.76%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161589400.270.560.1531.486160.78
HexD89E5E01B38F1f3d3d
Octal3302361360337017377575
Binary11011000100111101011110011011111000111111111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89E5E; }

 p { color: rgb(216,158,94); }

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

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

 a { background-color: rgb(216,158,94); }

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

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

 span { border-color: rgb(216,158,94); }

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