COLOR #D1DB78

HEX: #D1DB78 RGB: (209,219,120)

Color info

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

RGB color model

#D1DB78 color RGB value is (209,219,120).

RGB: (209,219,120) (82%, 86%, 47%)

RGB channels and saturation

R 209 of 255 = 82%
G 219 of 255 = 86%
B 120 of 255 = 47%

209
219
120

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

Portions of RGB colors in percentages

R + G + B = 209 + 219 + 120 = 548 (100%)
R 209 of 548 ~ 38.14%
G 219 of 548 ~ 39.96%
B 120 of 548 ~ 21.9'%

%38.14
%39.96
%21.9

CMYK color model

#D1DB78 color CMYK value is (5,0,45,14).

  • cyan value is 4.57%
  • magenta value is 0.00%
  • yellow value is 45.21%
  • key color value is 14.12%

CMYK: (5,0,45,14)
C5M0Y45K14 (5%, 0%, 45%, 14%)
(0.05 / 0.00 / 0.45 / 0.14)

CMYK percentages

%4.57
%0
%45.21
%14.12

Codes

Color #D1DB78 in popluar color models

D1 DB 78
RGB 209 219 120
HSL 66° 57.89% 66.47%
HSB/HSV 66° 45.21% 85.88%
CMYK 4.57% 0.00% 45.21%
14.12%

Color #D1DB78 in popluar number systems.

HEX D1 DB 78
Decimal 209 219 120
Binary 11010001 11011011 1111000
Octal 321 333 170

Shades and tints

Shades of #D1DB78

#D1DB78
(209,219,120)
#BEC86E
(190,200,110)
#ABB564
(171,181,100)
#98A25A
(152,162,90)
#858F50
(133,143,80)
#727C46
(114,124,70)
#5F693C
(95,105,60)
#4C5632
(76,86,50)
#394328
(57,67,40)
#26301E
(38,48,30)
#131D14
(19,29,20)
#000000
(0,0,0)

Tints of #D1DB78

#D1DB78
(209,219,120)
#D5DE84
(213,222,132)
#D9E190
(217,225,144)
#DDE49C
(221,228,156)
#E1E7A8
(225,231,168)
#E5EAB4
(229,234,180)
#E9EDC0
(233,237,192)
#EDF0CC
(237,240,204)
#F1F3D8
(241,243,216)
#F5F6E4
(245,246,228)
#F9F9F0
(249,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1DB78; }

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

This text font color is #D1DB78.

Background Color

.myBgColor { background-color: #D1DB78; }

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

This div background color is #D1DB78.

Border color

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

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

This div border color is #D1DB78.

Opacity

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

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

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

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

This text has shadow with #D1DB78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1DB78.

Preview

Color preview on black background

This text has color #D1DB78 on black background.


Color preview on white background

This text has color #D1DB78 on white background.


Black color preview on #D1DB78 background

This text has black color on #D1DB78 background.


White color preview on #D1DB78 background

This text has white color on #D1DB78 background.


Related colors

Complementary color

Complementary color for #hex is #2E2487.


I love getcolorcode.com

Triadic colors

1 #78D1DB and #DB78D1 with #D1DB78 are triadic colors.

2 #78DBD1 and #DBD178 with #D1DB78 are triadic colors.