#D39D53

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

Shades of Porsche #D39D53

Tints of Porsche #D39D53

Color information

#D39D53 (or 0xD39D53) is unknown color: approx Porsche. HEX triplet: D3, 9D and 53. RGB value is (211,157,83). Sum of RGB (Red+Green+Blue) = 211+157+83=451 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.78% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 83 (32.81% from 255 or 18.40% from 451); Max value from RGB is 211 - color contains mainly: red. Hex color #D39D53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39D53 is #2C62AC. Grayscale: #A5A5A5. Windows color (decimal): -2908845 or 5479891. OLE color: 5479891.

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

Color convert

RGB21115783-
CMYK00.260.610.17
HSL34.69º59.26%57.65%-
HSV(B)34.69º60.66%82.75%-
XYZ40.4838.5913.5-
YUV164.7181.89161.02-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.78%
GREEN value IS 157 (61.72% from 255) = 34.81%
BLUE value IS 83 (32.81% from 255) = 18.40%
R=46.78%
G=34.81%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111578300.260.610.1734.6959.2657.65
HexD39D5301A3D11233b3a
Octal3232351230327521437372
Binary1101001110011101101001101101011110110001100011111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39D53; }

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

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

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

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

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

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

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

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