COLOR #D9706F

HEX: #D9706F RGB: (217,112,111)

Color info

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

RGB color model

#D9706F color RGB value is (217,112,111).

RGB: (217,112,111) (85%, 44%, 44%)

RGB channels and saturation

R 217 of 255 = 85%
G 112 of 255 = 44%
B 111 of 255 = 44%

217
112
111

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

Portions of RGB colors in percentages

R + G + B = 217 + 112 + 111 = 440 (100%)
R 217 of 440 ~ 49.32%
G 112 of 440 ~ 25.45%
B 111 of 440 ~ 25.23'%

%49.32
%25.45
%25.23

CMYK color model

#D9706F color CMYK value is (0,48,49,15).

  • cyan value is 0.00%
  • magenta value is 48.39%
  • yellow value is 48.85%
  • key color value is 14.90%

CMYK: (0,48,49,15)
C0M48Y49K15 (0%, 48%, 49%, 15%)
(0.00 / 0.48 / 0.49 / 0.15)

CMYK percentages

%0
%48.39
%48.85
%14.9

Codes

Color #D9706F in popluar color models

D9 70 6F
RGB 217 112 111
HSL 58.24% 64.31%
HSB/HSV 48.85% 85.10%
CMYK 0.00% 48.39% 48.85%
14.90%

Color #D9706F in popluar number systems.

HEX D9 70 6F
Decimal 217 112 111
Binary 11011001 1110000 1101111
Octal 331 160 157

Shades and tints

Shades of #D9706F

#D9706F
(217,112,111)
#C66665
(198,102,101)
#B35C5B
(179,92,91)
#A05251
(160,82,81)
#8D4847
(141,72,71)
#7A3E3D
(122,62,61)
#673433
(103,52,51)
#542A29
(84,42,41)
#41201F
(65,32,31)
#2E1615
(46,22,21)
#1B0C0B
(27,12,11)
#000000
(0,0,0)

Tints of #D9706F

#D9706F
(217,112,111)
#DC7D7C
(220,125,124)
#DF8A89
(223,138,137)
#E29796
(226,151,150)
#E5A4A3
(229,164,163)
#E8B1B0
(232,177,176)
#EBBEBD
(235,190,189)
#EECBCA
(238,203,202)
#F1D8D7
(241,216,215)
#F4E5E4
(244,229,228)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9706F color. Also use rgb(217,112,111) instead hex code.

Text Font Color

.myTextColor { color: #D9706F; }

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

This text font color is #D9706F.

Background Color

.myBgColor { background-color: #D9706F; }

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

This div background color is #D9706F.

Border color

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

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

This div border color is #D9706F.

Opacity

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

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

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

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

This text has shadow with #D9706F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9706F.

Preview

Color preview on black background

This text has color #D9706F on black background.


Color preview on white background

This text has color #D9706F on white background.


Black color preview on #D9706F background

This text has black color on #D9706F background.


White color preview on #D9706F background

This text has white color on #D9706F background.


Related colors

Complementary color

Complementary color for #hex is #268F90.


I love getcolorcode.com

Triadic colors

1 #6FD970 and #706FD9 with #D9706F are triadic colors.

2 #6F70D9 and #70D96F with #D9706F are triadic colors.