#D59D5B

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

Shades of Porsche #D59D5B

Tints of Porsche #D59D5B

Color information

#D59D5B (or 0xD59D5B) is unknown color: approx Porsche. HEX triplet: D5, 9D and 5B. RGB value is (213,157,91). Sum of RGB (Red+Green+Blue) = 213+157+91=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59D5B is #2A62A4. Grayscale: #A6A6A6. Windows color (decimal): -2777765 or 6004181. OLE color: 6004181.

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

Color convert

RGB21315791-
CMYK00.260.570.16
HSL32.46º59.22%59.61%-
HSV(B)32.46º57.28%83.53%-
XYZ41.3939.0215.25-
YUV166.2285.55161.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.20%
GREEN value IS 157 (61.72% from 255) = 34.06%
BLUE value IS 91 (35.94% from 255) = 19.74%
R=46.20%
G=34.06%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131579100.260.570.1632.4659.2259.61
HexD59D5B01A3910203b3c
Octal3252351330327120407374
Binary1101010110011101101101101101011100110000100000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59D5B; }

 p { color: rgb(213,157,91); }

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

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

 a { background-color: rgb(213,157,91); }

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

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

 span { border-color: rgb(213,157,91); }

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