COLOR #DDE992

HEX: #DDE992
RGB: (221,233,146)

Color info

#DDE992 contains mainly red and green colors. Web safe color of #DDE992 is #CCFF99 (or #CF9).

RGB color model

#DDE992 color RGB value is (221,233,146).

  • red value is 221;
  • green value is 233;
  • blue value is 146.
RGB:
(221,233,146)
(87%,91%,57%)

RGB channels and saturation

R 221 of 255 = 87%
G 233 of 255 = 91%
B 146 of 255 = 57%

221
233
146

R + G + B ~ 78%. #DDE992 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 233 + 146 = 600 (100%)
R 221 of 600 ~ 36.83%
G 233 of 600 ~ 38.83%
B 146 of 600 ~ 24.33%

%36.83
%38.83
%24.33

CMYK color model

#DDE992 color CMYK value is (5,0,37,9).

  • cyan value is 5.15%
  • magenta value is 0.00%
  • yellow value is 37.34%
  • key color value is 8.63%
CMYK:
(5,0,37,9)
C5M0Y37K9 
(5%,0%,37%,9%)
(0.05/0.00/0.37/0.09)	

CMYK percentages

%5.15
%0
%37.34
%8.63

Codes

Color #DDE992 in popluar color models

DDE992
RGB221233146
HSL68°66.41%74.31%
HSB/HSV68°37.34%91.37%
CMYK5.15%0.00%37.34%
8.63%

Color #DDE992 in popluar number systems.

HEXDDE992
Decimal221233146
Binary110111011110100110010010
Octal335351222

Shades and tints

Shades of #DDE992

#DDE992
(221,233,146)
#C9D485
(201,212,133)
#B5BF78
(181,191,120)
#A1AA6B
(161,170,107)
#8D955E
(141,149,94)
#798051
(121,128,81)
#656B44
(101,107,68)
#515637
(81,86,55)
#3D412A
(61,65,42)
#292C1D
(41,44,29)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #DDE992

#DDE992
(221,233,146)
#E0EB9B
(224,235,155)
#E3EDA4
(227,237,164)
#E6EFAD
(230,239,173)
#E9F1B6
(233,241,182)
#ECF3BF
(236,243,191)
#EFF5C8
(239,245,200)
#F2F7D1
(242,247,209)
#F5F9DA
(245,249,218)
#F8FBE3
(248,251,227)
#FBFDEC
(251,253,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDE992 color. Also use rgb(221,233,146) instead hex code.

Text Font Color

.myTextColor { color: #DDE992; }

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

This text font color is #DDE992.


Background Color

.myBgColor { background-color: #DDE992; }

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

This div background color is #DDE992.


Border color

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

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

This div border color is #DDE992.


Opacity

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

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

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

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

This text has shadow with #DDE992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDE992 on black background.


Color preview on white background

This text has color #DDE992 on white background.



Black color preview on #DDE992 background

This text has black color on #DDE992 background.


White color preview on #DDE992 background

This text has white color on #DDE992 background.