#D8985B

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

Shades of Porsche #D8985B

Tints of Porsche #D8985B

Color information

#D8985B (or 0xD8985B) is unknown color: approx Porsche. HEX triplet: D8, 98 and 5B. RGB value is (216,152,91). Sum of RGB (Red+Green+Blue) = 216+152+91=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D8985B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8985B is #2767A4. Grayscale: #A4A4A4. Windows color (decimal): -2582437 or 6002904. OLE color: 6002904.

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

Color convert

RGB21615291-
CMYK00.300.580.15
HSL29.28º61.58%60.2%-
HSV(B)29.28º57.87%84.71%-
XYZ41.4437.8115.01-
YUV164.1886.7164.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.06%
GREEN value IS 152 (59.77% from 255) = 33.12%
BLUE value IS 91 (35.94% from 255) = 19.83%
R=47.06%
G=33.12%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161529100.300.580.1529.2861.5860.2
HexD8985B01E3AF1d3e3c
Octal3302301330367217357674
Binary11011000100110001011011011110111010111111101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8985B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8985B; }

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

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

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

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

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

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

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

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