COLOR #D97351

HEX: #D97351
RGB: (217,115,81)

Color info

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

RGB color model

#D97351 color RGB value is (217,115,81).

  • red value is 217;
  • green value is 115;
  • blue value is 81.
RGB:
(217,115,81)
(85%,45%,32%)

RGB channels and saturation

R 217 of 255 = 85%
G 115 of 255 = 45%
B 81 of 255 = 32%

217
115
81

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

Portions of RGB colors in percentages

R + G + B =
217 + 115 + 81 = 413 (100%)
R 217 of 413 ~ 52.54%
G 115 of 413 ~ 27.85%
B 81 of 413 ~ 19.61%

%52.54
%27.85
%19.61

CMYK color model

#D97351 color CMYK value is (0,47,63,15).

  • cyan value is 0.00%
  • magenta value is 47.00%
  • yellow value is 62.67%
  • key color value is 14.90%
CMYK:
(0,47,63,15)
C0M47Y63K15 
(0%,47%,63%,15%)
(0.00/0.47/0.63/0.15)	

CMYK percentages

%0
%47
%62.67
%14.9

Codes

Color #D97351 in popluar color models

D97351
RGB21711581
HSL15°64.15%58.43%
HSB/HSV15°62.67%85.10%
CMYK0.00%47.00%62.67%
14.90%

Color #D97351 in popluar number systems.

HEXD97351
Decimal21711581
Binary1101100111100111010001
Octal331163121

Shades and tints

Shades of #D97351

#D97351
(217,115,81)
#C6694A
(198,105,74)
#B35F43
(179,95,67)
#A0553C
(160,85,60)
#8D4B35
(141,75,53)
#7A412E
(122,65,46)
#673727
(103,55,39)
#542D20
(84,45,32)
#412319
(65,35,25)
#2E1912
(46,25,18)
#1B0F0B
(27,15,11)
#000000
(0,0,0)

Tints of #D97351

#D97351
(217,115,81)
#DC7F60
(220,127,96)
#DF8B6F
(223,139,111)
#E2977E
(226,151,126)
#E5A38D
(229,163,141)
#E8AF9C
(232,175,156)
#EBBBAB
(235,187,171)
#EEC7BA
(238,199,186)
#F1D3C9
(241,211,201)
#F4DFD8
(244,223,216)
#F7EBE7
(247,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D97351 color. Also use rgb(217,115,81) instead hex code.

Text Font Color

.myTextColor { color: #D97351; }

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

This text font color is #D97351.


Background Color

.myBgColor { background-color: #D97351; }

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

This div background color is #D97351.


Border color

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

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

This div border color is #D97351.


Opacity

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

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

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

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

This text has shadow with #D97351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D97351 on black background.


Color preview on white background

This text has color #D97351 on white background.



Black color preview on #D97351 background

This text has black color on #D97351 background.


White color preview on #D97351 background

This text has white color on #D97351 background.