#D7A05F

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

Shades of Porsche #D7A05F

Tints of Porsche #D7A05F

Color information

#D7A05F (or 0xD7A05F) is unknown color: approx Porsche. HEX triplet: D7, A0 and 5F. RGB value is (215,160,95). Sum of RGB (Red+Green+Blue) = 215+160+95=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 95 (37.5% from 255 or 20.21% from 470); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A05F is #285FA0. Grayscale: #A9A9A9. Windows color (decimal): -2645921 or 6267095. OLE color: 6267095.

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

Color convert

RGB21516095-
CMYK00.260.560.16
HSL32.5º60%60.78%-
HSV(B)32.5º55.81%84.31%-
XYZ42.6640.4116.38-
YUV169.0486.22160.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.74%
GREEN value IS 160 (62.89% from 255) = 34.04%
BLUE value IS 95 (37.5% from 255) = 20.21%
R=45.74%
G=34.04%
B=20.21%

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
Decimal2151609500.260.560.1632.56060.78
HexD7A05F01A3810213c3d
Octal3272401370327020417475
Binary1101011110100000101111101101011100010000100001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A05F; }

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

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

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

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

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

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

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

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