COLOR #D1DA78

HEX: #D1DA78
RGB: (209,218,120)

Color info

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

RGB color model

#D1DA78 color RGB value is (209,218,120).

  • red value is 209;
  • green value is 218;
  • blue value is 120.
RGB:
(209,218,120)
(82%,85%,47%)

RGB channels and saturation

R 209 of 255 = 82%
G 218 of 255 = 85%
B 120 of 255 = 47%

209
218
120

R + G + B ~ 71%. #D1DA78 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 218 + 120 = 547 (100%)
R 209 of 547 ~ 38.21%
G 218 of 547 ~ 39.85%
B 120 of 547 ~ 21.94%

%38.21
%39.85
%21.94

CMYK color model

#D1DA78 color CMYK value is (4,0,45,15).

  • cyan value is 4.13%
  • magenta value is 0.00%
  • yellow value is 44.95%
  • key color value is 14.51%
CMYK:
(4,0,45,15)
C4M0Y45K15 
(4%,0%,45%,15%)
(0.04/0.00/0.45/0.15)	

CMYK percentages

%4.13
%0
%44.95
%14.51

Codes

Color #D1DA78 in popluar color models

D1DA78
RGB209218120
HSL66°56.98%66.27%
HSB/HSV66°44.95%85.49%
CMYK4.13%0.00%44.95%
14.51%

Color #D1DA78 in popluar number systems.

HEXD1DA78
Decimal209218120
Binary11010001110110101111000
Octal321332170

Shades and tints

Shades of #D1DA78

#D1DA78
(209,218,120)
#BEC76E
(190,199,110)
#ABB464
(171,180,100)
#98A15A
(152,161,90)
#858E50
(133,142,80)
#727B46
(114,123,70)
#5F683C
(95,104,60)
#4C5532
(76,85,50)
#394228
(57,66,40)
#262F1E
(38,47,30)
#131C14
(19,28,20)
#000000
(0,0,0)

Tints of #D1DA78

#D1DA78
(209,218,120)
#D5DD84
(213,221,132)
#D9E090
(217,224,144)
#DDE39C
(221,227,156)
#E1E6A8
(225,230,168)
#E5E9B4
(229,233,180)
#E9ECC0
(233,236,192)
#EDEFCC
(237,239,204)
#F1F2D8
(241,242,216)
#F5F5E4
(245,245,228)
#F9F8F0
(249,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1DA78; }

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

This text font color is #D1DA78.


Background Color

.myBgColor { background-color: #D1DA78; }

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

This div background color is #D1DA78.


Border color

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

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

This div border color is #D1DA78.


Opacity

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

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

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

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

This text has shadow with #D1DA78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DA78 on black background.


Color preview on white background

This text has color #D1DA78 on white background.



Black color preview on #D1DA78 background

This text has black color on #D1DA78 background.


White color preview on #D1DA78 background

This text has white color on #D1DA78 background.