COLOR #D88D77

HEX: #D88D77 RGB: (216,141,119)

Color info

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

RGB color model

#D88D77 color RGB value is (216,141,119).

RGB: (216,141,119) (85%, 55%, 47%)

RGB channels and saturation

R 216 of 255 = 85%
G 141 of 255 = 55%
B 119 of 255 = 47%

216
141
119

R + G + B ~ 62%. #D88D77 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 141 + 119 = 476 (100%)
R 216 of 476 ~ 45.38%
G 141 of 476 ~ 29.62%
B 119 of 476 ~ 25'%

%45.38
%29.62
%25

CMYK color model

#D88D77 color CMYK value is (0,35,45,15).

  • cyan value is 0.00%
  • magenta value is 34.72%
  • yellow value is 44.91%
  • key color value is 15.29%

CMYK: (0,35,45,15)
C0M35Y45K15 (0%, 35%, 45%, 15%)
(0.00 / 0.35 / 0.45 / 0.15)

CMYK percentages

%0
%34.72
%44.91
%15.29

Codes

Color #D88D77 in popluar color models

D8 8D 77
RGB 216 141 119
HSL 14° 55.43% 65.69%
HSB/HSV 14° 44.91% 84.71%
CMYK 0.00% 34.72% 44.91%
15.29%

Color #D88D77 in popluar number systems.

HEX D8 8D 77
Decimal 216 141 119
Binary 11011000 10001101 1110111
Octal 330 215 167

Shades and tints

Shades of #D88D77

#D88D77
(216,141,119)
#C5816D
(197,129,109)
#B27563
(178,117,99)
#9F6959
(159,105,89)
#8C5D4F
(140,93,79)
#795145
(121,81,69)
#66453B
(102,69,59)
#533931
(83,57,49)
#402D27
(64,45,39)
#2D211D
(45,33,29)
#1A1513
(26,21,19)
#000000
(0,0,0)

Tints of #D88D77

#D88D77
(216,141,119)
#DB9783
(219,151,131)
#DEA18F
(222,161,143)
#E1AB9B
(225,171,155)
#E4B5A7
(228,181,167)
#E7BFB3
(231,191,179)
#EAC9BF
(234,201,191)
#EDD3CB
(237,211,203)
#F0DDD7
(240,221,215)
#F3E7E3
(243,231,227)
#F6F1EF
(246,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D88D77 color. Also use rgb(216,141,119) instead hex code.

Text Font Color

.myTextColor { color: #D88D77; }

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

This text font color is #D88D77.

Background Color

.myBgColor { background-color: #D88D77; }

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

This div background color is #D88D77.

Border color

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

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

This div border color is #D88D77.

Opacity

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

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

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

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

This text has shadow with #D88D77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D88D77.

Preview

Color preview on black background

This text has color #D88D77 on black background.


Color preview on white background

This text has color #D88D77 on white background.


Black color preview on #D88D77 background

This text has black color on #D88D77 background.


White color preview on #D88D77 background

This text has white color on #D88D77 background.


Related colors

Complementary color

Complementary color for #hex is #277288.


I love getcolorcode.com

Triadic colors

1 #77D88D and #8D77D8 with #D88D77 are triadic colors.

2 #778DD8 and #8DD877 with #D88D77 are triadic colors.