COLOR #D6DD69

HEX: #D6DD69
RGB: (214,221,105)

Color info

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

RGB color model

#D6DD69 color RGB value is (214,221,105).

  • red value is 214;
  • green value is 221;
  • blue value is 105.
RGB:
(214,221,105)
(84%,87%,41%)

RGB channels and saturation

R 214 of 255 = 84%
G 221 of 255 = 87%
B 105 of 255 = 41%

214
221
105

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

Portions of RGB colors in percentages

R + G + B =
214 + 221 + 105 = 540 (100%)
R 214 of 540 ~ 39.63%
G 221 of 540 ~ 40.93%
B 105 of 540 ~ 19.44%

%39.63
%40.93
%19.44

CMYK color model

#D6DD69 color CMYK value is (3,0,52,13).

  • cyan value is 3.17%
  • magenta value is 0.00%
  • yellow value is 52.49%
  • key color value is 13.33%
CMYK:
(3,0,52,13)
C3M0Y52K13 
(3%,0%,52%,13%)
(0.03/0.00/0.52/0.13)	

CMYK percentages

%3.17
%0
%52.49
%13.33

Codes

Color #D6DD69 in popluar color models

D6DD69
RGB214221105
HSL64°63.04%63.92%
HSB/HSV64°52.49%86.67%
CMYK3.17%0.00%52.49%
13.33%

Color #D6DD69 in popluar number systems.

HEXD6DD69
Decimal214221105
Binary11010110110111011101001
Octal326335151

Shades and tints

Shades of #D6DD69

#D6DD69
(214,221,105)
#C3C960
(195,201,96)
#B0B557
(176,181,87)
#9DA14E
(157,161,78)
#8A8D45
(138,141,69)
#77793C
(119,121,60)
#646533
(100,101,51)
#51512A
(81,81,42)
#3E3D21
(62,61,33)
#2B2918
(43,41,24)
#18150F
(24,21,15)
#000000
(0,0,0)

Tints of #D6DD69

#D6DD69
(214,221,105)
#D9E076
(217,224,118)
#DCE383
(220,227,131)
#DFE690
(223,230,144)
#E2E99D
(226,233,157)
#E5ECAA
(229,236,170)
#E8EFB7
(232,239,183)
#EBF2C4
(235,242,196)
#EEF5D1
(238,245,209)
#F1F8DE
(241,248,222)
#F4FBEB
(244,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6DD69 color. Also use rgb(214,221,105) instead hex code.

Text Font Color

.myTextColor { color: #D6DD69; }

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

This text font color is #D6DD69.


Background Color

.myBgColor { background-color: #D6DD69; }

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

This div background color is #D6DD69.


Border color

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

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

This div border color is #D6DD69.


Opacity

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

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

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

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

This text has shadow with #D6DD69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DD69 on black background.


Color preview on white background

This text has color #D6DD69 on white background.



Black color preview on #D6DD69 background

This text has black color on #D6DD69 background.


White color preview on #D6DD69 background

This text has white color on #D6DD69 background.