COLOR #DA8E5C

HEX: #DA8E5C
RGB: (218,142,92)

Color info

#DA8E5C contains mainly red color. Web safe color of #DA8E5C is #CC9966 (or #C96).

RGB color model

#DA8E5C color RGB value is (218,142,92).

  • red value is 218;
  • green value is 142;
  • blue value is 92.
RGB:
(218,142,92)
(85%,56%,36%)

RGB channels and saturation

R 218 of 255 = 85%
G 142 of 255 = 56%
B 92 of 255 = 36%

218
142
92

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

Portions of RGB colors in percentages

R + G + B =
218 + 142 + 92 = 452 (100%)
R 218 of 452 ~ 48.23%
G 142 of 452 ~ 31.42%
B 92 of 452 ~ 20.35%

%48.23
%31.42
%20.35

CMYK color model

#DA8E5C color CMYK value is (0,35,58,15).

  • cyan value is 0.00%
  • magenta value is 34.86%
  • yellow value is 57.80%
  • key color value is 14.51%
CMYK:
(0,35,58,15)
C0M35Y58K15 
(0%,35%,58%,15%)
(0.00/0.35/0.58/0.15)	

CMYK percentages

%0
%34.86
%57.8
%14.51

Codes

Color #DA8E5C in popluar color models

DA8E5C
RGB21814292
HSL24°63.00%60.78%
HSB/HSV24°57.80%85.49%
CMYK0.00%34.86%57.80%
14.51%

Color #DA8E5C in popluar number systems.

HEXDA8E5C
Decimal21814292
Binary11011010100011101011100
Octal332216134

Shades and tints

Shades of #DA8E5C

#DA8E5C
(218,142,92)
#C78254
(199,130,84)
#B4764C
(180,118,76)
#A16A44
(161,106,68)
#8E5E3C
(142,94,60)
#7B5234
(123,82,52)
#68462C
(104,70,44)
#553A24
(85,58,36)
#422E1C
(66,46,28)
#2F2214
(47,34,20)
#1C160C
(28,22,12)
#000000
(0,0,0)

Tints of #DA8E5C

#DA8E5C
(218,142,92)
#DD986A
(221,152,106)
#E0A278
(224,162,120)
#E3AC86
(227,172,134)
#E6B694
(230,182,148)
#E9C0A2
(233,192,162)
#ECCAB0
(236,202,176)
#EFD4BE
(239,212,190)
#F2DECC
(242,222,204)
#F5E8DA
(245,232,218)
#F8F2E8
(248,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA8E5C color. Also use rgb(218,142,92) instead hex code.

Text Font Color

.myTextColor { color: #DA8E5C; }

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

This text font color is #DA8E5C.


Background Color

.myBgColor { background-color: #DA8E5C; }

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

This div background color is #DA8E5C.


Border color

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

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

This div border color is #DA8E5C.


Opacity

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

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

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

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

This text has shadow with #DA8E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA8E5C on black background.


Color preview on white background

This text has color #DA8E5C on white background.



Black color preview on #DA8E5C background

This text has black color on #DA8E5C background.


White color preview on #DA8E5C background

This text has white color on #DA8E5C background.