#D89A5E

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

Shades of Porsche #D89A5E

Tints of Porsche #D89A5E

Color information

#D89A5E (or 0xD89A5E) is unknown color: approx Porsche. HEX triplet: D8, 9A and 5E. RGB value is (216,154,94). Sum of RGB (Red+Green+Blue) = 216+154+94=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D89A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89A5E is #2765A1. Grayscale: #A6A6A6. Windows color (decimal): -2581922 or 6200024. OLE color: 6200024.

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

Color convert

RGB21615494-
CMYK00.290.560.15
HSL29.51º61%60.78%-
HSV(B)29.51º56.48%84.71%-
XYZ41.8938.5215.82-
YUV165.787.54163.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.55%
GREEN value IS 154 (60.55% from 255) = 33.19%
BLUE value IS 94 (37.11% from 255) = 20.26%
R=46.55%
G=33.19%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161549400.290.560.1529.516160.78
HexD89A5E01D38F1e3d3d
Octal3302321360357017367575
Binary11011000100110101011110011101111000111111110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89A5E; }

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

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

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

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

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

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

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

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