COLOR #DA7A5E

HEX: #DA7A5E
RGB: (218,122,94)

Color info

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

RGB color model

#DA7A5E color RGB value is (218,122,94).

  • red value is 218;
  • green value is 122;
  • blue value is 94.
RGB:
(218,122,94)
(85%,48%,37%)

RGB channels and saturation

R 218 of 255 = 85%
G 122 of 255 = 48%
B 94 of 255 = 37%

218
122
94

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

Portions of RGB colors in percentages

R + G + B =
218 + 122 + 94 = 434 (100%)
R 218 of 434 ~ 50.23%
G 122 of 434 ~ 28.11%
B 94 of 434 ~ 21.66%

%50.23
%28.11
%21.66

CMYK color model

#DA7A5E color CMYK value is (0,44,57,15).

  • cyan value is 0.00%
  • magenta value is 44.04%
  • yellow value is 56.88%
  • key color value is 14.51%
CMYK:
(0,44,57,15)
C0M44Y57K15 
(0%,44%,57%,15%)
(0.00/0.44/0.57/0.15)	

CMYK percentages

%0
%44.04
%56.88
%14.51

Codes

Color #DA7A5E in popluar color models

DA7A5E
RGB21812294
HSL14°62.63%61.18%
HSB/HSV14°56.88%85.49%
CMYK0.00%44.04%56.88%
14.51%

Color #DA7A5E in popluar number systems.

HEXDA7A5E
Decimal21812294
Binary1101101011110101011110
Octal332172136

Shades and tints

Shades of #DA7A5E

#DA7A5E
(218,122,94)
#C76F56
(199,111,86)
#B4644E
(180,100,78)
#A15946
(161,89,70)
#8E4E3E
(142,78,62)
#7B4336
(123,67,54)
#68382E
(104,56,46)
#552D26
(85,45,38)
#42221E
(66,34,30)
#2F1716
(47,23,22)
#1C0C0E
(28,12,14)
#000000
(0,0,0)

Tints of #DA7A5E

#DA7A5E
(218,122,94)
#DD866C
(221,134,108)
#E0927A
(224,146,122)
#E39E88
(227,158,136)
#E6AA96
(230,170,150)
#E9B6A4
(233,182,164)
#ECC2B2
(236,194,178)
#EFCEC0
(239,206,192)
#F2DACE
(242,218,206)
#F5E6DC
(245,230,220)
#F8F2EA
(248,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA7A5E color. Also use rgb(218,122,94) instead hex code.

Text Font Color

.myTextColor { color: #DA7A5E; }

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

This text font color is #DA7A5E.


Background Color

.myBgColor { background-color: #DA7A5E; }

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

This div background color is #DA7A5E.


Border color

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

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

This div border color is #DA7A5E.


Opacity

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

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

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

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

This text has shadow with #DA7A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA7A5E on black background.


Color preview on white background

This text has color #DA7A5E on white background.



Black color preview on #DA7A5E background

This text has black color on #DA7A5E background.


White color preview on #DA7A5E background

This text has white color on #DA7A5E background.