#D39D5E

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

Shades of Porsche #D39D5E

Tints of Porsche #D39D5E

Color information

#D39D5E (or 0xD39D5E) is unknown color: approx Porsche. HEX triplet: D3, 9D and 5E. RGB value is (211,157,94). Sum of RGB (Red+Green+Blue) = 211+157+94=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 211 - color contains mainly: red. Hex color #D39D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39D5E is #2C62A1. Grayscale: #A6A6A6. Windows color (decimal): -2908834 or 6200787. OLE color: 6200787.

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

Color convert

RGB21115794-
CMYK00.260.550.17
HSL32.31º57.07%59.8%-
HSV(B)32.31º55.45%82.75%-
XYZ40.9438.7715.92-
YUV165.9687.39160.12-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.67%
GREEN value IS 157 (61.72% from 255) = 33.98%
BLUE value IS 94 (37.11% from 255) = 20.35%
R=45.67%
G=33.98%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111579400.260.550.1732.3157.0759.8
HexD39D5E01A371120393c
Octal3232351360326721407174
Binary1101001110011101101111001101011011110001100000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39D5E; }

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

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

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

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

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

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

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

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