#D7A165

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

Shades of Porsche #D7A165

Tints of Porsche #D7A165

Color information

#D7A165 (or 0xD7A165) is unknown color: approx Porsche. HEX triplet: D7, A1 and 65. RGB value is (215,161,101). Sum of RGB (Red+Green+Blue) = 215+161+101=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 101 (39.84% from 255 or 21.17% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A165 is #285E9A. Grayscale: #AAAAAA. Windows color (decimal): -2645659 or 6660567. OLE color: 6660567.

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

Color convert

RGB215161101-
CMYK00.250.530.16
HSL31.58º58.76%61.96%-
HSV(B)31.58º53.02%84.31%-
XYZ43.1240.8817.93-
YUV170.3188.89159.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.07%
GREEN value IS 161 (63.28% from 255) = 33.75%
BLUE value IS 101 (39.84% from 255) = 21.17%
R=45.07%
G=33.75%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516110100.250.530.1631.5858.7661.96
HexD7A1650193510203b3e
Octal3272411450316520407376
Binary1101011110100001110010101100111010110000100000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A165; }

 p { color: rgb(215,161,101); }

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

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

 a { background-color: rgb(215,161,101); }

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

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

 span { border-color: rgb(215,161,101); }

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