COLOR #DA5D4E

HEX: #DA5D4E
RGB: (218,93,78)

Color info

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

RGB color model

#DA5D4E color RGB value is (218,93,78).

  • red value is 218;
  • green value is 93;
  • blue value is 78.
RGB:
(218,93,78)
(85%,36%,31%)

RGB channels and saturation

R 218 of 255 = 85%
G 93 of 255 = 36%
B 78 of 255 = 31%

218
93
78

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

Portions of RGB colors in percentages

R + G + B =
218 + 93 + 78 = 389 (100%)
R 218 of 389 ~ 56.04%
G 93 of 389 ~ 23.91%
B 78 of 389 ~ 20.05%

%56.04
%23.91
%20.05

CMYK color model

#DA5D4E color CMYK value is (0,57,64,15).

  • cyan value is 0.00%
  • magenta value is 57.34%
  • yellow value is 64.22%
  • key color value is 14.51%
CMYK:
(0,57,64,15)
C0M57Y64K15 
(0%,57%,64%,15%)
(0.00/0.57/0.64/0.15)	

CMYK percentages

%0
%57.34
%64.22
%14.51

Codes

Color #DA5D4E in popluar color models

DA5D4E
RGB2189378
HSL65.42%58.04%
HSB/HSV64.22%85.49%
CMYK0.00%57.34%64.22%
14.51%

Color #DA5D4E in popluar number systems.

HEXDA5D4E
Decimal2189378
Binary1101101010111011001110
Octal332135116

Shades and tints

Shades of #DA5D4E

#DA5D4E
(218,93,78)
#C75547
(199,85,71)
#B44D40
(180,77,64)
#A14539
(161,69,57)
#8E3D32
(142,61,50)
#7B352B
(123,53,43)
#682D24
(104,45,36)
#55251D
(85,37,29)
#421D16
(66,29,22)
#2F150F
(47,21,15)
#1C0D08
(28,13,8)
#000000
(0,0,0)

Tints of #DA5D4E

#DA5D4E
(218,93,78)
#DD6B5E
(221,107,94)
#E0796E
(224,121,110)
#E3877E
(227,135,126)
#E6958E
(230,149,142)
#E9A39E
(233,163,158)
#ECB1AE
(236,177,174)
#EFBFBE
(239,191,190)
#F2CDCE
(242,205,206)
#F5DBDE
(245,219,222)
#F8E9EE
(248,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA5D4E color. Also use rgb(218,93,78) instead hex code.

Text Font Color

.myTextColor { color: #DA5D4E; }

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

This text font color is #DA5D4E.


Background Color

.myBgColor { background-color: #DA5D4E; }

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

This div background color is #DA5D4E.


Border color

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

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

This div border color is #DA5D4E.


Opacity

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

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

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

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

This text has shadow with #DA5D4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA5D4E on black background.


Color preview on white background

This text has color #DA5D4E on white background.



Black color preview on #DA5D4E background

This text has black color on #DA5D4E background.


White color preview on #DA5D4E background

This text has white color on #DA5D4E background.