COLOR #DAD4A0

HEX: #DAD4A0 RGB: (218,212,160)

Color info

#DAD4A0 contains red, green and blue colors in about the same proportion. Web safe color of #DAD4A0 is #CCCC99 (or #CC9).

RGB color model

#DAD4A0 color RGB value is (218,212,160).

RGB: (218,212,160) (85%, 83%, 63%)

RGB channels and saturation

R 218 of 255 = 85%
G 212 of 255 = 83%
B 160 of 255 = 63%

218
212
160

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

Portions of RGB colors in percentages

R + G + B = 218 + 212 + 160 = 590 (100%)
R 218 of 590 ~ 36.95%
G 212 of 590 ~ 35.93%
B 160 of 590 ~ 27.12'%

%36.95
%35.93
%27.12

CMYK color model

#DAD4A0 color CMYK value is (0,3,27,15).

  • cyan value is 0.00%
  • magenta value is 2.75%
  • yellow value is 26.61%
  • key color value is 14.51%
CMYK: (0,3,27,15) C0M3Y27K15 (0%,3%,27%,15%) (0.00/0.03/0.27/0.15) 

CMYK percentages

%0
%2.75
%26.61
%14.51

Codes

Color #DAD4A0 in popluar color models

DA D4 A0
RGB 218 212 160
HSL 54° 43.94% 74.12%
HSB/HSV 54° 26.61% 85.49%
CMYK 0.00% 2.75% 26.61%
14.51%

Color #DAD4A0 in popluar number systems.

HEX DA D4 A0
Decimal 218 212 160
Binary 11011010 11010100 10100000
Octal 332 324 240

Shades and tints

Shades of #DAD4A0

#DAD4A0
(218,212,160)
#C7C192
(199,193,146)
#B4AE84
(180,174,132)
#A19B76
(161,155,118)
#8E8868
(142,136,104)
#7B755A
(123,117,90)
#68624C
(104,98,76)
#554F3E
(85,79,62)
#423C30
(66,60,48)
#2F2922
(47,41,34)
#1C1614
(28,22,20)
#000000
(0,0,0)

Tints of #DAD4A0

#DAD4A0
(218,212,160)
#DDD7A8
(221,215,168)
#E0DAB0
(224,218,176)
#E3DDB8
(227,221,184)
#E6E0C0
(230,224,192)
#E9E3C8
(233,227,200)
#ECE6D0
(236,230,208)
#EFE9D8
(239,233,216)
#F2ECE0
(242,236,224)
#F5EFE8
(245,239,232)
#F8F2F0
(248,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD4A0 color. Also use rgb(218,212,160) instead hex code.

Text Font Color

.myTextColor { color: #DAD4A0; }

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

This text font color is #DAD4A0.

Background Color

.myBgColor { background-color: #DAD4A0; }

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

This div background color is #DAD4A0.

Border color

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

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

This div border color is #DAD4A0.

Opacity

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

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

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

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

This text has shadow with #DAD4A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD4A0.

Preview

Color preview on black background

This text has color #DAD4A0 on black background.


Color preview on white background

This text has color #DAD4A0 on white background.


Black color preview on #DAD4A0 background

This text has black color on #DAD4A0 background.


White color preview on #DAD4A0 background

This text has white color on #DAD4A0 background.


Related colors

Complementary color

Complementary color for #hex is #252B5F.


I love getcolorcode.com

Triadic colors

1 #A0DAD4 and #D4A0DA with #DAD4A0 are triadic colors.

2 #A0D4DA and #D4DAA0 with #DAD4A0 are triadic colors.