COLOR #DA9089

HEX: #DA9089 RGB: (218,144,137)

Color info

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

RGB color model

#DA9089 color RGB value is (218,144,137).

RGB: (218,144,137) (85%, 56%, 54%)

RGB channels and saturation

R 218 of 255 = 85%
G 144 of 255 = 56%
B 137 of 255 = 54%

218
144
137

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

Portions of RGB colors in percentages

R + G + B = 218 + 144 + 137 = 499 (100%)
R 218 of 499 ~ 43.69%
G 144 of 499 ~ 28.86%
B 137 of 499 ~ 27.45'%

%43.69
%28.86
%27.45

CMYK color model

#DA9089 color CMYK value is (0,34,37,15).

  • cyan value is 0.00%
  • magenta value is 33.94%
  • yellow value is 37.16%
  • key color value is 14.51%
CMYK: (0,34,37,15) C0M34Y37K15 (0%,34%,37%,15%) (0.00/0.34/0.37/0.15) 

CMYK percentages

%0
%33.94
%37.16
%14.51

Codes

Color #DA9089 in popluar color models

DA 90 89
RGB 218 144 137
HSL 52.26% 69.61%
HSB/HSV 37.16% 85.49%
CMYK 0.00% 33.94% 37.16%
14.51%

Color #DA9089 in popluar number systems.

HEX DA 90 89
Decimal 218 144 137
Binary 11011010 10010000 10001001
Octal 332 220 211

Shades and tints

Shades of #DA9089

#DA9089
(218,144,137)
#C7837D
(199,131,125)
#B47671
(180,118,113)
#A16965
(161,105,101)
#8E5C59
(142,92,89)
#7B4F4D
(123,79,77)
#684241
(104,66,65)
#553535
(85,53,53)
#422829
(66,40,41)
#2F1B1D
(47,27,29)
#1C0E11
(28,14,17)
#000000
(0,0,0)

Tints of #DA9089

#DA9089
(218,144,137)
#DD9A93
(221,154,147)
#E0A49D
(224,164,157)
#E3AEA7
(227,174,167)
#E6B8B1
(230,184,177)
#E9C2BB
(233,194,187)
#ECCCC5
(236,204,197)
#EFD6CF
(239,214,207)
#F2E0D9
(242,224,217)
#F5EAE3
(245,234,227)
#F8F4ED
(248,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA9089 color. Also use rgb(218,144,137) instead hex code.

Text Font Color

.myTextColor { color: #DA9089; }

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

This text font color is #DA9089.

Background Color

.myBgColor { background-color: #DA9089; }

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

This div background color is #DA9089.

Border color

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

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

This div border color is #DA9089.

Opacity

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

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

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

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

This text has shadow with #DA9089 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DA9089.

Preview

Color preview on black background

This text has color #DA9089 on black background.


Color preview on white background

This text has color #DA9089 on white background.


Black color preview on #DA9089 background

This text has black color on #DA9089 background.


White color preview on #DA9089 background

This text has white color on #DA9089 background.


Related colors

Complementary color

Complementary color for #hex is #256F76.


I love getcolorcode.com

Triadic colors

1 #89DA90 and #9089DA with #DA9089 are triadic colors.

2 #8990DA and #90DA89 with #DA9089 are triadic colors.