COLOR #D88D69

HEX: #D88D69
RGB: (216,141,105)

Color info

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

RGB color model

#D88D69 color RGB value is (216,141,105).

  • red value is 216;
  • green value is 141;
  • blue value is 105.
RGB:
(216,141,105)
(85%,55%,41%)

RGB channels and saturation

R 216 of 255 = 85%
G 141 of 255 = 55%
B 105 of 255 = 41%

216
141
105

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

Portions of RGB colors in percentages

R + G + B =
216 + 141 + 105 = 462 (100%)
R 216 of 462 ~ 46.75%
G 141 of 462 ~ 30.52%
B 105 of 462 ~ 22.73%

%46.75
%30.52
%22.73

CMYK color model

#D88D69 color CMYK value is (0,35,51,15).

  • cyan value is 0.00%
  • magenta value is 34.72%
  • yellow value is 51.39%
  • key color value is 15.29%
CMYK:
(0,35,51,15)
C0M35Y51K15 
(0%,35%,51%,15%)
(0.00/0.35/0.51/0.15)	

CMYK percentages

%0
%34.72
%51.39
%15.29

Codes

Color #D88D69 in popluar color models

D88D69
RGB216141105
HSL19°58.73%62.94%
HSB/HSV19°51.39%84.71%
CMYK0.00%34.72%51.39%
15.29%

Color #D88D69 in popluar number systems.

HEXD88D69
Decimal216141105
Binary11011000100011011101001
Octal330215151

Shades and tints

Shades of #D88D69

#D88D69
(216,141,105)
#C58160
(197,129,96)
#B27557
(178,117,87)
#9F694E
(159,105,78)
#8C5D45
(140,93,69)
#79513C
(121,81,60)
#664533
(102,69,51)
#53392A
(83,57,42)
#402D21
(64,45,33)
#2D2118
(45,33,24)
#1A150F
(26,21,15)
#000000
(0,0,0)

Tints of #D88D69

#D88D69
(216,141,105)
#DB9776
(219,151,118)
#DEA183
(222,161,131)
#E1AB90
(225,171,144)
#E4B59D
(228,181,157)
#E7BFAA
(231,191,170)
#EAC9B7
(234,201,183)
#EDD3C4
(237,211,196)
#F0DDD1
(240,221,209)
#F3E7DE
(243,231,222)
#F6F1EB
(246,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D88D69; }

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

This text font color is #D88D69.


Background Color

.myBgColor { background-color: #D88D69; }

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

This div background color is #D88D69.


Border color

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

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

This div border color is #D88D69.


Opacity

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

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

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

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

This text has shadow with #D88D69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D88D69 on black background.


Color preview on white background

This text has color #D88D69 on white background.



Black color preview on #D88D69 background

This text has black color on #D88D69 background.


White color preview on #D88D69 background

This text has white color on #D88D69 background.