COLOR #D5DA78

HEX: #D5DA78 RGB: (213,218,120)

Color info

#D5DA78 contains mainly red and green colors. Web safe color of #D5DA78 is #CCCC66 (or #CC6).

RGB color model

#D5DA78 color RGB value is (213,218,120).

RGB: (213,218,120) (84%, 85%, 47%)

RGB channels and saturation

R 213 of 255 = 84%
G 218 of 255 = 85%
B 120 of 255 = 47%

213
218
120

R + G + B ~ 72%. #D5DA78 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 218 + 120 = 551 (100%)
R 213 of 551 ~ 38.66%
G 218 of 551 ~ 39.56%
B 120 of 551 ~ 21.78'%

%38.66
%39.56
%21.78

CMYK color model

#D5DA78 color CMYK value is (2,0,45,15).

  • cyan value is 2.29%
  • magenta value is 0.00%
  • yellow value is 44.95%
  • key color value is 14.51%
CMYK: (2,0,45,15) C2M0Y45K15 (2%,0%,45%,15%) (0.02/0.00/0.45/0.15) 

CMYK percentages

%2.29
%0
%44.95
%14.51

Codes

Color #D5DA78 in popluar color models

D5 DA 78
RGB 213 218 120
HSL 63° 56.98% 66.27%
HSB/HSV 63° 44.95% 85.49%
CMYK 2.29% 0.00% 44.95%
14.51%

Color #D5DA78 in popluar number systems.

HEX D5 DA 78
Decimal 213 218 120
Binary 11010101 11011010 1111000
Octal 325 332 170

Shades and tints

Shades of #D5DA78

#D5DA78
(213,218,120)
#C2C76E
(194,199,110)
#AFB464
(175,180,100)
#9CA15A
(156,161,90)
#898E50
(137,142,80)
#767B46
(118,123,70)
#63683C
(99,104,60)
#505532
(80,85,50)
#3D4228
(61,66,40)
#2A2F1E
(42,47,30)
#171C14
(23,28,20)
#000000
(0,0,0)

Tints of #D5DA78

#D5DA78
(213,218,120)
#D8DD84
(216,221,132)
#DBE090
(219,224,144)
#DEE39C
(222,227,156)
#E1E6A8
(225,230,168)
#E4E9B4
(228,233,180)
#E7ECC0
(231,236,192)
#EAEFCC
(234,239,204)
#EDF2D8
(237,242,216)
#F0F5E4
(240,245,228)
#F3F8F0
(243,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DA78; }

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

This text font color is #D5DA78.

Background Color

.myBgColor { background-color: #D5DA78; }

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

This div background color is #D5DA78.

Border color

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

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

This div border color is #D5DA78.

Opacity

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

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

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

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

This text has shadow with #D5DA78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5DA78.

Preview

Color preview on black background

This text has color #D5DA78 on black background.


Color preview on white background

This text has color #D5DA78 on white background.


Black color preview on #D5DA78 background

This text has black color on #D5DA78 background.


White color preview on #D5DA78 background

This text has white color on #D5DA78 background.


Related colors

Complementary color

Complementary color for #hex is #2A2587.


I love getcolorcode.com

Triadic colors

1 #78D5DA and #DA78D5 with #D5DA78 are triadic colors.

2 #78DAD5 and #DAD578 with #D5DA78 are triadic colors.