COLOR #D97661

HEX: #D97661
RGB: (217,118,97)

Color info

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

RGB color model

#D97661 color RGB value is (217,118,97).

  • red value is 217;
  • green value is 118;
  • blue value is 97.
RGB:
(217,118,97)
(85%,46%,38%)

RGB channels and saturation

R 217 of 255 = 85%
G 118 of 255 = 46%
B 97 of 255 = 38%

217
118
97

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

Portions of RGB colors in percentages

R + G + B =
217 + 118 + 97 = 432 (100%)
R 217 of 432 ~ 50.23%
G 118 of 432 ~ 27.31%
B 97 of 432 ~ 22.45%

%50.23
%27.31
%22.45

CMYK color model

#D97661 color CMYK value is (0,46,55,15).

  • cyan value is 0.00%
  • magenta value is 45.62%
  • yellow value is 55.30%
  • key color value is 14.90%
CMYK:
(0,46,55,15)
C0M46Y55K15 
(0%,46%,55%,15%)
(0.00/0.46/0.55/0.15)	

CMYK percentages

%0
%45.62
%55.3
%14.9

Codes

Color #D97661 in popluar color models

D97661
RGB21711897
HSL11°61.22%61.57%
HSB/HSV11°55.30%85.10%
CMYK0.00%45.62%55.30%
14.90%

Color #D97661 in popluar number systems.

HEXD97661
Decimal21711897
Binary1101100111101101100001
Octal331166141

Shades and tints

Shades of #D97661

#D97661
(217,118,97)
#C66C59
(198,108,89)
#B36251
(179,98,81)
#A05849
(160,88,73)
#8D4E41
(141,78,65)
#7A4439
(122,68,57)
#673A31
(103,58,49)
#543029
(84,48,41)
#412621
(65,38,33)
#2E1C19
(46,28,25)
#1B1211
(27,18,17)
#000000
(0,0,0)

Tints of #D97661

#D97661
(217,118,97)
#DC826F
(220,130,111)
#DF8E7D
(223,142,125)
#E29A8B
(226,154,139)
#E5A699
(229,166,153)
#E8B2A7
(232,178,167)
#EBBEB5
(235,190,181)
#EECAC3
(238,202,195)
#F1D6D1
(241,214,209)
#F4E2DF
(244,226,223)
#F7EEED
(247,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D97661 color. Also use rgb(217,118,97) instead hex code.

Text Font Color

.myTextColor { color: #D97661; }

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

This text font color is #D97661.


Background Color

.myBgColor { background-color: #D97661; }

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

This div background color is #D97661.


Border color

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

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

This div border color is #D97661.


Opacity

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

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

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

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

This text has shadow with #D97661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D97661 on black background.


Color preview on white background

This text has color #D97661 on white background.



Black color preview on #D97661 background

This text has black color on #D97661 background.


White color preview on #D97661 background

This text has white color on #D97661 background.