COLOR #DDD28D

HEX: #DDD28D
RGB: (221,210,141)

Color info

#DDD28D contains mainly red and green colors. Web safe color of #DDD28D is #CCCC99 (or #CC9).

RGB color model

#DDD28D color RGB value is (221,210,141).

  • red value is 221;
  • green value is 210;
  • blue value is 141.
RGB:
(221,210,141)
(87%,82%,55%)

RGB channels and saturation

R 221 of 255 = 87%
G 210 of 255 = 82%
B 141 of 255 = 55%

221
210
141

R + G + B ~ 75%. #DDD28D is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 210 + 141 = 572 (100%)
R 221 of 572 ~ 38.64%
G 210 of 572 ~ 36.71%
B 141 of 572 ~ 24.65%

%38.64
%36.71
%24.65

CMYK color model

#DDD28D color CMYK value is (0,5,36,13).

  • cyan value is 0.00%
  • magenta value is 4.98%
  • yellow value is 36.20%
  • key color value is 13.33%
CMYK:
(0,5,36,13)
C0M5Y36K13 
(0%,5%,36%,13%)
(0.00/0.05/0.36/0.13)	

CMYK percentages

%0
%4.98
%36.2
%13.33

Codes

Color #DDD28D in popluar color models

DDD28D
RGB221210141
HSL52°54.05%70.98%
HSB/HSV52°36.20%86.67%
CMYK0.00%4.98%36.20%
13.33%

Color #DDD28D in popluar number systems.

HEXDDD28D
Decimal221210141
Binary110111011101001010001101
Octal335322215

Shades and tints

Shades of #DDD28D

#DDD28D
(221,210,141)
#C9BF81
(201,191,129)
#B5AC75
(181,172,117)
#A19969
(161,153,105)
#8D865D
(141,134,93)
#797351
(121,115,81)
#656045
(101,96,69)
#514D39
(81,77,57)
#3D3A2D
(61,58,45)
#292721
(41,39,33)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #DDD28D

#DDD28D
(221,210,141)
#E0D697
(224,214,151)
#E3DAA1
(227,218,161)
#E6DEAB
(230,222,171)
#E9E2B5
(233,226,181)
#ECE6BF
(236,230,191)
#EFEAC9
(239,234,201)
#F2EED3
(242,238,211)
#F5F2DD
(245,242,221)
#F8F6E7
(248,246,231)
#FBFAF1
(251,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD28D color. Also use rgb(221,210,141) instead hex code.

Text Font Color

.myTextColor { color: #DDD28D; }

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

This text font color is #DDD28D.


Background Color

.myBgColor { background-color: #DDD28D; }

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

This div background color is #DDD28D.


Border color

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

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

This div border color is #DDD28D.


Opacity

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

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

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

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

This text has shadow with #DDD28D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD28D on black background.


Color preview on white background

This text has color #DDD28D on white background.



Black color preview on #DDD28D background

This text has black color on #DDD28D background.


White color preview on #DDD28D background

This text has white color on #DDD28D background.