COLOR #D5DA84

HEX: #D5DA84 RGB: (213,218,132)

Color info

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

RGB color model

#D5DA84 color RGB value is (213,218,132).

RGB: (213,218,132) (84%, 85%, 52%)

RGB channels and saturation

R 213 of 255 = 84%
G 218 of 255 = 85%
B 132 of 255 = 52%

213
218
132

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

Portions of RGB colors in percentages

R + G + B = 213 + 218 + 132 = 563 (100%)
R 213 of 563 ~ 37.83%
G 218 of 563 ~ 38.72%
B 132 of 563 ~ 23.45'%

%37.83
%38.72
%23.45

CMYK color model

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

  • cyan value is 2.29%
  • magenta value is 0.00%
  • yellow value is 39.45%
  • key color value is 14.51%

CMYK: (2,0,39,15)
C2M0Y39K15 (2%, 0%, 39%, 15%)
(0.02 / 0.00 / 0.39 / 0.15)

CMYK percentages

%2.29
%0
%39.45
%14.51

Codes

Color #D5DA84 in popluar color models

D5 DA 84
RGB 213 218 132
HSL 63° 53.75% 68.63%
HSB/HSV 63° 39.45% 85.49%
CMYK 2.29% 0.00% 39.45%
14.51%

Color #D5DA84 in popluar number systems.

HEX D5 DA 84
Decimal 213 218 132
Binary 11010101 11011010 10000100
Octal 325 332 204

Shades and tints

Shades of #D5DA84

#D5DA84
(213,218,132)
#C2C778
(194,199,120)
#AFB46C
(175,180,108)
#9CA160
(156,161,96)
#898E54
(137,142,84)
#767B48
(118,123,72)
#63683C
(99,104,60)
#505530
(80,85,48)
#3D4224
(61,66,36)
#2A2F18
(42,47,24)
#171C0C
(23,28,12)
#000000
(0,0,0)

Tints of #D5DA84

#D5DA84
(213,218,132)
#D8DD8F
(216,221,143)
#DBE09A
(219,224,154)
#DEE3A5
(222,227,165)
#E1E6B0
(225,230,176)
#E4E9BB
(228,233,187)
#E7ECC6
(231,236,198)
#EAEFD1
(234,239,209)
#EDF2DC
(237,242,220)
#F0F5E7
(240,245,231)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5DA84 color. Also use rgb(213,218,132) instead hex code.

Text Font Color

.myTextColor { color: #D5DA84; }

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

This text font color is #D5DA84.

Background Color

.myBgColor { background-color: #D5DA84; }

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

This div background color is #D5DA84.

Border color

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

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

This div border color is #D5DA84.

Opacity

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

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

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

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

This text has shadow with #D5DA84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5DA84.

Preview

Color preview on black background

This text has color #D5DA84 on black background.


Color preview on white background

This text has color #D5DA84 on white background.


Black color preview on #D5DA84 background

This text has black color on #D5DA84 background.


White color preview on #D5DA84 background

This text has white color on #D5DA84 background.


Related colors

Complementary color

Complementary color for #hex is #2A257B.


I love getcolorcode.com

Triadic colors

1 #84D5DA and #DA84D5 with #D5DA84 are triadic colors.

2 #84DAD5 and #DAD584 with #D5DA84 are triadic colors.