COLOR #D1DD45

HEX: #D1DD45
RGB: (209,221,69)

Color info

#D1DD45 contains mainly red and green colors. Web safe color of #D1DD45 is #CCCC33 (or #CC3).

RGB color model

#D1DD45 color RGB value is (209,221,69).

  • red value is 209;
  • green value is 221;
  • blue value is 69.
RGB:
(209,221,69)
(82%,87%,27%)

RGB channels and saturation

R 209 of 255 = 82%
G 221 of 255 = 87%
B 69 of 255 = 27%

209
221
69

R + G + B ~ 65%. #D1DD45 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 221 + 69 = 499 (100%)
R 209 of 499 ~ 41.88%
G 221 of 499 ~ 44.29%
B 69 of 499 ~ 13.83%

%41.88
%44.29
%13.83

CMYK color model

#D1DD45 color CMYK value is (5,0,69,13).

  • cyan value is 5.43%
  • magenta value is 0.00%
  • yellow value is 68.78%
  • key color value is 13.33%
CMYK:
(5,0,69,13)
C5M0Y69K13 
(5%,0%,69%,13%)
(0.05/0.00/0.69/0.13)	

CMYK percentages

%5.43
%0
%68.78
%13.33

Codes

Color #D1DD45 in popluar color models

D1DD45
RGB20922169
HSL65°69.09%56.86%
HSB/HSV65°68.78%86.67%
CMYK5.43%0.00%68.78%
13.33%

Color #D1DD45 in popluar number systems.

HEXD1DD45
Decimal20922169
Binary11010001110111011000101
Octal321335105

Shades and tints

Shades of #D1DD45

#D1DD45
(209,221,69)
#BEC93F
(190,201,63)
#ABB539
(171,181,57)
#98A133
(152,161,51)
#858D2D
(133,141,45)
#727927
(114,121,39)
#5F6521
(95,101,33)
#4C511B
(76,81,27)
#393D15
(57,61,21)
#26290F
(38,41,15)
#131509
(19,21,9)
#000000
(0,0,0)

Tints of #D1DD45

#D1DD45
(209,221,69)
#D5E055
(213,224,85)
#D9E365
(217,227,101)
#DDE675
(221,230,117)
#E1E985
(225,233,133)
#E5EC95
(229,236,149)
#E9EFA5
(233,239,165)
#EDF2B5
(237,242,181)
#F1F5C5
(241,245,197)
#F5F8D5
(245,248,213)
#F9FBE5
(249,251,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1DD45 color. Also use rgb(209,221,69) instead hex code.

Text Font Color

.myTextColor { color: #D1DD45; }

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

This text font color is #D1DD45.


Background Color

.myBgColor { background-color: #D1DD45; }

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

This div background color is #D1DD45.


Border color

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

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

This div border color is #D1DD45.


Opacity

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

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

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

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

This text has shadow with #D1DD45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DD45 on black background.


Color preview on white background

This text has color #D1DD45 on white background.



Black color preview on #D1DD45 background

This text has black color on #D1DD45 background.


White color preview on #D1DD45 background

This text has white color on #D1DD45 background.