COLOR #DA9981

HEX: #DA9981
RGB: (218,153,129)

Color info

#DA9981 contains mainly red color. Web safe color of #DA9981 is #CC9999 (or #C99).

RGB color model

#DA9981 color RGB value is (218,153,129).

  • red value is 218;
  • green value is 153;
  • blue value is 129.
RGB:
(218,153,129)
(85%,60%,51%)

RGB channels and saturation

R 218 of 255 = 85%
G 153 of 255 = 60%
B 129 of 255 = 51%

218
153
129

R + G + B ~ 65%. #DA9981 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 153 + 129 = 500 (100%)
R 218 of 500 ~ 43.6%
G 153 of 500 ~ 30.6%
B 129 of 500 ~ 25.8%

%43.6
%30.6
%25.8

CMYK color model

#DA9981 color CMYK value is (0,30,41,15).

  • cyan value is 0.00%
  • magenta value is 29.82%
  • yellow value is 40.83%
  • key color value is 14.51%
CMYK:
(0,30,41,15)
C0M30Y41K15 
(0%,30%,41%,15%)
(0.00/0.30/0.41/0.15)	

CMYK percentages

%0
%29.82
%40.83
%14.51

Codes

Color #DA9981 in popluar color models

DA9981
RGB218153129
HSL16°54.60%68.04%
HSB/HSV16°40.83%85.49%
CMYK0.00%29.82%40.83%
14.51%

Color #DA9981 in popluar number systems.

HEXDA9981
Decimal218153129
Binary110110101001100110000001
Octal332231201

Shades and tints

Shades of #DA9981

#DA9981
(218,153,129)
#C78C76
(199,140,118)
#B47F6B
(180,127,107)
#A17260
(161,114,96)
#8E6555
(142,101,85)
#7B584A
(123,88,74)
#684B3F
(104,75,63)
#553E34
(85,62,52)
#423129
(66,49,41)
#2F241E
(47,36,30)
#1C1713
(28,23,19)
#000000
(0,0,0)

Tints of #DA9981

#DA9981
(218,153,129)
#DDA28C
(221,162,140)
#E0AB97
(224,171,151)
#E3B4A2
(227,180,162)
#E6BDAD
(230,189,173)
#E9C6B8
(233,198,184)
#ECCFC3
(236,207,195)
#EFD8CE
(239,216,206)
#F2E1D9
(242,225,217)
#F5EAE4
(245,234,228)
#F8F3EF
(248,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA9981 color. Also use rgb(218,153,129) instead hex code.

Text Font Color

.myTextColor { color: #DA9981; }

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

This text font color is #DA9981.


Background Color

.myBgColor { background-color: #DA9981; }

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

This div background color is #DA9981.


Border color

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

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

This div border color is #DA9981.


Opacity

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

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

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

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

This text has shadow with #DA9981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA9981 on black background.


Color preview on white background

This text has color #DA9981 on white background.



Black color preview on #DA9981 background

This text has black color on #DA9981 background.


White color preview on #DA9981 background

This text has white color on #DA9981 background.