COLOR #DA9574

HEX: #DA9574
RGB: (218,149,116)

Color info

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

RGB color model

#DA9574 color RGB value is (218,149,116).

  • red value is 218;
  • green value is 149;
  • blue value is 116.
RGB:
(218,149,116)
(85%,58%,45%)

RGB channels and saturation

R 218 of 255 = 85%
G 149 of 255 = 58%
B 116 of 255 = 45%

218
149
116

R + G + B ~ 63%. #DA9574 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 149 + 116 = 483 (100%)
R 218 of 483 ~ 45.13%
G 149 of 483 ~ 30.85%
B 116 of 483 ~ 24.02%

%45.13
%30.85
%24.02

CMYK color model

#DA9574 color CMYK value is (0,32,47,15).

  • cyan value is 0.00%
  • magenta value is 31.65%
  • yellow value is 46.79%
  • key color value is 14.51%
CMYK:
(0,32,47,15)
C0M32Y47K15 
(0%,32%,47%,15%)
(0.00/0.32/0.47/0.15)	

CMYK percentages

%0
%31.65
%46.79
%14.51

Codes

Color #DA9574 in popluar color models

DA9574
RGB218149116
HSL19°57.95%65.49%
HSB/HSV19°46.79%85.49%
CMYK0.00%31.65%46.79%
14.51%

Color #DA9574 in popluar number systems.

HEXDA9574
Decimal218149116
Binary11011010100101011110100
Octal332225164

Shades and tints

Shades of #DA9574

#DA9574
(218,149,116)
#C7886A
(199,136,106)
#B47B60
(180,123,96)
#A16E56
(161,110,86)
#8E614C
(142,97,76)
#7B5442
(123,84,66)
#684738
(104,71,56)
#553A2E
(85,58,46)
#422D24
(66,45,36)
#2F201A
(47,32,26)
#1C1310
(28,19,16)
#000000
(0,0,0)

Tints of #DA9574

#DA9574
(218,149,116)
#DD9E80
(221,158,128)
#E0A78C
(224,167,140)
#E3B098
(227,176,152)
#E6B9A4
(230,185,164)
#E9C2B0
(233,194,176)
#ECCBBC
(236,203,188)
#EFD4C8
(239,212,200)
#F2DDD4
(242,221,212)
#F5E6E0
(245,230,224)
#F8EFEC
(248,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA9574 color. Also use rgb(218,149,116) instead hex code.

Text Font Color

.myTextColor { color: #DA9574; }

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

This text font color is #DA9574.


Background Color

.myBgColor { background-color: #DA9574; }

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

This div background color is #DA9574.


Border color

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

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

This div border color is #DA9574.


Opacity

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

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

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

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

This text has shadow with #DA9574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA9574 on black background.


Color preview on white background

This text has color #DA9574 on white background.



Black color preview on #DA9574 background

This text has black color on #DA9574 background.


White color preview on #DA9574 background

This text has white color on #DA9574 background.