#D79F61

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

Shades of Porsche #D79F61

Tints of Porsche #D79F61

Color information

#D79F61 (or 0xD79F61) is unknown color: approx Porsche. HEX triplet: D7, 9F and 61. RGB value is (215,159,97). Sum of RGB (Red+Green+Blue) = 215+159+97=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D79F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79F61 is #28609E. Grayscale: #A8A8A8. Windows color (decimal): -2646175 or 6397911. OLE color: 6397911.

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

Color convert

RGB21515997-
CMYK00.260.550.16
HSL31.53º59.6%61.18%-
HSV(B)31.53º54.88%84.31%-
XYZ42.5840.1116.81-
YUV168.6887.55161.04-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.65%
GREEN value IS 159 (62.5% from 255) = 33.76%
BLUE value IS 97 (38.28% from 255) = 20.59%
R=45.65%
G=33.76%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151599700.260.550.1631.5359.661.18
HexD79F6101A3710203c3d
Octal3272371410326720407475
Binary1101011110011111110000101101011011110000100000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79F61; }

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

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

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

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

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

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

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

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