COLOR #D9DF40

HEX: #D9DF40 RGB: (217,223,64)

Color info

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

RGB color model

#D9DF40 color RGB value is (217,223,64).

RGB: (217,223,64) (85%, 87%, 25%)

RGB channels and saturation

R 217 of 255 = 85%
G 223 of 255 = 87%
B 64 of 255 = 25%

217
223
64

R + G + B ~ 66%. #D9DF40 is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 223 + 64 = 504 (100%)
R 217 of 504 ~ 43.06%
G 223 of 504 ~ 44.25%
B 64 of 504 ~ 12.7'%

%43.06
%44.25
%12.7

CMYK color model

#D9DF40 color CMYK value is (3,0,71,13).

  • cyan value is 2.69%
  • magenta value is 0.00%
  • yellow value is 71.30%
  • key color value is 12.55%

CMYK: (3,0,71,13)
C3M0Y71K13 (3%, 0%, 71%, 13%)
(0.03 / 0.00 / 0.71 / 0.13)

CMYK percentages

%2.69
%0
%71.3
%12.55

Codes

Color #D9DF40 in popluar color models

D9 DF 40
RGB 217 223 64
HSL 62° 71.30% 56.27%
HSB/HSV 62° 71.30% 87.45%
CMYK 2.69% 0.00% 71.30%
12.55%

Color #D9DF40 in popluar number systems.

HEX D9 DF 40
Decimal 217 223 64
Binary 11011001 11011111 1000000
Octal 331 337 100

Shades and tints

Shades of #D9DF40

#D9DF40
(217,223,64)
#C6CB3B
(198,203,59)
#B3B736
(179,183,54)
#A0A331
(160,163,49)
#8D8F2C
(141,143,44)
#7A7B27
(122,123,39)
#676722
(103,103,34)
#54531D
(84,83,29)
#413F18
(65,63,24)
#2E2B13
(46,43,19)
#1B170E
(27,23,14)
#000000
(0,0,0)

Tints of #D9DF40

#D9DF40
(217,223,64)
#DCE151
(220,225,81)
#DFE362
(223,227,98)
#E2E573
(226,229,115)
#E5E784
(229,231,132)
#E8E995
(232,233,149)
#EBEBA6
(235,235,166)
#EEEDB7
(238,237,183)
#F1EFC8
(241,239,200)
#F4F1D9
(244,241,217)
#F7F3EA
(247,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9DF40 color. Also use rgb(217,223,64) instead hex code.

Text Font Color

.myTextColor { color: #D9DF40; }

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

This text font color is #D9DF40.

Background Color

.myBgColor { background-color: #D9DF40; }

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

This div background color is #D9DF40.

Border color

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

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

This div border color is #D9DF40.

Opacity

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

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

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

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

This text has shadow with #D9DF40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9DF40.

Preview

Color preview on black background

This text has color #D9DF40 on black background.


Color preview on white background

This text has color #D9DF40 on white background.


Black color preview on #D9DF40 background

This text has black color on #D9DF40 background.


White color preview on #D9DF40 background

This text has white color on #D9DF40 background.


Related colors

Complementary color

Complementary color for #hex is #2620BF.


I love getcolorcode.com

Triadic colors

1 #40D9DF and #DF40D9 with #D9DF40 are triadic colors.

2 #40DFD9 and #DFD940 with #D9DF40 are triadic colors.