#D7A265

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

Shades of Porsche #D7A265

Tints of Porsche #D7A265

Color information

#D7A265 (or 0xD7A265) is unknown color: approx Porsche. HEX triplet: D7, A2 and 65. RGB value is (215,162,101). Sum of RGB (Red+Green+Blue) = 215+162+101=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A265 is #285D9A. Grayscale: #ABABAB. Windows color (decimal): -2645403 or 6660823. OLE color: 6660823.

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

Color convert

RGB215162101-
CMYK00.250.530.16
HSL32.11º58.76%61.96%-
HSV(B)32.11º53.02%84.31%-
XYZ43.2941.2317.99-
YUV170.8988.56159.46-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.98%
GREEN value IS 162 (63.67% from 255) = 33.89%
BLUE value IS 101 (39.84% from 255) = 21.13%
R=44.98%
G=33.89%
B=21.13%

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
Decimal21516210100.250.530.1632.1158.7661.96
HexD7A2650193510203b3e
Octal3272421450316520407376
Binary1101011110100010110010101100111010110000100000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A265; }

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

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

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

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

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

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

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

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