COLOR #D18175

HEX: #D18175
RGB: (209,129,117)

Color info

#D18175 contains mainly red color. Web safe color of #D18175 is #CC9966 (or #C96).

RGB color model

#D18175 color RGB value is (209,129,117).

  • red value is 209;
  • green value is 129;
  • blue value is 117.
RGB:
(209,129,117)
(82%,51%,46%)

RGB channels and saturation

R 209 of 255 = 82%
G 129 of 255 = 51%
B 117 of 255 = 46%

209
129
117

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

Portions of RGB colors in percentages

R + G + B =
209 + 129 + 117 = 455 (100%)
R 209 of 455 ~ 45.93%
G 129 of 455 ~ 28.35%
B 117 of 455 ~ 25.71%

%45.93
%28.35
%25.71

CMYK color model

#D18175 color CMYK value is (0,38,44,18).

  • cyan value is 0.00%
  • magenta value is 38.28%
  • yellow value is 44.02%
  • key color value is 18.04%
CMYK:
(0,38,44,18)
C0M38Y44K18 
(0%,38%,44%,18%)
(0.00/0.38/0.44/0.18)	

CMYK percentages

%0
%38.28
%44.02
%18.04

Codes

Color #D18175 in popluar color models

D18175
RGB209129117
HSL50.00%63.92%
HSB/HSV44.02%81.96%
CMYK0.00%38.28%44.02%
18.04%

Color #D18175 in popluar number systems.

HEXD18175
Decimal209129117
Binary11010001100000011110101
Octal321201165

Shades and tints

Shades of #D18175

#D18175
(209,129,117)
#BE766B
(190,118,107)
#AB6B61
(171,107,97)
#986057
(152,96,87)
#85554D
(133,85,77)
#724A43
(114,74,67)
#5F3F39
(95,63,57)
#4C342F
(76,52,47)
#392925
(57,41,37)
#261E1B
(38,30,27)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #D18175

#D18175
(209,129,117)
#D58C81
(213,140,129)
#D9978D
(217,151,141)
#DDA299
(221,162,153)
#E1ADA5
(225,173,165)
#E5B8B1
(229,184,177)
#E9C3BD
(233,195,189)
#EDCEC9
(237,206,201)
#F1D9D5
(241,217,213)
#F5E4E1
(245,228,225)
#F9EFED
(249,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D18175; }

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

This text font color is #D18175.


Background Color

.myBgColor { background-color: #D18175; }

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

This div background color is #D18175.


Border color

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

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

This div border color is #D18175.


Opacity

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

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

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

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

This text has shadow with #D18175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18175 on black background.


Color preview on white background

This text has color #D18175 on white background.



Black color preview on #D18175 background

This text has black color on #D18175 background.


White color preview on #D18175 background

This text has white color on #D18175 background.