#D39D5C

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

Shades of Porsche #D39D5C

Tints of Porsche #D39D5C

Color information

#D39D5C (or 0xD39D5C) is unknown color: approx Porsche. HEX triplet: D3, 9D and 5C. RGB value is (211,157,92). Sum of RGB (Red+Green+Blue) = 211+157+92=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 211 - color contains mainly: red. Hex color #D39D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39D5C is #2C62A3. Grayscale: #A6A6A6. Windows color (decimal): -2908836 or 6069715. OLE color: 6069715.

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

Color convert

RGB21115792-
CMYK00.260.560.17
HSL32.77º57.49%59.41%-
HSV(B)32.77º56.4%82.75%-
XYZ40.8538.7415.45-
YUV165.7486.39160.29-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.87%
GREEN value IS 157 (61.72% from 255) = 34.13%
BLUE value IS 92 (36.33% from 255) = 20%
R=45.87%
G=34.13%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111579200.260.560.1732.7757.4959.41
HexD39D5C01A381121393b
Octal3232351340327021417173
Binary1101001110011101101110001101011100010001100001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39D5C; }

 p { color: rgb(211,157,92); }

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

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

 a { background-color: rgb(211,157,92); }

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

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

 span { border-color: rgb(211,157,92); }

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