#D89B5B

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

Shades of Porsche #D89B5B

Tints of Porsche #D89B5B

Color information

#D89B5B (or 0xD89B5B) is unknown color: approx Porsche. HEX triplet: D8, 9B and 5B. RGB value is (216,155,91). Sum of RGB (Red+Green+Blue) = 216+155+91=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 91 (35.94% from 255 or 19.70% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D89B5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89B5B is #2764A4. Grayscale: #A6A6A6. Windows color (decimal): -2581669 or 6003672. OLE color: 6003672.

HSL color Cylindrical-coordinate representation of color #D89B5B: hue angle of 30.72º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D89B5B is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB21615591-
CMYK00.280.580.15
HSL30.72º61.58%60.2%-
HSV(B)30.72º57.87%84.71%-
XYZ41.9338.815.18-
YUV165.9485.71163.7-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.75%
GREEN value IS 155 (60.94% from 255) = 33.55%
BLUE value IS 91 (35.94% from 255) = 19.70%
R=46.75%
G=33.55%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161559100.280.580.1530.7261.5860.2
HexD89B5B01C3AF1f3e3c
Octal3302331330347217377674
Binary11011000100110111011011011100111010111111111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89B5B; }

 p { color: rgb(216,155,91); }

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

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

 a { background-color: rgb(216,155,91); }

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

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

 span { border-color: rgb(216,155,91); }

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