COLOR #D97D74

HEX: #D97D74
RGB: (217,125,116)

Color info

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

RGB color model

#D97D74 color RGB value is (217,125,116).

  • red value is 217;
  • green value is 125;
  • blue value is 116.
RGB:
(217,125,116)
(85%,49%,45%)

RGB channels and saturation

R 217 of 255 = 85%
G 125 of 255 = 49%
B 116 of 255 = 45%

217
125
116

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

Portions of RGB colors in percentages

R + G + B =
217 + 125 + 116 = 458 (100%)
R 217 of 458 ~ 47.38%
G 125 of 458 ~ 27.29%
B 116 of 458 ~ 25.33%

%47.38
%27.29
%25.33

CMYK color model

#D97D74 color CMYK value is (0,42,47,15).

  • cyan value is 0.00%
  • magenta value is 42.40%
  • yellow value is 46.54%
  • key color value is 14.90%
CMYK:
(0,42,47,15)
C0M42Y47K15 
(0%,42%,47%,15%)
(0.00/0.42/0.47/0.15)	

CMYK percentages

%0
%42.4
%46.54
%14.9

Codes

Color #D97D74 in popluar color models

D97D74
RGB217125116
HSL57.06%65.29%
HSB/HSV46.54%85.10%
CMYK0.00%42.40%46.54%
14.90%

Color #D97D74 in popluar number systems.

HEXD97D74
Decimal217125116
Binary1101100111111011110100
Octal331175164

Shades and tints

Shades of #D97D74

#D97D74
(217,125,116)
#C6726A
(198,114,106)
#B36760
(179,103,96)
#A05C56
(160,92,86)
#8D514C
(141,81,76)
#7A4642
(122,70,66)
#673B38
(103,59,56)
#54302E
(84,48,46)
#412524
(65,37,36)
#2E1A1A
(46,26,26)
#1B0F10
(27,15,16)
#000000
(0,0,0)

Tints of #D97D74

#D97D74
(217,125,116)
#DC8880
(220,136,128)
#DF938C
(223,147,140)
#E29E98
(226,158,152)
#E5A9A4
(229,169,164)
#E8B4B0
(232,180,176)
#EBBFBC
(235,191,188)
#EECAC8
(238,202,200)
#F1D5D4
(241,213,212)
#F4E0E0
(244,224,224)
#F7EBEC
(247,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D97D74 color. Also use rgb(217,125,116) instead hex code.

Text Font Color

.myTextColor { color: #D97D74; }

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

This text font color is #D97D74.


Background Color

.myBgColor { background-color: #D97D74; }

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

This div background color is #D97D74.


Border color

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

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

This div border color is #D97D74.


Opacity

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

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

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

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

This text has shadow with #D97D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D97D74 on black background.


Color preview on white background

This text has color #D97D74 on white background.



Black color preview on #D97D74 background

This text has black color on #D97D74 background.


White color preview on #D97D74 background

This text has white color on #D97D74 background.