#D9985E

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

Shades of Porsche #D9985E

Tints of Porsche #D9985E

Color information

#D9985E (or 0xD9985E) is unknown color: approx Porsche. HEX triplet: D9, 98 and 5E. RGB value is (217,152,94). Sum of RGB (Red+Green+Blue) = 217+152+94=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D9985E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9985E is #2667A1. Grayscale: #A5A5A5. Windows color (decimal): -2516898 or 6199513. OLE color: 6199513.

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

Color convert

RGB21715294-
CMYK00.300.570.15
HSL28.29º61.81%60.98%-
HSV(B)28.29º56.68%85.1%-
XYZ41.8638.0215.72-
YUV164.8288.03165.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.87%
GREEN value IS 152 (59.77% from 255) = 32.83%
BLUE value IS 94 (37.11% from 255) = 20.30%
R=46.87%
G=32.83%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171529400.300.570.1528.2961.8160.98
HexD9985E01E39F1c3e3d
Octal3312301360367117347675
Binary11011001100110001011110011110111001111111100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9985E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9985E; }

 p { color: rgb(217,152,94); }

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

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

 a { background-color: rgb(217,152,94); }

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

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

 span { border-color: rgb(217,152,94); }

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