COLOR #D97251

HEX: #D97251
RGB: (217,114,81)

Color info

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

RGB color model

#D97251 color RGB value is (217,114,81).

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

RGB channels and saturation

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

217
114
81

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

Portions of RGB colors in percentages

R + G + B =
217 + 114 + 81 = 412 (100%)
R 217 of 412 ~ 52.67%
G 114 of 412 ~ 27.67%
B 81 of 412 ~ 19.66%

%52.67
%27.67
%19.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 47.47%
  • 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.47
%62.67
%14.9

Codes

Color #D97251 in popluar color models

D97251
RGB21711481
HSL15°64.15%58.43%
HSB/HSV15°62.67%85.10%
CMYK0.00%47.47%62.67%
14.90%

Color #D97251 in popluar number systems.

HEXD97251
Decimal21711481
Binary1101100111100101010001
Octal331162121

Shades and tints

Shades of #D97251

#D97251
(217,114,81)
#C6684A
(198,104,74)
#B35E43
(179,94,67)
#A0543C
(160,84,60)
#8D4A35
(141,74,53)
#7A402E
(122,64,46)
#673627
(103,54,39)
#542C20
(84,44,32)
#412219
(65,34,25)
#2E1812
(46,24,18)
#1B0E0B
(27,14,11)
#000000
(0,0,0)

Tints of #D97251

#D97251
(217,114,81)
#DC7E60
(220,126,96)
#DF8A6F
(223,138,111)
#E2967E
(226,150,126)
#E5A28D
(229,162,141)
#E8AE9C
(232,174,156)
#EBBAAB
(235,186,171)
#EEC6BA
(238,198,186)
#F1D2C9
(241,210,201)
#F4DED8
(244,222,216)
#F7EAE7
(247,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D97251; }

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

This text font color is #D97251.


Background Color

.myBgColor { background-color: #D97251; }

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

This div background color is #D97251.


Border color

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

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

This div border color is #D97251.


Opacity

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

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

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

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

This text has shadow with #D97251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D97251 on black background.


Color preview on white background

This text has color #D97251 on white background.



Black color preview on #D97251 background

This text has black color on #D97251 background.


White color preview on #D97251 background

This text has white color on #D97251 background.