#D79D5A

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

Shades of Porsche #D79D5A

Tints of Porsche #D79D5A

Color information

#D79D5A (or 0xD79D5A) is unknown color: approx Porsche. HEX triplet: D7, 9D and 5A. RGB value is (215,157,90). Sum of RGB (Red+Green+Blue) = 215+157+90=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 90 (35.55% from 255 or 19.48% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79D5A is #2862A5. Grayscale: #A7A7A7. Windows color (decimal): -2646694 or 5938647. OLE color: 5938647.

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

Color convert

RGB21515790-
CMYK00.270.580.16
HSL32.16º60.98%59.8%-
HSV(B)32.16º58.14%84.31%-
XYZ41.9339.315.05-
YUV166.784.72162.45-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.54%
GREEN value IS 157 (61.72% from 255) = 33.98%
BLUE value IS 90 (35.55% from 255) = 19.48%
R=46.54%
G=33.98%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151579000.270.580.1632.1660.9859.8
HexD79D5A01B3A10203d3c
Octal3272351320337220407574
Binary1101011110011101101101001101111101010000100000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79D5A; }

 p { color: rgb(215,157,90); }

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

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

 a { background-color: rgb(215,157,90); }

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

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

 span { border-color: rgb(215,157,90); }

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