#D89850

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

Shades of Porsche #D89850

Tints of Porsche #D89850

Color information

#D89850 (or 0xD89850) is unknown color: approx Porsche. HEX triplet: D8, 98 and 50. RGB value is (216,152,80). Sum of RGB (Red+Green+Blue) = 216+152+80=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 80 (31.64% from 255 or 17.86% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D89850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89850 is #2767AF. Grayscale: #A3A3A3. Windows color (decimal): -2582448 or 5282008. OLE color: 5282008.

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

Color convert

RGB21615280-
CMYK00.300.630.15
HSL31.76º63.55%58.04%-
HSV(B)31.76º62.96%84.71%-
XYZ4137.6312.69-
YUV162.9381.2165.85-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.21%
GREEN value IS 152 (59.77% from 255) = 33.93%
BLUE value IS 80 (31.64% from 255) = 17.86%
R=48.21%
G=33.93%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.63
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161528000.300.630.1531.7663.5558.04
HexD8985001E3FF20403a
Octal33023012003677174010072
Binary1101100010011000101000001111011111111111000001000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89850; }

 p { color: rgb(216,152,80); }

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

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

 a { background-color: rgb(216,152,80); }

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

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

 span { border-color: rgb(216,152,80); }

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