#D79F56

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

Shades of Porsche #D79F56

Tints of Porsche #D79F56

Color information

#D79F56 (or 0xD79F56) is unknown color: approx Porsche. HEX triplet: D7, 9F and 56. RGB value is (215,159,86). Sum of RGB (Red+Green+Blue) = 215+159+86=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 86 (33.98% from 255 or 18.70% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D79F56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79F56 is #2860A9. Grayscale: #A7A7A7. Windows color (decimal): -2646186 or 5677015. OLE color: 5677015.

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

Color convert

RGB21515986-
CMYK00.260.60.16
HSL33.95º61.72%59.02%-
HSV(B)33.95º60%84.31%-
XYZ42.139.9214.29-
YUV167.4282.05161.94-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.74%
GREEN value IS 159 (62.5% from 255) = 34.57%
BLUE value IS 86 (33.98% from 255) = 18.70%
R=46.74%
G=34.57%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.6
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151598600.260.60.1633.9561.7259.02
HexD79F5601A3C10223e3b
Octal3272371260327420427673
Binary1101011110011111101011001101011110010000100010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79F56; }

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

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

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

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

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

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

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

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