#D89A5B

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

Shades of Porsche #D89A5B

Tints of Porsche #D89A5B

Color information

#D89A5B (or 0xD89A5B) is unknown color: approx Porsche. HEX triplet: D8, 9A and 5B. RGB value is (216,154,91). Sum of RGB (Red+Green+Blue) = 216+154+91=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D89A5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89A5B is #2765A4. Grayscale: #A5A5A5. Windows color (decimal): -2581925 or 6003416. OLE color: 6003416.

HSL color Cylindrical-coordinate representation of color #D89A5B: hue angle of 30.24º 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 #D89A5B is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB21615491-
CMYK00.290.580.15
HSL30.24º61.58%60.2%-
HSV(B)30.24º57.87%84.71%-
XYZ41.7638.4715.12-
YUV165.3686.04164.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.85%
GREEN value IS 154 (60.55% from 255) = 33.41%
BLUE value IS 91 (35.94% from 255) = 19.74%
R=46.85%
G=33.41%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161549100.290.580.1530.2461.5860.2
HexD89A5B01D3AF1e3e3c
Octal3302321330357217367674
Binary11011000100110101011011011101111010111111110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89A5B; }

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

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

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

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

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

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

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

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