COLOR #D9DD67

HEX: #D9DD67
RGB: (217,221,103)

Color info

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

RGB color model

#D9DD67 color RGB value is (217,221,103).

  • red value is 217;
  • green value is 221;
  • blue value is 103.
RGB:
(217,221,103)
(85%,87%,40%)

RGB channels and saturation

R 217 of 255 = 85%
G 221 of 255 = 87%
B 103 of 255 = 40%

217
221
103

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

Portions of RGB colors in percentages

R + G + B =
217 + 221 + 103 = 541 (100%)
R 217 of 541 ~ 40.11%
G 221 of 541 ~ 40.85%
B 103 of 541 ~ 19.04%

%40.11
%40.85
%19.04

CMYK color model

#D9DD67 color CMYK value is (2,0,53,13).

  • cyan value is 1.81%
  • magenta value is 0.00%
  • yellow value is 53.39%
  • key color value is 13.33%
CMYK:
(2,0,53,13)
C2M0Y53K13 
(2%,0%,53%,13%)
(0.02/0.00/0.53/0.13)	

CMYK percentages

%1.81
%0
%53.39
%13.33

Codes

Color #D9DD67 in popluar color models

D9DD67
RGB217221103
HSL62°63.44%63.53%
HSB/HSV62°53.39%86.67%
CMYK1.81%0.00%53.39%
13.33%

Color #D9DD67 in popluar number systems.

HEXD9DD67
Decimal217221103
Binary11011001110111011100111
Octal331335147

Shades and tints

Shades of #D9DD67

#D9DD67
(217,221,103)
#C6C95E
(198,201,94)
#B3B555
(179,181,85)
#A0A14C
(160,161,76)
#8D8D43
(141,141,67)
#7A793A
(122,121,58)
#676531
(103,101,49)
#545128
(84,81,40)
#413D1F
(65,61,31)
#2E2916
(46,41,22)
#1B150D
(27,21,13)
#000000
(0,0,0)

Tints of #D9DD67

#D9DD67
(217,221,103)
#DCE074
(220,224,116)
#DFE381
(223,227,129)
#E2E68E
(226,230,142)
#E5E99B
(229,233,155)
#E8ECA8
(232,236,168)
#EBEFB5
(235,239,181)
#EEF2C2
(238,242,194)
#F1F5CF
(241,245,207)
#F4F8DC
(244,248,220)
#F7FBE9
(247,251,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9DD67 color. Also use rgb(217,221,103) instead hex code.

Text Font Color

.myTextColor { color: #D9DD67; }

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

This text font color is #D9DD67.


Background Color

.myBgColor { background-color: #D9DD67; }

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

This div background color is #D9DD67.


Border color

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

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

This div border color is #D9DD67.


Opacity

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

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

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

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

This text has shadow with #D9DD67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DD67 on black background.


Color preview on white background

This text has color #D9DD67 on white background.



Black color preview on #D9DD67 background

This text has black color on #D9DD67 background.


White color preview on #D9DD67 background

This text has white color on #D9DD67 background.