COLOR #DA4E0C

HEX: #DA4E0C
RGB: (218,78,12)

Color info

#DA4E0C contains mainly red color. Web safe color of #DA4E0C is #CC6600 (or #C60).

RGB color model

#DA4E0C color RGB value is (218,78,12).

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

RGB channels and saturation

R 218 of 255 = 85%
G 78 of 255 = 31%
B 12 of 255 = 5%

218
78
12

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

Portions of RGB colors in percentages

R + G + B =
218 + 78 + 12 = 308 (100%)
R 218 of 308 ~ 70.78%
G 78 of 308 ~ 25.32%
B 12 of 308 ~ 3.9%

%70.78
%25.32

CMYK color model

#DA4E0C color CMYK value is (0,64,94,15).

  • cyan value is 0.00%
  • magenta value is 64.22%
  • yellow value is 94.50%
  • key color value is 14.51%
CMYK:
(0,64,94,15)
C0M64Y94K15 
(0%,64%,94%,15%)
(0.00/0.64/0.94/0.15)	

CMYK percentages

%0
%64.22
%94.5
%14.51

Codes

Color #DA4E0C in popluar color models

DA4E0C
RGB2187812
HSL19°89.57%45.10%
HSB/HSV19°94.50%85.49%
CMYK0.00%64.22%94.50%
14.51%

Color #DA4E0C in popluar number systems.

HEXDA4E0C
Decimal2187812
Binary1101101010011101100
Octal33211614

Shades and tints

Shades of #DA4E0C

#DA4E0C
(218,78,12)
#C7470B
(199,71,11)
#B4400A
(180,64,10)
#A13909
(161,57,9)
#8E3208
(142,50,8)
#7B2B07
(123,43,7)
#682406
(104,36,6)
#551D05
(85,29,5)
#421604
(66,22,4)
#2F0F03
(47,15,3)
#1C0802
(28,8,2)
#000000
(0,0,0)

Tints of #DA4E0C

#DA4E0C
(218,78,12)
#DD5E22
(221,94,34)
#E06E38
(224,110,56)
#E37E4E
(227,126,78)
#E68E64
(230,142,100)
#E99E7A
(233,158,122)
#ECAE90
(236,174,144)
#EFBEA6
(239,190,166)
#F2CEBC
(242,206,188)
#F5DED2
(245,222,210)
#F8EEE8
(248,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DA4E0C; }

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

This text font color is #DA4E0C.


Background Color

.myBgColor { background-color: #DA4E0C; }

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

This div background color is #DA4E0C.


Border color

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

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

This div border color is #DA4E0C.


Opacity

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

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

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

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

This text has shadow with #DA4E0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA4E0C on black background.


Color preview on white background

This text has color #DA4E0C on white background.



Black color preview on #DA4E0C background

This text has black color on #DA4E0C background.


White color preview on #DA4E0C background

This text has white color on #DA4E0C background.