#D7995C

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

Shades of Porsche #D7995C

Tints of Porsche #D7995C

Color information

#D7995C (or 0xD7995C) is unknown color: approx Porsche. HEX triplet: D7, 99 and 5C. RGB value is (215,153,92). Sum of RGB (Red+Green+Blue) = 215+153+92=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D7995C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7995C is #2866A3. Grayscale: #A4A4A4. Windows color (decimal): -2647716 or 6068695. OLE color: 6068695.

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

Color convert

RGB21515392-
CMYK00.290.570.16
HSL29.76º60.59%60.2%-
HSV(B)29.76º57.21%84.31%-
XYZ41.353815.28-
YUV164.5887.04163.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.74%
GREEN value IS 153 (60.16% from 255) = 33.26%
BLUE value IS 92 (36.33% from 255) = 20%
R=46.74%
G=33.26%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151539200.290.570.1629.7660.5960.2
HexD7995C01D39101e3d3c
Octal3272311340357120367574
Binary110101111001100110111000111011110011000011110111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7995C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7995C; }

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

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

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

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

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

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

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

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