COLOR #D88C74

HEX: #D88C74
RGB: (216,140,116)

Color info

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

RGB color model

#D88C74 color RGB value is (216,140,116).

  • red value is 216;
  • green value is 140;
  • blue value is 116.
RGB:
(216,140,116)
(85%,55%,45%)

RGB channels and saturation

R 216 of 255 = 85%
G 140 of 255 = 55%
B 116 of 255 = 45%

216
140
116

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

Portions of RGB colors in percentages

R + G + B =
216 + 140 + 116 = 472 (100%)
R 216 of 472 ~ 45.76%
G 140 of 472 ~ 29.66%
B 116 of 472 ~ 24.58%

%45.76
%29.66
%24.58

CMYK color model

#D88C74 color CMYK value is (0,35,46,15).

  • cyan value is 0.00%
  • magenta value is 35.19%
  • yellow value is 46.30%
  • key color value is 15.29%
CMYK:
(0,35,46,15)
C0M35Y46K15 
(0%,35%,46%,15%)
(0.00/0.35/0.46/0.15)	

CMYK percentages

%0
%35.19
%46.3
%15.29

Codes

Color #D88C74 in popluar color models

D88C74
RGB216140116
HSL14°56.18%65.10%
HSB/HSV14°46.30%84.71%
CMYK0.00%35.19%46.30%
15.29%

Color #D88C74 in popluar number systems.

HEXD88C74
Decimal216140116
Binary11011000100011001110100
Octal330214164

Shades and tints

Shades of #D88C74

#D88C74
(216,140,116)
#C5806A
(197,128,106)
#B27460
(178,116,96)
#9F6856
(159,104,86)
#8C5C4C
(140,92,76)
#795042
(121,80,66)
#664438
(102,68,56)
#53382E
(83,56,46)
#402C24
(64,44,36)
#2D201A
(45,32,26)
#1A1410
(26,20,16)
#000000
(0,0,0)

Tints of #D88C74

#D88C74
(216,140,116)
#DB9680
(219,150,128)
#DEA08C
(222,160,140)
#E1AA98
(225,170,152)
#E4B4A4
(228,180,164)
#E7BEB0
(231,190,176)
#EAC8BC
(234,200,188)
#EDD2C8
(237,210,200)
#F0DCD4
(240,220,212)
#F3E6E0
(243,230,224)
#F6F0EC
(246,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D88C74 color. Also use rgb(216,140,116) instead hex code.

Text Font Color

.myTextColor { color: #D88C74; }

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

This text font color is #D88C74.


Background Color

.myBgColor { background-color: #D88C74; }

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

This div background color is #D88C74.


Border color

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

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

This div border color is #D88C74.


Opacity

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

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

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

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

This text has shadow with #D88C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D88C74 on black background.


Color preview on white background

This text has color #D88C74 on white background.



Black color preview on #D88C74 background

This text has black color on #D88C74 background.


White color preview on #D88C74 background

This text has white color on #D88C74 background.