COLOR #DA4E3C

HEX: #DA4E3C RGB: (218,78,60)

Color info

#DA4E3C contains mainly red color. Web safe color of #DA4E3C is #CC6633 (or #C63).

RGB color model

#DA4E3C color RGB value is (218,78,60).

RGB: (218,78,60) (85%, 31%, 24%)

RGB channels and saturation

R 218 of 255 = 85%
G 78 of 255 = 31%
B 60 of 255 = 24%

218
78
60

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

Portions of RGB colors in percentages

R + G + B = 218 + 78 + 60 = 356 (100%)
R 218 of 356 ~ 61.24%
G 78 of 356 ~ 21.91%
B 60 of 356 ~ 16.85'%

%61.24
%21.91
%16.85

CMYK color model

#DA4E3C color CMYK value is (0,64,72,15).

  • cyan value is 0.00%
  • magenta value is 64.22%
  • yellow value is 72.48%
  • key color value is 14.51%

CMYK: (0,64,72,15)
C0M64Y72K15 (0%, 64%, 72%, 15%)
(0.00 / 0.64 / 0.72 / 0.15)

CMYK percentages

%0
%64.22
%72.48
%14.51

Codes

Color #DA4E3C in popluar color models

DA 4E 3C
RGB 218 78 60
HSL 68.10% 54.51%
HSB/HSV 72.48% 85.49%
CMYK 0.00% 64.22% 72.48%
14.51%

Color #DA4E3C in popluar number systems.

HEX DA 4E 3C
Decimal 218 78 60
Binary 11011010 1001110 111100
Octal 332 116 74

Shades and tints

Shades of #DA4E3C

#DA4E3C
(218,78,60)
#C74737
(199,71,55)
#B44032
(180,64,50)
#A1392D
(161,57,45)
#8E3228
(142,50,40)
#7B2B23
(123,43,35)
#68241E
(104,36,30)
#551D19
(85,29,25)
#421614
(66,22,20)
#2F0F0F
(47,15,15)
#1C080A
(28,8,10)
#000000
(0,0,0)

Tints of #DA4E3C

#DA4E3C
(218,78,60)
#DD5E4D
(221,94,77)
#E06E5E
(224,110,94)
#E37E6F
(227,126,111)
#E68E80
(230,142,128)
#E99E91
(233,158,145)
#ECAEA2
(236,174,162)
#EFBEB3
(239,190,179)
#F2CEC4
(242,206,196)
#F5DED5
(245,222,213)
#F8EEE6
(248,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA4E3C; }

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

This text font color is #DA4E3C.

Background Color

.myBgColor { background-color: #DA4E3C; }

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

This div background color is #DA4E3C.

Border color

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

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

This div border color is #DA4E3C.

Opacity

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

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

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

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

This text has shadow with #DA4E3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA4E3C.

Preview

Color preview on black background

This text has color #DA4E3C on black background.


Color preview on white background

This text has color #DA4E3C on white background.


Black color preview on #DA4E3C background

This text has black color on #DA4E3C background.


White color preview on #DA4E3C background

This text has white color on #DA4E3C background.


Related colors

Complementary color

Complementary color for #hex is #25B1C3.


I love getcolorcode.com

Triadic colors

1 #3CDA4E and #4E3CDA with #DA4E3C are triadic colors.

2 #3C4EDA and #4EDA3C with #DA4E3C are triadic colors.