COLOR #D2784E

HEX: #D2784E
RGB: (210,120,78)

Color info

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

RGB color model

#D2784E color RGB value is (210,120,78).

  • red value is 210;
  • green value is 120;
  • blue value is 78.
RGB:
(210,120,78)
(82%,47%,31%)

RGB channels and saturation

R 210 of 255 = 82%
G 120 of 255 = 47%
B 78 of 255 = 31%

210
120
78

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

Portions of RGB colors in percentages

R + G + B =
210 + 120 + 78 = 408 (100%)
R 210 of 408 ~ 51.47%
G 120 of 408 ~ 29.41%
B 78 of 408 ~ 19.12%

%51.47
%29.41
%19.12

CMYK color model

#D2784E color CMYK value is (0,43,63,18).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 62.86%
  • key color value is 17.65%
CMYK:
(0,43,63,18)
C0M43Y63K18 
(0%,43%,63%,18%)
(0.00/0.43/0.63/0.18)	

CMYK percentages

%0
%42.86
%62.86
%17.65

Codes

Color #D2784E in popluar color models

D2784E
RGB21012078
HSL19°59.46%56.47%
HSB/HSV19°62.86%82.35%
CMYK0.00%42.86%62.86%
17.65%

Color #D2784E in popluar number systems.

HEXD2784E
Decimal21012078
Binary1101001011110001001110
Octal322170116

Shades and tints

Shades of #D2784E

#D2784E
(210,120,78)
#BF6E47
(191,110,71)
#AC6440
(172,100,64)
#995A39
(153,90,57)
#865032
(134,80,50)
#73462B
(115,70,43)
#603C24
(96,60,36)
#4D321D
(77,50,29)
#3A2816
(58,40,22)
#271E0F
(39,30,15)
#141408
(20,20,8)
#000000
(0,0,0)

Tints of #D2784E

#D2784E
(210,120,78)
#D6845E
(214,132,94)
#DA906E
(218,144,110)
#DE9C7E
(222,156,126)
#E2A88E
(226,168,142)
#E6B49E
(230,180,158)
#EAC0AE
(234,192,174)
#EECCBE
(238,204,190)
#F2D8CE
(242,216,206)
#F6E4DE
(246,228,222)
#FAF0EE
(250,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2784E color. Also use rgb(210,120,78) instead hex code.

Text Font Color

.myTextColor { color: #D2784E; }

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

This text font color is #D2784E.


Background Color

.myBgColor { background-color: #D2784E; }

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

This div background color is #D2784E.


Border color

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

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

This div border color is #D2784E.


Opacity

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

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

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

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

This text has shadow with #D2784E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2784E on black background.


Color preview on white background

This text has color #D2784E on white background.



Black color preview on #D2784E background

This text has black color on #D2784E background.


White color preview on #D2784E background

This text has white color on #D2784E background.