COLOR #D87661

HEX: #D87661 RGB: (216,118,97)

Color info

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

RGB color model

#D87661 color RGB value is (216,118,97).

RGB: (216,118,97) (85%, 46%, 38%)

RGB channels and saturation

R 216 of 255 = 85%
G 118 of 255 = 46%
B 97 of 255 = 38%

216
118
97

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

Portions of RGB colors in percentages

R + G + B = 216 + 118 + 97 = 431 (100%)
R 216 of 431 ~ 50.12%
G 118 of 431 ~ 27.38%
B 97 of 431 ~ 22.51'%

%50.12
%27.38
%22.51

CMYK color model

#D87661 color CMYK value is (0,45,55,15).

  • cyan value is 0.00%
  • magenta value is 45.37%
  • yellow value is 55.09%
  • key color value is 15.29%

CMYK: (0,45,55,15)
C0M45Y55K15 (0%, 45%, 55%, 15%)
(0.00 / 0.45 / 0.55 / 0.15)

CMYK percentages

%0
%45.37
%55.09
%15.29

Codes

Color #D87661 in popluar color models

D8 76 61
RGB 216 118 97
HSL 11° 60.41% 61.37%
HSB/HSV 11° 55.09% 84.71%
CMYK 0.00% 45.37% 55.09%
15.29%

Color #D87661 in popluar number systems.

HEX D8 76 61
Decimal 216 118 97
Binary 11011000 1110110 1100001
Octal 330 166 141

Shades and tints

Shades of #D87661

#D87661
(216,118,97)
#C56C59
(197,108,89)
#B26251
(178,98,81)
#9F5849
(159,88,73)
#8C4E41
(140,78,65)
#794439
(121,68,57)
#663A31
(102,58,49)
#533029
(83,48,41)
#402621
(64,38,33)
#2D1C19
(45,28,25)
#1A1211
(26,18,17)
#000000
(0,0,0)

Tints of #D87661

#D87661
(216,118,97)
#DB826F
(219,130,111)
#DE8E7D
(222,142,125)
#E19A8B
(225,154,139)
#E4A699
(228,166,153)
#E7B2A7
(231,178,167)
#EABEB5
(234,190,181)
#EDCAC3
(237,202,195)
#F0D6D1
(240,214,209)
#F3E2DF
(243,226,223)
#F6EEED
(246,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D87661 color. Also use rgb(216,118,97) instead hex code.

Text Font Color

.myTextColor { color: #D87661; }

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

This text font color is #D87661.

Background Color

.myBgColor { background-color: #D87661; }

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

This div background color is #D87661.

Border color

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

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

This div border color is #D87661.

Opacity

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

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

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

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

This text has shadow with #D87661 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D87661.

Preview

Color preview on black background

This text has color #D87661 on black background.


Color preview on white background

This text has color #D87661 on white background.


Black color preview on #D87661 background

This text has black color on #D87661 background.


White color preview on #D87661 background

This text has white color on #D87661 background.


Related colors

Complementary color

Complementary color for #hex is #27899E.


I love getcolorcode.com

Triadic colors

1 #61D876 and #7661D8 with #D87661 are triadic colors.

2 #6176D8 and #76D861 with #D87661 are triadic colors.