#D79D65

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

Shades of Porsche #D79D65

Tints of Porsche #D79D65

Color information

#D79D65 (or 0xD79D65) is unknown color: approx Porsche. HEX triplet: D7, 9D and 65. RGB value is (215,157,101). Sum of RGB (Red+Green+Blue) = 215+157+101=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79D65 is #28629A. Grayscale: #A8A8A8. Windows color (decimal): -2646683 or 6659543. OLE color: 6659543.

HSL color Cylindrical-coordinate representation of color #D79D65: hue angle of 29.47º 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 #D79D65 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB215157101-
CMYK00.270.530.16
HSL29.47º58.76%61.96%-
HSV(B)29.47º53.02%84.31%-
XYZ42.4339.517.7-
YUV167.9690.22161.55-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.45%
GREEN value IS 157 (61.72% from 255) = 33.19%
BLUE value IS 101 (39.84% from 255) = 21.35%
R=45.45%
G=33.19%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515710100.270.530.1629.4758.7661.96
HexD79D6501B35101d3b3e
Octal3272351450336520357376
Binary110101111001110111001010110111101011000011101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79D65; }

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

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

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

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

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

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

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

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