COLOR #D9DA7B

HEX: #D9DA7B
RGB: (217,218,123)

Color info

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

RGB color model

#D9DA7B color RGB value is (217,218,123).

  • red value is 217;
  • green value is 218;
  • blue value is 123.
RGB:
(217,218,123)
(85%,85%,48%)

RGB channels and saturation

R 217 of 255 = 85%
G 218 of 255 = 85%
B 123 of 255 = 48%

217
218
123

R + G + B ~ 73%. #D9DA7B is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 218 + 123 = 558 (100%)
R 217 of 558 ~ 38.89%
G 218 of 558 ~ 39.07%
B 123 of 558 ~ 22.04%

%38.89
%39.07
%22.04

CMYK color model

#D9DA7B color CMYK value is (0,0,44,15).

  • cyan value is 0.46%
  • magenta value is 0.00%
  • yellow value is 43.58%
  • key color value is 14.51%
CMYK:
(0,0,44,15)
C0M0Y44K15 
(0%,0%,44%,15%)
(0.00/0.00/0.44/0.15)	

CMYK percentages

%0.46
%0
%43.58
%14.51

Codes

Color #D9DA7B in popluar color models

D9DA7B
RGB217218123
HSL61°56.21%66.86%
HSB/HSV61°43.58%85.49%
CMYK0.46%0.00%43.58%
14.51%

Color #D9DA7B in popluar number systems.

HEXD9DA7B
Decimal217218123
Binary11011001110110101111011
Octal331332173

Shades and tints

Shades of #D9DA7B

#D9DA7B
(217,218,123)
#C6C770
(198,199,112)
#B3B465
(179,180,101)
#A0A15A
(160,161,90)
#8D8E4F
(141,142,79)
#7A7B44
(122,123,68)
#676839
(103,104,57)
#54552E
(84,85,46)
#414223
(65,66,35)
#2E2F18
(46,47,24)
#1B1C0D
(27,28,13)
#000000
(0,0,0)

Tints of #D9DA7B

#D9DA7B
(217,218,123)
#DCDD87
(220,221,135)
#DFE093
(223,224,147)
#E2E39F
(226,227,159)
#E5E6AB
(229,230,171)
#E8E9B7
(232,233,183)
#EBECC3
(235,236,195)
#EEEFCF
(238,239,207)
#F1F2DB
(241,242,219)
#F4F5E7
(244,245,231)
#F7F8F3
(247,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9DA7B color. Also use rgb(217,218,123) instead hex code.

Text Font Color

.myTextColor { color: #D9DA7B; }

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

This text font color is #D9DA7B.


Background Color

.myBgColor { background-color: #D9DA7B; }

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

This div background color is #D9DA7B.


Border color

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

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

This div border color is #D9DA7B.


Opacity

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

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

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

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

This text has shadow with #D9DA7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DA7B on black background.


Color preview on white background

This text has color #D9DA7B on white background.



Black color preview on #D9DA7B background

This text has black color on #D9DA7B background.


White color preview on #D9DA7B background

This text has white color on #D9DA7B background.