COLOR #D4DA85

HEX: #D4DA85
RGB: (212,218,133)

Color info

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

RGB color model

#D4DA85 color RGB value is (212,218,133).

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

RGB channels and saturation

R 212 of 255 = 83%
G 218 of 255 = 85%
B 133 of 255 = 52%

212
218
133

R + G + B ~ 73%. #D4DA85 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 218 + 133 = 563 (100%)
R 212 of 563 ~ 37.66%
G 218 of 563 ~ 38.72%
B 133 of 563 ~ 23.62%

%37.66
%38.72
%23.62

CMYK color model

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

  • cyan value is 2.75%
  • magenta value is 0.00%
  • yellow value is 38.99%
  • key color value is 14.51%
CMYK:
(3,0,39,15)
C3M0Y39K15 
(3%,0%,39%,15%)
(0.03/0.00/0.39/0.15)	

CMYK percentages

%2.75
%0
%38.99
%14.51

Codes

Color #D4DA85 in popluar color models

D4DA85
RGB212218133
HSL64°53.46%68.82%
HSB/HSV64°38.99%85.49%
CMYK2.75%0.00%38.99%
14.51%

Color #D4DA85 in popluar number systems.

HEXD4DA85
Decimal212218133
Binary110101001101101010000101
Octal324332205

Shades and tints

Shades of #D4DA85

#D4DA85
(212,218,133)
#C1C779
(193,199,121)
#AEB46D
(174,180,109)
#9BA161
(155,161,97)
#888E55
(136,142,85)
#757B49
(117,123,73)
#62683D
(98,104,61)
#4F5531
(79,85,49)
#3C4225
(60,66,37)
#292F19
(41,47,25)
#161C0D
(22,28,13)
#000000
(0,0,0)

Tints of #D4DA85

#D4DA85
(212,218,133)
#D7DD90
(215,221,144)
#DAE09B
(218,224,155)
#DDE3A6
(221,227,166)
#E0E6B1
(224,230,177)
#E3E9BC
(227,233,188)
#E6ECC7
(230,236,199)
#E9EFD2
(233,239,210)
#ECF2DD
(236,242,221)
#EFF5E8
(239,245,232)
#F2F8F3
(242,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DA85; }

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

This text font color is #D4DA85.


Background Color

.myBgColor { background-color: #D4DA85; }

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

This div background color is #D4DA85.


Border color

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

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

This div border color is #D4DA85.


Opacity

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

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

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

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

This text has shadow with #D4DA85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DA85 on black background.


Color preview on white background

This text has color #D4DA85 on white background.



Black color preview on #D4DA85 background

This text has black color on #D4DA85 background.


White color preview on #D4DA85 background

This text has white color on #D4DA85 background.