#D79F65

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

Shades of Porsche #D79F65

Tints of Porsche #D79F65

Color information

#D79F65 (or 0xD79F65) is unknown color: approx Porsche. HEX triplet: D7, 9F and 65. RGB value is (215,159,101). Sum of RGB (Red+Green+Blue) = 215+159+101=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D79F65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79F65 is #28609A. Grayscale: #A9A9A9. Windows color (decimal): -2646171 or 6660055. OLE color: 6660055.

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

Color convert

RGB215159101-
CMYK00.260.530.16
HSL30.53º58.76%61.96%-
HSV(B)30.53º53.02%84.31%-
XYZ42.7740.1817.81-
YUV169.1389.55160.72-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.26%
GREEN value IS 159 (62.5% from 255) = 33.47%
BLUE value IS 101 (39.84% from 255) = 21.26%
R=45.26%
G=33.47%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515910100.260.530.1630.5358.7661.96
HexD79F6501A35101f3b3e
Octal3272371450326520377376
Binary110101111001111111001010110101101011000011111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79F65; }

 p { color: rgb(215,159,101); }

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

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

 a { background-color: rgb(215,159,101); }

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

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

 span { border-color: rgb(215,159,101); }

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