#D79E6A

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

Shades of Porsche #D79E6A

Tints of Porsche #D79E6A

Color information

#D79E6A (or 0xD79E6A) is unknown color: approx Porsche. HEX triplet: D7, 9E and 6A. RGB value is (215,158,106). Sum of RGB (Red+Green+Blue) = 215+158+106=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D79E6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D79E6A is #286195. Grayscale: #A9A9A9. Windows color (decimal): -2646422 or 6987479. OLE color: 6987479.

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

Color convert

RGB215158106-
CMYK00.270.510.16
HSL28.62º57.67%62.94%-
HSV(B)28.62º50.7%84.31%-
XYZ42.8539.9419.09-
YUV169.1292.38160.73-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.89%
GREEN value IS 158 (62.11% from 255) = 32.99%
BLUE value IS 106 (41.80% from 255) = 22.13%
R=44.89%
G=32.99%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515810600.270.510.1628.6257.6762.94
HexD79E6A01B33101d3a3f
Octal3272361520336320357277
Binary110101111001111011010100110111100111000011101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79E6A; }

 p { color: rgb(215,158,106); }

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

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

 a { background-color: rgb(215,158,106); }

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

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

 span { border-color: rgb(215,158,106); }

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