#D7A05E

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

Shades of Porsche #D7A05E

Tints of Porsche #D7A05E

Color information

#D7A05E (or 0xD7A05E) is unknown color: approx Porsche. HEX triplet: D7, A0 and 5E. RGB value is (215,160,94). Sum of RGB (Red+Green+Blue) = 215+160+94=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 160 (62.89% from 255 or 34.12% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A05E is #285FA1. Grayscale: #A9A9A9. Windows color (decimal): -2645922 or 6201559. OLE color: 6201559.

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

Color convert

RGB21516094-
CMYK00.260.560.16
HSL32.73º60.2%60.59%-
HSV(B)32.73º56.28%84.31%-
XYZ42.6240.416.14-
YUV168.9285.72160.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.84%
GREEN value IS 160 (62.89% from 255) = 34.12%
BLUE value IS 94 (37.11% from 255) = 20.04%
R=45.84%
G=34.12%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151609400.260.560.1632.7360.260.59
HexD7A05E01A3810213c3d
Octal3272401360327020417475
Binary1101011110100000101111001101011100010000100001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A05E; }

 p { color: rgb(215,160,94); }

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

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

 a { background-color: rgb(215,160,94); }

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

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

 span { border-color: rgb(215,160,94); }

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