#D89F6C

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

Shades of Porsche #D89F6C

Tints of Porsche #D89F6C

Color information

#D89F6C (or 0xD89F6C) is unknown color: approx Porsche. HEX triplet: D8, 9F and 6C. RGB value is (216,159,108). Sum of RGB (Red+Green+Blue) = 216+159+108=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D89F6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89F6C is #276093. Grayscale: #AAAAAA. Windows color (decimal): -2580628 or 7118808. OLE color: 7118808.

HSL color Cylindrical-coordinate representation of color #D89F6C: hue angle of 28.33º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D89F6C is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB216159108-
CMYK00.260.500.15
HSL28.33º58.06%63.53%-
HSV(B)28.33º50%84.71%-
XYZ43.4240.4819.71-
YUV170.2392.88160.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.72%
GREEN value IS 159 (62.5% from 255) = 32.92%
BLUE value IS 108 (42.58% from 255) = 22.36%
R=44.72%
G=32.92%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615910800.260.500.1528.3358.0663.53
HexD89F6C01A32F1c3a40
Octal33023715403262173472100
Binary110110001001111111011000110101100101111111001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89F6C; }

 p { color: rgb(216,159,108); }

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

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

 a { background-color: rgb(216,159,108); }

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

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

 span { border-color: rgb(216,159,108); }

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