COLOR #D6705B

HEX: #D6705B
RGB: (214,112,91)

Color info

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

RGB color model

#D6705B color RGB value is (214,112,91).

  • red value is 214;
  • green value is 112;
  • blue value is 91.
RGB:
(214,112,91)
(84%,44%,36%)

RGB channels and saturation

R 214 of 255 = 84%
G 112 of 255 = 44%
B 91 of 255 = 36%

214
112
91

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

Portions of RGB colors in percentages

R + G + B =
214 + 112 + 91 = 417 (100%)
R 214 of 417 ~ 51.32%
G 112 of 417 ~ 26.86%
B 91 of 417 ~ 21.82%

%51.32
%26.86
%21.82

CMYK color model

#D6705B color CMYK value is (0,48,57,16).

  • cyan value is 0.00%
  • magenta value is 47.66%
  • yellow value is 57.48%
  • key color value is 16.08%
CMYK:
(0,48,57,16)
C0M48Y57K16 
(0%,48%,57%,16%)
(0.00/0.48/0.57/0.16)	

CMYK percentages

%0
%47.66
%57.48
%16.08

Codes

Color #D6705B in popluar color models

D6705B
RGB21411291
HSL10°60.00%59.80%
HSB/HSV10°57.48%83.92%
CMYK0.00%47.66%57.48%
16.08%

Color #D6705B in popluar number systems.

HEXD6705B
Decimal21411291
Binary1101011011100001011011
Octal326160133

Shades and tints

Shades of #D6705B

#D6705B
(214,112,91)
#C36653
(195,102,83)
#B05C4B
(176,92,75)
#9D5243
(157,82,67)
#8A483B
(138,72,59)
#773E33
(119,62,51)
#64342B
(100,52,43)
#512A23
(81,42,35)
#3E201B
(62,32,27)
#2B1613
(43,22,19)
#180C0B
(24,12,11)
#000000
(0,0,0)

Tints of #D6705B

#D6705B
(214,112,91)
#D97D69
(217,125,105)
#DC8A77
(220,138,119)
#DF9785
(223,151,133)
#E2A493
(226,164,147)
#E5B1A1
(229,177,161)
#E8BEAF
(232,190,175)
#EBCBBD
(235,203,189)
#EED8CB
(238,216,203)
#F1E5D9
(241,229,217)
#F4F2E7
(244,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6705B color. Also use rgb(214,112,91) instead hex code.

Text Font Color

.myTextColor { color: #D6705B; }

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

This text font color is #D6705B.


Background Color

.myBgColor { background-color: #D6705B; }

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

This div background color is #D6705B.


Border color

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

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

This div border color is #D6705B.


Opacity

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

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

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

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

This text has shadow with #D6705B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6705B on black background.


Color preview on white background

This text has color #D6705B on white background.



Black color preview on #D6705B background

This text has black color on #D6705B background.


White color preview on #D6705B background

This text has white color on #D6705B background.