COLOR #DAD89A

HEX: #DAD89A RGB: (218,216,154)

Color info

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

RGB color model

#DAD89A color RGB value is (218,216,154).

RGB: (218,216,154) (85%, 85%, 60%)

RGB channels and saturation

R 218 of 255 = 85%
G 216 of 255 = 85%
B 154 of 255 = 60%

218
216
154

R + G + B ~ 77%. #DAD89A is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 216 + 154 = 588 (100%)
R 218 of 588 ~ 37.07%
G 216 of 588 ~ 36.73%
B 154 of 588 ~ 26.19'%

%37.07
%36.73
%26.19

CMYK color model

#DAD89A color CMYK value is (0,1,29,15).

  • cyan value is 0.00%
  • magenta value is 0.92%
  • yellow value is 29.36%
  • key color value is 14.51%
CMYK: (0,1,29,15) C0M1Y29K15 (0%,1%,29%,15%) (0.00/0.01/0.29/0.15) 

CMYK percentages

%0
%0.92
%29.36
%14.51

Codes

Color #DAD89A in popluar color models

DA D8 9A
RGB 218 216 154
HSL 58° 46.38% 72.94%
HSB/HSV 58° 29.36% 85.49%
CMYK 0.00% 0.92% 29.36%
14.51%

Color #DAD89A in popluar number systems.

HEX DA D8 9A
Decimal 218 216 154
Binary 11011010 11011000 10011010
Octal 332 330 232

Shades and tints

Shades of #DAD89A

#DAD89A
(218,216,154)
#C7C58C
(199,197,140)
#B4B27E
(180,178,126)
#A19F70
(161,159,112)
#8E8C62
(142,140,98)
#7B7954
(123,121,84)
#686646
(104,102,70)
#555338
(85,83,56)
#42402A
(66,64,42)
#2F2D1C
(47,45,28)
#1C1A0E
(28,26,14)
#000000
(0,0,0)

Tints of #DAD89A

#DAD89A
(218,216,154)
#DDDBA3
(221,219,163)
#E0DEAC
(224,222,172)
#E3E1B5
(227,225,181)
#E6E4BE
(230,228,190)
#E9E7C7
(233,231,199)
#ECEAD0
(236,234,208)
#EFEDD9
(239,237,217)
#F2F0E2
(242,240,226)
#F5F3EB
(245,243,235)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD89A color. Also use rgb(218,216,154) instead hex code.

Text Font Color

.myTextColor { color: #DAD89A; }

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

This text font color is #DAD89A.

Background Color

.myBgColor { background-color: #DAD89A; }

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

This div background color is #DAD89A.

Border color

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

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

This div border color is #DAD89A.

Opacity

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

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

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

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

This text has shadow with #DAD89A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD89A.

Preview

Color preview on black background

This text has color #DAD89A on black background.


Color preview on white background

This text has color #DAD89A on white background.


Black color preview on #DAD89A background

This text has black color on #DAD89A background.


White color preview on #DAD89A background

This text has white color on #DAD89A background.


Related colors

Complementary color

Complementary color for #hex is #252765.


I love getcolorcode.com

Triadic colors

1 #9ADAD8 and #D89ADA with #DAD89A are triadic colors.

2 #9AD8DA and #D8DA9A with #DAD89A are triadic colors.