#D89D5E

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

Shades of Porsche #D89D5E

Tints of Porsche #D89D5E

Color information

#D89D5E (or 0xD89D5E) is unknown color: approx Porsche. HEX triplet: D8, 9D and 5E. RGB value is (216,157,94). Sum of RGB (Red+Green+Blue) = 216+157+94=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89D5E is #2762A1. Grayscale: #A7A7A7. Windows color (decimal): -2581154 or 6200792. OLE color: 6200792.

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

Color convert

RGB21615794-
CMYK00.270.560.15
HSL30.98º61%60.78%-
HSV(B)30.98º56.48%84.71%-
XYZ42.439.5215.98-
YUV167.4686.55162.62-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.25%
GREEN value IS 157 (61.72% from 255) = 33.62%
BLUE value IS 94 (37.11% from 255) = 20.13%
R=46.25%
G=33.62%
B=20.13%

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
Decimal2161579400.270.560.1530.986160.78
HexD89D5E01B38F1f3d3d
Octal3302351360337017377575
Binary11011000100111011011110011011111000111111111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89D5E; }

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

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

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

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

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

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

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

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