COLOR #D4DA78

HEX: #D4DA78 RGB: (212,218,120)

Color info

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

RGB color model

#D4DA78 color RGB value is (212,218,120).

RGB: (212,218,120) (83%, 85%, 47%)

RGB channels and saturation

R 212 of 255 = 83%
G 218 of 255 = 85%
B 120 of 255 = 47%

212
218
120

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

Portions of RGB colors in percentages

R + G + B = 212 + 218 + 120 = 550 (100%)
R 212 of 550 ~ 38.55%
G 218 of 550 ~ 39.64%
B 120 of 550 ~ 21.82'%

%38.55
%39.64
%21.82

CMYK color model

#D4DA78 color CMYK value is (3,0,45,15).

  • cyan value is 2.75%
  • magenta value is 0.00%
  • yellow value is 44.95%
  • key color value is 14.51%

CMYK: (3,0,45,15)
C3M0Y45K15 (3%, 0%, 45%, 15%)
(0.03 / 0.00 / 0.45 / 0.15)

CMYK percentages

%2.75
%0
%44.95
%14.51

Codes

Color #D4DA78 in popluar color models

D4 DA 78
RGB 212 218 120
HSL 64° 56.98% 66.27%
HSB/HSV 64° 44.95% 85.49%
CMYK 2.75% 0.00% 44.95%
14.51%

Color #D4DA78 in popluar number systems.

HEX D4 DA 78
Decimal 212 218 120
Binary 11010100 11011010 1111000
Octal 324 332 170

Shades and tints

Shades of #D4DA78

#D4DA78
(212,218,120)
#C1C76E
(193,199,110)
#AEB464
(174,180,100)
#9BA15A
(155,161,90)
#888E50
(136,142,80)
#757B46
(117,123,70)
#62683C
(98,104,60)
#4F5532
(79,85,50)
#3C4228
(60,66,40)
#292F1E
(41,47,30)
#161C14
(22,28,20)
#000000
(0,0,0)

Tints of #D4DA78

#D4DA78
(212,218,120)
#D7DD84
(215,221,132)
#DAE090
(218,224,144)
#DDE39C
(221,227,156)
#E0E6A8
(224,230,168)
#E3E9B4
(227,233,180)
#E6ECC0
(230,236,192)
#E9EFCC
(233,239,204)
#ECF2D8
(236,242,216)
#EFF5E4
(239,245,228)
#F2F8F0
(242,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DA78; }

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

This text font color is #D4DA78.

Background Color

.myBgColor { background-color: #D4DA78; }

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

This div background color is #D4DA78.

Border color

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

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

This div border color is #D4DA78.

Opacity

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

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

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

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

This text has shadow with #D4DA78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4DA78.

Preview

Color preview on black background

This text has color #D4DA78 on black background.


Color preview on white background

This text has color #D4DA78 on white background.


Black color preview on #D4DA78 background

This text has black color on #D4DA78 background.


White color preview on #D4DA78 background

This text has white color on #D4DA78 background.


Related colors

Complementary color

Complementary color for #hex is #2B2587.


I love getcolorcode.com

Triadic colors

1 #78D4DA and #DA78D4 with #D4DA78 are triadic colors.

2 #78DAD4 and #DAD478 with #D4DA78 are triadic colors.