#D39E65

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

Shades of Porsche #D39E65

Tints of Porsche #D39E65

Color information

#D39E65 (or 0xD39E65) is unknown color: approx Porsche. HEX triplet: D3, 9E and 65. RGB value is (211,158,101). Sum of RGB (Red+Green+Blue) = 211+158+101=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 211 - color contains mainly: red. Hex color #D39E65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39E65 is #2C619A. Grayscale: #A7A7A7. Windows color (decimal): -2908571 or 6659795. OLE color: 6659795.

HSL color Cylindrical-coordinate representation of color #D39E65: hue angle of 31.09º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D39E65 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB211158101-
CMYK00.250.520.17
HSL31.09º55.56%61.18%-
HSV(B)31.09º52.13%82.75%-
XYZ41.4439.2417.7-
YUV167.3590.56159.13-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.89%
GREEN value IS 158 (62.11% from 255) = 33.62%
BLUE value IS 101 (39.84% from 255) = 21.49%
R=44.89%
G=33.62%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115810100.250.520.1731.0955.5661.18
HexD39E6501934111f383d
Octal3232361450316421377075
Binary110100111001111011001010110011101001000111111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39E65; }

 p { color: rgb(211,158,101); }

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

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

 a { background-color: rgb(211,158,101); }

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

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

 span { border-color: rgb(211,158,101); }

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