COLOR #D19E75

HEX: #D19E75 RGB: (209,158,117)

Color info

#D19E75 contains mainly red and green colors. Web safe color of #D19E75 is #CC9966 (or #C96).

RGB color model

#D19E75 color RGB value is (209,158,117).

RGB: (209,158,117) (82%, 62%, 46%)

RGB channels and saturation

R 209 of 255 = 82%
G 158 of 255 = 62%
B 117 of 255 = 46%

209
158
117

R + G + B ~ 63%. #D19E75 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 158 + 117 = 484 (100%)
R 209 of 484 ~ 43.18%
G 158 of 484 ~ 32.64%
B 117 of 484 ~ 24.17'%

%43.18
%32.64
%24.17

CMYK color model

#D19E75 color CMYK value is (0,24,44,18).

  • cyan value is 0.00%
  • magenta value is 24.40%
  • yellow value is 44.02%
  • key color value is 18.04%
CMYK: (0,24,44,18) C0M24Y44K18 (0%,24%,44%,18%) (0.00/0.24/0.44/0.18) 

CMYK percentages

%0
%24.4
%44.02
%18.04

Codes

Color #D19E75 in popluar color models

D1 9E 75
RGB 209 158 117
HSL 27° 50.00% 63.92%
HSB/HSV 27° 44.02% 81.96%
CMYK 0.00% 24.40% 44.02%
18.04%

Color #D19E75 in popluar number systems.

HEX D1 9E 75
Decimal 209 158 117
Binary 11010001 10011110 1110101
Octal 321 236 165

Shades and tints

Shades of #D19E75

#D19E75
(209,158,117)
#BE906B
(190,144,107)
#AB8261
(171,130,97)
#987457
(152,116,87)
#85664D
(133,102,77)
#725843
(114,88,67)
#5F4A39
(95,74,57)
#4C3C2F
(76,60,47)
#392E25
(57,46,37)
#26201B
(38,32,27)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #D19E75

#D19E75
(209,158,117)
#D5A681
(213,166,129)
#D9AE8D
(217,174,141)
#DDB699
(221,182,153)
#E1BEA5
(225,190,165)
#E5C6B1
(229,198,177)
#E9CEBD
(233,206,189)
#EDD6C9
(237,214,201)
#F1DED5
(241,222,213)
#F5E6E1
(245,230,225)
#F9EEED
(249,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D19E75 color. Also use rgb(209,158,117) instead hex code.

Text Font Color

.myTextColor { color: #D19E75; }

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

This text font color is #D19E75.

Background Color

.myBgColor { background-color: #D19E75; }

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

This div background color is #D19E75.

Border color

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

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

This div border color is #D19E75.

Opacity

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

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

Text with #D19E75 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 #D19E75;}

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

This text has shadow with #D19E75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D19E75.

Preview

Color preview on black background

This text has color #D19E75 on black background.


Color preview on white background

This text has color #D19E75 on white background.


Black color preview on #D19E75 background

This text has black color on #D19E75 background.


White color preview on #D19E75 background

This text has white color on #D19E75 background.


Related colors

Complementary color

Complementary color for #hex is #2E618A.


I love getcolorcode.com

Triadic colors

1 #75D19E and #9E75D1 with #D19E75 are triadic colors.

2 #759ED1 and #9ED175 with #D19E75 are triadic colors.