COLOR #D6DE55

HEX: #D6DE55
RGB: (214,222,85)

Color info

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

RGB color model

#D6DE55 color RGB value is (214,222,85).

  • red value is 214;
  • green value is 222;
  • blue value is 85.
RGB:
(214,222,85)
(84%,87%,33%)

RGB channels and saturation

R 214 of 255 = 84%
G 222 of 255 = 87%
B 85 of 255 = 33%

214
222
85

R + G + B ~ 68%. #D6DE55 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 222 + 85 = 521 (100%)
R 214 of 521 ~ 41.07%
G 222 of 521 ~ 42.61%
B 85 of 521 ~ 16.31%

%41.07
%42.61
%16.31

CMYK color model

#D6DE55 color CMYK value is (4,0,62,13).

  • cyan value is 3.60%
  • magenta value is 0.00%
  • yellow value is 61.71%
  • key color value is 12.94%
CMYK:
(4,0,62,13)
C4M0Y62K13 
(4%,0%,62%,13%)
(0.04/0.00/0.62/0.13)	

CMYK percentages

%3.6
%0
%61.71
%12.94

Codes

Color #D6DE55 in popluar color models

D6DE55
RGB21422285
HSL64°67.49%60.20%
HSB/HSV64°61.71%87.06%
CMYK3.60%0.00%61.71%
12.94%

Color #D6DE55 in popluar number systems.

HEXD6DE55
Decimal21422285
Binary11010110110111101010101
Octal326336125

Shades and tints

Shades of #D6DE55

#D6DE55
(214,222,85)
#C3CA4E
(195,202,78)
#B0B647
(176,182,71)
#9DA240
(157,162,64)
#8A8E39
(138,142,57)
#777A32
(119,122,50)
#64662B
(100,102,43)
#515224
(81,82,36)
#3E3E1D
(62,62,29)
#2B2A16
(43,42,22)
#18160F
(24,22,15)
#000000
(0,0,0)

Tints of #D6DE55

#D6DE55
(214,222,85)
#D9E164
(217,225,100)
#DCE473
(220,228,115)
#DFE782
(223,231,130)
#E2EA91
(226,234,145)
#E5EDA0
(229,237,160)
#E8F0AF
(232,240,175)
#EBF3BE
(235,243,190)
#EEF6CD
(238,246,205)
#F1F9DC
(241,249,220)
#F4FCEB
(244,252,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6DE55 color. Also use rgb(214,222,85) instead hex code.

Text Font Color

.myTextColor { color: #D6DE55; }

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

This text font color is #D6DE55.


Background Color

.myBgColor { background-color: #D6DE55; }

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

This div background color is #D6DE55.


Border color

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

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

This div border color is #D6DE55.


Opacity

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

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

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

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

This text has shadow with #D6DE55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DE55 on black background.


Color preview on white background

This text has color #D6DE55 on white background.



Black color preview on #D6DE55 background

This text has black color on #D6DE55 background.


White color preview on #D6DE55 background

This text has white color on #D6DE55 background.