COLOR #DAD09D

HEX: #DAD09D RGB: (218,208,157)

Color info

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

RGB color model

#DAD09D color RGB value is (218,208,157).

RGB: (218,208,157) (85%, 82%, 62%)

RGB channels and saturation

R 218 of 255 = 85%
G 208 of 255 = 82%
B 157 of 255 = 62%

218
208
157

R + G + B ~ 76%. #DAD09D is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 208 + 157 = 583 (100%)
R 218 of 583 ~ 37.39%
G 208 of 583 ~ 35.68%
B 157 of 583 ~ 26.93'%

%37.39
%35.68
%26.93

CMYK color model

#DAD09D color CMYK value is (0,5,28,15).

  • cyan value is 0.00%
  • magenta value is 4.59%
  • yellow value is 27.98%
  • key color value is 14.51%
CMYK: (0,5,28,15) C0M5Y28K15 (0%,5%,28%,15%) (0.00/0.05/0.28/0.15) 

CMYK percentages

%0
%4.59
%27.98
%14.51

Codes

Color #DAD09D in popluar color models

DA D0 9D
RGB 218 208 157
HSL 50° 45.19% 73.53%
HSB/HSV 50° 27.98% 85.49%
CMYK 0.00% 4.59% 27.98%
14.51%

Color #DAD09D in popluar number systems.

HEX DA D0 9D
Decimal 218 208 157
Binary 11011010 11010000 10011101
Octal 332 320 235

Shades and tints

Shades of #DAD09D

#DAD09D
(218,208,157)
#C7BE8F
(199,190,143)
#B4AC81
(180,172,129)
#A19A73
(161,154,115)
#8E8865
(142,136,101)
#7B7657
(123,118,87)
#686449
(104,100,73)
#55523B
(85,82,59)
#42402D
(66,64,45)
#2F2E1F
(47,46,31)
#1C1C11
(28,28,17)
#000000
(0,0,0)

Tints of #DAD09D

#DAD09D
(218,208,157)
#DDD4A5
(221,212,165)
#E0D8AD
(224,216,173)
#E3DCB5
(227,220,181)
#E6E0BD
(230,224,189)
#E9E4C5
(233,228,197)
#ECE8CD
(236,232,205)
#EFECD5
(239,236,213)
#F2F0DD
(242,240,221)
#F5F4E5
(245,244,229)
#F8F8ED
(248,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD09D color. Also use rgb(218,208,157) instead hex code.

Text Font Color

.myTextColor { color: #DAD09D; }

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

This text font color is #DAD09D.

Background Color

.myBgColor { background-color: #DAD09D; }

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

This div background color is #DAD09D.

Border color

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

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

This div border color is #DAD09D.

Opacity

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

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

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

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

This text has shadow with #DAD09D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD09D.

Preview

Color preview on black background

This text has color #DAD09D on black background.


Color preview on white background

This text has color #DAD09D on white background.


Black color preview on #DAD09D background

This text has black color on #DAD09D background.


White color preview on #DAD09D background

This text has white color on #DAD09D background.


Related colors

Complementary color

Complementary color for #hex is #252F62.


I love getcolorcode.com

Triadic colors

1 #9DDAD0 and #D09DDA with #DAD09D are triadic colors.

2 #9DD0DA and #D0DA9D with #DAD09D are triadic colors.