#D7995B

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

Shades of Porsche #D7995B

Tints of Porsche #D7995B

Color information

#D7995B (or 0xD7995B) is unknown color: approx Porsche. HEX triplet: D7, 99 and 5B. RGB value is (215,153,91). Sum of RGB (Red+Green+Blue) = 215+153+91=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D7995B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7995B is #2866A4. Grayscale: #A4A4A4. Windows color (decimal): -2647717 or 6003159. OLE color: 6003159.

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

Color convert

RGB21515391-
CMYK00.290.580.16
HSL30º60.78%60%-
HSV(B)30º57.67%84.31%-
XYZ41.337.9815.05-
YUV164.4786.54164.04-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.84%
GREEN value IS 153 (60.16% from 255) = 33.33%
BLUE value IS 91 (35.94% from 255) = 19.83%
R=46.84%
G=33.33%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151539100.290.580.163060.7860
HexD7995B01D3A101e3d3c
Octal3272311330357220367574
Binary110101111001100110110110111011110101000011110111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7995B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7995B; }

 p { color: rgb(215,153,91); }

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

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

 a { background-color: rgb(215,153,91); }

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

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

 span { border-color: rgb(215,153,91); }

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