COLOR #DAD2A0

HEX: #DAD2A0
RGB: (218,210,160)

Color info

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

RGB color model

#DAD2A0 color RGB value is (218,210,160).

  • red value is 218;
  • green value is 210;
  • blue value is 160.
RGB:
(218,210,160)
(85%,82%,63%)

RGB channels and saturation

R 218 of 255 = 85%
G 210 of 255 = 82%
B 160 of 255 = 63%

218
210
160

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

Portions of RGB colors in percentages

R + G + B =
218 + 210 + 160 = 588 (100%)
R 218 of 588 ~ 37.07%
G 210 of 588 ~ 35.71%
B 160 of 588 ~ 27.21%

%37.07
%35.71
%27.21

CMYK color model

#DAD2A0 color CMYK value is (0,4,27,15).

  • cyan value is 0.00%
  • magenta value is 3.67%
  • yellow value is 26.61%
  • key color value is 14.51%
CMYK:
(0,4,27,15)
C0M4Y27K15 
(0%,4%,27%,15%)
(0.00/0.04/0.27/0.15)	

CMYK percentages

%0
%3.67
%26.61
%14.51

Codes

Color #DAD2A0 in popluar color models

DAD2A0
RGB218210160
HSL52°43.94%74.12%
HSB/HSV52°26.61%85.49%
CMYK0.00%3.67%26.61%
14.51%

Color #DAD2A0 in popluar number systems.

HEXDAD2A0
Decimal218210160
Binary110110101101001010100000
Octal332322240

Shades and tints

Shades of #DAD2A0

#DAD2A0
(218,210,160)
#C7BF92
(199,191,146)
#B4AC84
(180,172,132)
#A19976
(161,153,118)
#8E8668
(142,134,104)
#7B735A
(123,115,90)
#68604C
(104,96,76)
#554D3E
(85,77,62)
#423A30
(66,58,48)
#2F2722
(47,39,34)
#1C1414
(28,20,20)
#000000
(0,0,0)

Tints of #DAD2A0

#DAD2A0
(218,210,160)
#DDD6A8
(221,214,168)
#E0DAB0
(224,218,176)
#E3DEB8
(227,222,184)
#E6E2C0
(230,226,192)
#E9E6C8
(233,230,200)
#ECEAD0
(236,234,208)
#EFEED8
(239,238,216)
#F2F2E0
(242,242,224)
#F5F6E8
(245,246,232)
#F8FAF0
(248,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD2A0; }

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

This text font color is #DAD2A0.


Background Color

.myBgColor { background-color: #DAD2A0; }

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

This div background color is #DAD2A0.


Border color

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

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

This div border color is #DAD2A0.


Opacity

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

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

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

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

This text has shadow with #DAD2A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD2A0 on black background.


Color preview on white background

This text has color #DAD2A0 on white background.



Black color preview on #DAD2A0 background

This text has black color on #DAD2A0 background.


White color preview on #DAD2A0 background

This text has white color on #DAD2A0 background.