COLOR #D1795E

HEX: #D1795E
RGB: (209,121,94)

Color info

#D1795E contains mainly red color. Web safe color of #D1795E is #CC6666 (or #C66).

RGB color model

#D1795E color RGB value is (209,121,94).

  • red value is 209;
  • green value is 121;
  • blue value is 94.
RGB:
(209,121,94)
(82%,47%,37%)

RGB channels and saturation

R 209 of 255 = 82%
G 121 of 255 = 47%
B 94 of 255 = 37%

209
121
94

R + G + B ~ 55%. #D1795E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
209 + 121 + 94 = 424 (100%)
R 209 of 424 ~ 49.29%
G 121 of 424 ~ 28.54%
B 94 of 424 ~ 22.17%

%49.29
%28.54
%22.17

CMYK color model

#D1795E color CMYK value is (0,42,55,18).

  • cyan value is 0.00%
  • magenta value is 42.11%
  • yellow value is 55.02%
  • key color value is 18.04%
CMYK:
(0,42,55,18)
C0M42Y55K18 
(0%,42%,55%,18%)
(0.00/0.42/0.55/0.18)	

CMYK percentages

%0
%42.11
%55.02
%18.04

Codes

Color #D1795E in popluar color models

D1795E
RGB20912194
HSL14°55.56%59.41%
HSB/HSV14°55.02%81.96%
CMYK0.00%42.11%55.02%
18.04%

Color #D1795E in popluar number systems.

HEXD1795E
Decimal20912194
Binary1101000111110011011110
Octal321171136

Shades and tints

Shades of #D1795E

#D1795E
(209,121,94)
#BE6E56
(190,110,86)
#AB634E
(171,99,78)
#985846
(152,88,70)
#854D3E
(133,77,62)
#724236
(114,66,54)
#5F372E
(95,55,46)
#4C2C26
(76,44,38)
#39211E
(57,33,30)
#261616
(38,22,22)
#130B0E
(19,11,14)
#000000
(0,0,0)

Tints of #D1795E

#D1795E
(209,121,94)
#D5856C
(213,133,108)
#D9917A
(217,145,122)
#DD9D88
(221,157,136)
#E1A996
(225,169,150)
#E5B5A4
(229,181,164)
#E9C1B2
(233,193,178)
#EDCDC0
(237,205,192)
#F1D9CE
(241,217,206)
#F5E5DC
(245,229,220)
#F9F1EA
(249,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1795E color. Also use rgb(209,121,94) instead hex code.

Text Font Color

.myTextColor { color: #D1795E; }

<p style="color:#D1795E">This sample text font color is #D1795E.</p>

This text font color is #D1795E.


Background Color

.myBgColor { background-color: #D1795E; }

<div style="background-color:#D1795E">Inner text</div>

This div background color is #D1795E.


Border color

.myBorderColor { border: 1px solid #D1795E; }

<div style="border:3px solid #D1795E">Div</div>

This div border color is #D1795E.


Opacity

.myOpacity80 { color: #D1795E; opacity: 0.8; }

<p style="color:#D1795E;opacity:0.8;">80%</p>

Text with #D1795E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D1795E;}

<p style="text-shadow: 3px 3px 1px #D1795E">Text here.</p>

This text has shadow with #D1795E color.

.textShadow {text-shadow: 3px 3px 1px #D1795E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D1795E, 5px 5px 20px red">Text here.</p>

This text has shadow with #D1795E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D1795E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D1795E, Direction=45, Strength=4)">Text</p>

This text has shadow with #D1795E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D1795E;
  -webkit-box-shadow:	1px 1px 3px 2px #D1795E;
  box-shadow:		1px 1px 3px 2px #D1795E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D1795E;
-webkit-box-shadow: 1px 1px 3px 2px #D1795E;
box-shadow:1px 1px 3px 2px #D1795E;">
Div content here</div>
This div box has shadow with color #D1795E.

Preview

Color preview on black background

This text has color #D1795E on black background.


Color preview on white background

This text has color #D1795E on white background.



Black color preview on #D1795E background

This text has black color on #D1795E background.


White color preview on #D1795E background

This text has white color on #D1795E background.