COLOR #DDDE7D

HEX: #DDDE7D
RGB: (221,222,125)

Color info

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

RGB color model

#DDDE7D color RGB value is (221,222,125).

  • red value is 221;
  • green value is 222;
  • blue value is 125.
RGB:
(221,222,125)
(87%,87%,49%)

RGB channels and saturation

R 221 of 255 = 87%
G 222 of 255 = 87%
B 125 of 255 = 49%

221
222
125

R + G + B ~ 74%. #DDDE7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 222 + 125 = 568 (100%)
R 221 of 568 ~ 38.91%
G 222 of 568 ~ 39.08%
B 125 of 568 ~ 22.01%

%38.91
%39.08
%22.01

CMYK color model

#DDDE7D color CMYK value is (0,0,44,13).

  • cyan value is 0.45%
  • magenta value is 0.00%
  • yellow value is 43.69%
  • key color value is 12.94%
CMYK:
(0,0,44,13)
C0M0Y44K13 
(0%,0%,44%,13%)
(0.00/0.00/0.44/0.13)	

CMYK percentages

%0.45
%0
%43.69
%12.94

Codes

Color #DDDE7D in popluar color models

DDDE7D
RGB221222125
HSL61°59.51%68.04%
HSB/HSV61°43.69%87.06%
CMYK0.45%0.00%43.69%
12.94%

Color #DDDE7D in popluar number systems.

HEXDDDE7D
Decimal221222125
Binary11011101110111101111101
Octal335336175

Shades and tints

Shades of #DDDE7D

#DDDE7D
(221,222,125)
#C9CA72
(201,202,114)
#B5B667
(181,182,103)
#A1A25C
(161,162,92)
#8D8E51
(141,142,81)
#797A46
(121,122,70)
#65663B
(101,102,59)
#515230
(81,82,48)
#3D3E25
(61,62,37)
#292A1A
(41,42,26)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #DDDE7D

#DDDE7D
(221,222,125)
#E0E188
(224,225,136)
#E3E493
(227,228,147)
#E6E79E
(230,231,158)
#E9EAA9
(233,234,169)
#ECEDB4
(236,237,180)
#EFF0BF
(239,240,191)
#F2F3CA
(242,243,202)
#F5F6D5
(245,246,213)
#F8F9E0
(248,249,224)
#FBFCEB
(251,252,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDDE7D color. Also use rgb(221,222,125) instead hex code.

Text Font Color

.myTextColor { color: #DDDE7D; }

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

This text font color is #DDDE7D.


Background Color

.myBgColor { background-color: #DDDE7D; }

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

This div background color is #DDDE7D.


Border color

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

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

This div border color is #DDDE7D.


Opacity

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

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

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

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

This text has shadow with #DDDE7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDE7D on black background.


Color preview on white background

This text has color #DDDE7D on white background.



Black color preview on #DDDE7D background

This text has black color on #DDDE7D background.


White color preview on #DDDE7D background

This text has white color on #DDDE7D background.