COLOR #D7DD2B

HEX: #D7DD2B
RGB: (215,221,43)

Color info

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

RGB color model

#D7DD2B color RGB value is (215,221,43).

  • red value is 215;
  • green value is 221;
  • blue value is 43.
RGB:
(215,221,43)
(84%,87%,17%)

RGB channels and saturation

R 215 of 255 = 84%
G 221 of 255 = 87%
B 43 of 255 = 17%

215
221
43

R + G + B ~ 63%. #D7DD2B is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 221 + 43 = 479 (100%)
R 215 of 479 ~ 44.89%
G 221 of 479 ~ 46.14%
B 43 of 479 ~ 8.98%

%44.89
%46.14

CMYK color model

#D7DD2B color CMYK value is (3,0,81,13).

  • cyan value is 2.71%
  • magenta value is 0.00%
  • yellow value is 80.54%
  • key color value is 13.33%
CMYK:
(3,0,81,13)
C3M0Y81K13 
(3%,0%,81%,13%)
(0.03/0.00/0.81/0.13)	

CMYK percentages

%2.71
%0
%80.54
%13.33

Codes

Color #D7DD2B in popluar color models

D7DD2B
RGB21522143
HSL62°72.36%51.76%
HSB/HSV62°80.54%86.67%
CMYK2.71%0.00%80.54%
13.33%

Color #D7DD2B in popluar number systems.

HEXD7DD2B
Decimal21522143
Binary1101011111011101101011
Octal32733553

Shades and tints

Shades of #D7DD2B

#D7DD2B
(215,221,43)
#C4C928
(196,201,40)
#B1B525
(177,181,37)
#9EA122
(158,161,34)
#8B8D1F
(139,141,31)
#78791C
(120,121,28)
#656519
(101,101,25)
#525116
(82,81,22)
#3F3D13
(63,61,19)
#2C2910
(44,41,16)
#19150D
(25,21,13)
#000000
(0,0,0)

Tints of #D7DD2B

#D7DD2B
(215,221,43)
#DAE03E
(218,224,62)
#DDE351
(221,227,81)
#E0E664
(224,230,100)
#E3E977
(227,233,119)
#E6EC8A
(230,236,138)
#E9EF9D
(233,239,157)
#ECF2B0
(236,242,176)
#EFF5C3
(239,245,195)
#F2F8D6
(242,248,214)
#F5FBE9
(245,251,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7DD2B color. Also use rgb(215,221,43) instead hex code.

Text Font Color

.myTextColor { color: #D7DD2B; }

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

This text font color is #D7DD2B.


Background Color

.myBgColor { background-color: #D7DD2B; }

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

This div background color is #D7DD2B.


Border color

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

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

This div border color is #D7DD2B.


Opacity

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

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

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

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

This text has shadow with #D7DD2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DD2B on black background.


Color preview on white background

This text has color #D7DD2B on white background.



Black color preview on #D7DD2B background

This text has black color on #D7DD2B background.


White color preview on #D7DD2B background

This text has white color on #D7DD2B background.