COLOR #DAD98E

HEX: #DAD98E RGB: (218,217,142)

Color info

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

RGB color model

#DAD98E color RGB value is (218,217,142).

RGB: (218,217,142) (85%, 85%, 56%)

RGB channels and saturation

R 218 of 255 = 85%
G 217 of 255 = 85%
B 142 of 255 = 56%

218
217
142

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

Portions of RGB colors in percentages

R + G + B = 218 + 217 + 142 = 577 (100%)
R 218 of 577 ~ 37.78%
G 217 of 577 ~ 37.61%
B 142 of 577 ~ 24.61'%

%37.78
%37.61
%24.61

CMYK color model

#DAD98E color CMYK value is (0,0,35,15).

  • cyan value is 0.00%
  • magenta value is 0.46%
  • yellow value is 34.86%
  • key color value is 14.51%

CMYK: (0,0,35,15)
C0M0Y35K15 (0%, 0%, 35%, 15%)
(0.00 / 0.00 / 0.35 / 0.15)

CMYK percentages

%0
%0.46
%34.86
%14.51

Codes

Color #DAD98E in popluar color models

DA D9 8E
RGB 218 217 142
HSL 59° 50.67% 70.59%
HSB/HSV 59° 34.86% 85.49%
CMYK 0.00% 0.46% 34.86%
14.51%

Color #DAD98E in popluar number systems.

HEX DA D9 8E
Decimal 218 217 142
Binary 11011010 11011001 10001110
Octal 332 331 216

Shades and tints

Shades of #DAD98E

#DAD98E
(218,217,142)
#C7C682
(199,198,130)
#B4B376
(180,179,118)
#A1A06A
(161,160,106)
#8E8D5E
(142,141,94)
#7B7A52
(123,122,82)
#686746
(104,103,70)
#55543A
(85,84,58)
#42412E
(66,65,46)
#2F2E22
(47,46,34)
#1C1B16
(28,27,22)
#000000
(0,0,0)

Tints of #DAD98E

#DAD98E
(218,217,142)
#DDDC98
(221,220,152)
#E0DFA2
(224,223,162)
#E3E2AC
(227,226,172)
#E6E5B6
(230,229,182)
#E9E8C0
(233,232,192)
#ECEBCA
(236,235,202)
#EFEED4
(239,238,212)
#F2F1DE
(242,241,222)
#F5F4E8
(245,244,232)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD98E color. Also use rgb(218,217,142) instead hex code.

Text Font Color

.myTextColor { color: #DAD98E; }

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

This text font color is #DAD98E.

Background Color

.myBgColor { background-color: #DAD98E; }

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

This div background color is #DAD98E.

Border color

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

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

This div border color is #DAD98E.

Opacity

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

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

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

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

This text has shadow with #DAD98E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD98E.

Preview

Color preview on black background

This text has color #DAD98E on black background.


Color preview on white background

This text has color #DAD98E on white background.


Black color preview on #DAD98E background

This text has black color on #DAD98E background.


White color preview on #DAD98E background

This text has white color on #DAD98E background.


Related colors

Complementary color

Complementary color for #hex is #252671.


I love getcolorcode.com

Triadic colors

1 #8EDAD9 and #D98EDA with #DAD98E are triadic colors.

2 #8ED9DA and #D9DA8E with #DAD98E are triadic colors.