COLOR #D6DD33

HEX: #D6DD33
RGB: (214,221,51)

Color info

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

RGB color model

#D6DD33 color RGB value is (214,221,51).

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

RGB channels and saturation

R 214 of 255 = 84%
G 221 of 255 = 87%
B 51 of 255 = 20%

214
221
51

R + G + B ~ 64%. #D6DD33 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 221 + 51 = 486 (100%)
R 214 of 486 ~ 44.03%
G 221 of 486 ~ 45.47%
B 51 of 486 ~ 10.49%

%44.03
%45.47
%10.49

CMYK color model

#D6DD33 color CMYK value is (3,0,77,13).

  • cyan value is 3.17%
  • magenta value is 0.00%
  • yellow value is 76.92%
  • key color value is 13.33%
CMYK:
(3,0,77,13)
C3M0Y77K13 
(3%,0%,77%,13%)
(0.03/0.00/0.77/0.13)	

CMYK percentages

%3.17
%0
%76.92
%13.33

Codes

Color #D6DD33 in popluar color models

D6DD33
RGB21422151
HSL62°71.43%53.33%
HSB/HSV62°76.92%86.67%
CMYK3.17%0.00%76.92%
13.33%

Color #D6DD33 in popluar number systems.

HEXD6DD33
Decimal21422151
Binary1101011011011101110011
Octal32633563

Shades and tints

Shades of #D6DD33

#D6DD33
(214,221,51)
#C3C92F
(195,201,47)
#B0B52B
(176,181,43)
#9DA127
(157,161,39)
#8A8D23
(138,141,35)
#77791F
(119,121,31)
#64651B
(100,101,27)
#515117
(81,81,23)
#3E3D13
(62,61,19)
#2B290F
(43,41,15)
#18150B
(24,21,11)
#000000
(0,0,0)

Tints of #D6DD33

#D6DD33
(214,221,51)
#D9E045
(217,224,69)
#DCE357
(220,227,87)
#DFE669
(223,230,105)
#E2E97B
(226,233,123)
#E5EC8D
(229,236,141)
#E8EF9F
(232,239,159)
#EBF2B1
(235,242,177)
#EEF5C3
(238,245,195)
#F1F8D5
(241,248,213)
#F4FBE7
(244,251,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DD33; }

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

This text font color is #D6DD33.


Background Color

.myBgColor { background-color: #D6DD33; }

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

This div background color is #D6DD33.


Border color

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

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

This div border color is #D6DD33.


Opacity

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

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

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

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

This text has shadow with #D6DD33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DD33 on black background.


Color preview on white background

This text has color #D6DD33 on white background.



Black color preview on #D6DD33 background

This text has black color on #D6DD33 background.


White color preview on #D6DD33 background

This text has white color on #D6DD33 background.