#D8985A

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

Shades of Porsche #D8985A

Tints of Porsche #D8985A

Color information

#D8985A (or 0xD8985A) is unknown color: approx Porsche. HEX triplet: D8, 98 and 5A. RGB value is (216,152,90). Sum of RGB (Red+Green+Blue) = 216+152+90=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 90 (35.55% from 255 or 19.65% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D8985A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8985A is #2767A5. Grayscale: #A4A4A4. Windows color (decimal): -2582438 or 5937368. OLE color: 5937368.

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

Color convert

RGB21615290-
CMYK00.300.580.15
HSL29.52º61.76%60%-
HSV(B)29.52º58.33%84.71%-
XYZ41.3937.7914.79-
YUV164.0786.2165.04-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.16%
GREEN value IS 152 (59.77% from 255) = 33.19%
BLUE value IS 90 (35.55% from 255) = 19.65%
R=47.16%
G=33.19%
B=19.65%

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
Decimal2161529000.300.580.1529.5261.7660
HexD8985A01E3AF1e3e3c
Octal3302301320367217367674
Binary11011000100110001011010011110111010111111110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8985A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8985A; }

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

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

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

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

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

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

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

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