COLOR #DAD985

HEX: #DAD985
RGB: (218,217,133)

Color info

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

RGB color model

#DAD985 color RGB value is (218,217,133).

  • red value is 218;
  • green value is 217;
  • blue value is 133.
RGB:
(218,217,133)
(85%,85%,52%)

RGB channels and saturation

R 218 of 255 = 85%
G 217 of 255 = 85%
B 133 of 255 = 52%

218
217
133

R + G + B ~ 74%. #DAD985 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 217 + 133 = 568 (100%)
R 218 of 568 ~ 38.38%
G 217 of 568 ~ 38.2%
B 133 of 568 ~ 23.42%

%38.38
%38.2
%23.42

CMYK color model

#DAD985 color CMYK value is (0,0,39,15).

  • cyan value is 0.00%
  • magenta value is 0.46%
  • yellow value is 38.99%
  • key color value is 14.51%
CMYK:
(0,0,39,15)
C0M0Y39K15 
(0%,0%,39%,15%)
(0.00/0.00/0.39/0.15)	

CMYK percentages

%0
%0.46
%38.99
%14.51

Codes

Color #DAD985 in popluar color models

DAD985
RGB218217133
HSL59°53.46%68.82%
HSB/HSV59°38.99%85.49%
CMYK0.00%0.46%38.99%
14.51%

Color #DAD985 in popluar number systems.

HEXDAD985
Decimal218217133
Binary110110101101100110000101
Octal332331205

Shades and tints

Shades of #DAD985

#DAD985
(218,217,133)
#C7C679
(199,198,121)
#B4B36D
(180,179,109)
#A1A061
(161,160,97)
#8E8D55
(142,141,85)
#7B7A49
(123,122,73)
#68673D
(104,103,61)
#555431
(85,84,49)
#424125
(66,65,37)
#2F2E19
(47,46,25)
#1C1B0D
(28,27,13)
#000000
(0,0,0)

Tints of #DAD985

#DAD985
(218,217,133)
#DDDC90
(221,220,144)
#E0DF9B
(224,223,155)
#E3E2A6
(227,226,166)
#E6E5B1
(230,229,177)
#E9E8BC
(233,232,188)
#ECEBC7
(236,235,199)
#EFEED2
(239,238,210)
#F2F1DD
(242,241,221)
#F5F4E8
(245,244,232)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD985; }

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

This text font color is #DAD985.


Background Color

.myBgColor { background-color: #DAD985; }

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

This div background color is #DAD985.


Border color

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

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

This div border color is #DAD985.


Opacity

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

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

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

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

This text has shadow with #DAD985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD985 on black background.


Color preview on white background

This text has color #DAD985 on white background.



Black color preview on #DAD985 background

This text has black color on #DAD985 background.


White color preview on #DAD985 background

This text has white color on #DAD985 background.