COLOR #DADD89

HEX: #DADD89
RGB: (218,221,137)

Color info

#DADD89 contains mainly red and green colors. Web safe color of #DADD89 is #CCCC99 (or #CC9).

RGB color model

#DADD89 color RGB value is (218,221,137).

  • red value is 218;
  • green value is 221;
  • blue value is 137.
RGB:
(218,221,137)
(85%,87%,54%)

RGB channels and saturation

R 218 of 255 = 85%
G 221 of 255 = 87%
B 137 of 255 = 54%

218
221
137

R + G + B ~ 75%. #DADD89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 221 + 137 = 576 (100%)
R 218 of 576 ~ 37.85%
G 221 of 576 ~ 38.37%
B 137 of 576 ~ 23.78%

%37.85
%38.37
%23.78

CMYK color model

#DADD89 color CMYK value is (1,0,38,13).

  • cyan value is 1.36%
  • magenta value is 0.00%
  • yellow value is 38.01%
  • key color value is 13.33%
CMYK:
(1,0,38,13)
C1M0Y38K13 
(1%,0%,38%,13%)
(0.01/0.00/0.38/0.13)	

CMYK percentages

%1.36
%0
%38.01
%13.33

Codes

Color #DADD89 in popluar color models

DADD89
RGB218221137
HSL62°55.26%70.20%
HSB/HSV62°38.01%86.67%
CMYK1.36%0.00%38.01%
13.33%

Color #DADD89 in popluar number systems.

HEXDADD89
Decimal218221137
Binary110110101101110110001001
Octal332335211

Shades and tints

Shades of #DADD89

#DADD89
(218,221,137)
#C7C97D
(199,201,125)
#B4B571
(180,181,113)
#A1A165
(161,161,101)
#8E8D59
(142,141,89)
#7B794D
(123,121,77)
#686541
(104,101,65)
#555135
(85,81,53)
#423D29
(66,61,41)
#2F291D
(47,41,29)
#1C1511
(28,21,17)
#000000
(0,0,0)

Tints of #DADD89

#DADD89
(218,221,137)
#DDE093
(221,224,147)
#E0E39D
(224,227,157)
#E3E6A7
(227,230,167)
#E6E9B1
(230,233,177)
#E9ECBB
(233,236,187)
#ECEFC5
(236,239,197)
#EFF2CF
(239,242,207)
#F2F5D9
(242,245,217)
#F5F8E3
(245,248,227)
#F8FBED
(248,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADD89; }

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

This text font color is #DADD89.


Background Color

.myBgColor { background-color: #DADD89; }

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

This div background color is #DADD89.


Border color

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

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

This div border color is #DADD89.


Opacity

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

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

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

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

This text has shadow with #DADD89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DADD89 on black background.


Color preview on white background

This text has color #DADD89 on white background.



Black color preview on #DADD89 background

This text has black color on #DADD89 background.


White color preview on #DADD89 background

This text has white color on #DADD89 background.