COLOR #DA987A

HEX: #DA987A RGB: (218,152,122)

Color info

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

RGB color model

#DA987A color RGB value is (218,152,122).

RGB: (218,152,122) (85%, 60%, 48%)

RGB channels and saturation

R 218 of 255 = 85%
G 152 of 255 = 60%
B 122 of 255 = 48%

218
152
122

R + G + B ~ 64%. #DA987A is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 152 + 122 = 492 (100%)
R 218 of 492 ~ 44.31%
G 152 of 492 ~ 30.89%
B 122 of 492 ~ 24.8'%

%44.31
%30.89
%24.8

CMYK color model

#DA987A color CMYK value is (0,30,44,15).

  • cyan value is 0.00%
  • magenta value is 30.28%
  • yellow value is 44.04%
  • key color value is 14.51%

CMYK: (0,30,44,15)
C0M30Y44K15 (0%, 30%, 44%, 15%)
(0.00 / 0.30 / 0.44 / 0.15)

CMYK percentages

%0
%30.28
%44.04
%14.51

Codes

Color #DA987A in popluar color models

DA 98 7A
RGB 218 152 122
HSL 19° 56.47% 66.67%
HSB/HSV 19° 44.04% 85.49%
CMYK 0.00% 30.28% 44.04%
14.51%

Color #DA987A in popluar number systems.

HEX DA 98 7A
Decimal 218 152 122
Binary 11011010 10011000 1111010
Octal 332 230 172

Shades and tints

Shades of #DA987A

#DA987A
(218,152,122)
#C78B6F
(199,139,111)
#B47E64
(180,126,100)
#A17159
(161,113,89)
#8E644E
(142,100,78)
#7B5743
(123,87,67)
#684A38
(104,74,56)
#553D2D
(85,61,45)
#423022
(66,48,34)
#2F2317
(47,35,23)
#1C160C
(28,22,12)
#000000
(0,0,0)

Tints of #DA987A

#DA987A
(218,152,122)
#DDA186
(221,161,134)
#E0AA92
(224,170,146)
#E3B39E
(227,179,158)
#E6BCAA
(230,188,170)
#E9C5B6
(233,197,182)
#ECCEC2
(236,206,194)
#EFD7CE
(239,215,206)
#F2E0DA
(242,224,218)
#F5E9E6
(245,233,230)
#F8F2F2
(248,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA987A color. Also use rgb(218,152,122) instead hex code.

Text Font Color

.myTextColor { color: #DA987A; }

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

This text font color is #DA987A.

Background Color

.myBgColor { background-color: #DA987A; }

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

This div background color is #DA987A.

Border color

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

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

This div border color is #DA987A.

Opacity

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

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

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

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

This text has shadow with #DA987A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA987A.

Preview

Color preview on black background

This text has color #DA987A on black background.


Color preview on white background

This text has color #DA987A on white background.


Black color preview on #DA987A background

This text has black color on #DA987A background.


White color preview on #DA987A background

This text has white color on #DA987A background.


Related colors

Complementary color

Complementary color for #hex is #256785.


I love getcolorcode.com

Triadic colors

1 #7ADA98 and #987ADA with #DA987A are triadic colors.

2 #7A98DA and #98DA7A with #DA987A are triadic colors.