COLOR #DDDC95

HEX: #DDDC95
RGB: (221,220,149)

Color info

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

RGB color model

#DDDC95 color RGB value is (221,220,149).

  • red value is 221;
  • green value is 220;
  • blue value is 149.
RGB:
(221,220,149)
(87%,86%,58%)

RGB channels and saturation

R 221 of 255 = 87%
G 220 of 255 = 86%
B 149 of 255 = 58%

221
220
149

R + G + B ~ 77%. #DDDC95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 220 + 149 = 590 (100%)
R 221 of 590 ~ 37.46%
G 220 of 590 ~ 37.29%
B 149 of 590 ~ 25.25%

%37.46
%37.29
%25.25

CMYK color model

#DDDC95 color CMYK value is (0,0,33,13).

  • cyan value is 0.00%
  • magenta value is 0.45%
  • yellow value is 32.58%
  • key color value is 13.33%
CMYK:
(0,0,33,13)
C0M0Y33K13 
(0%,0%,33%,13%)
(0.00/0.00/0.33/0.13)	

CMYK percentages

%0
%0.45
%32.58
%13.33

Codes

Color #DDDC95 in popluar color models

DDDC95
RGB221220149
HSL59°51.43%72.55%
HSB/HSV59°32.58%86.67%
CMYK0.00%0.45%32.58%
13.33%

Color #DDDC95 in popluar number systems.

HEXDDDC95
Decimal221220149
Binary110111011101110010010101
Octal335334225

Shades and tints

Shades of #DDDC95

#DDDC95
(221,220,149)
#C9C888
(201,200,136)
#B5B47B
(181,180,123)
#A1A06E
(161,160,110)
#8D8C61
(141,140,97)
#797854
(121,120,84)
#656447
(101,100,71)
#51503A
(81,80,58)
#3D3C2D
(61,60,45)
#292820
(41,40,32)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #DDDC95

#DDDC95
(221,220,149)
#E0DF9E
(224,223,158)
#E3E2A7
(227,226,167)
#E6E5B0
(230,229,176)
#E9E8B9
(233,232,185)
#ECEBC2
(236,235,194)
#EFEECB
(239,238,203)
#F2F1D4
(242,241,212)
#F5F4DD
(245,244,221)
#F8F7E6
(248,247,230)
#FBFAEF
(251,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDDC95 color. Also use rgb(221,220,149) instead hex code.

Text Font Color

.myTextColor { color: #DDDC95; }

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

This text font color is #DDDC95.


Background Color

.myBgColor { background-color: #DDDC95; }

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

This div background color is #DDDC95.


Border color

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

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

This div border color is #DDDC95.


Opacity

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

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

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

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

This text has shadow with #DDDC95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDC95 on black background.


Color preview on white background

This text has color #DDDC95 on white background.



Black color preview on #DDDC95 background

This text has black color on #DDDC95 background.


White color preview on #DDDC95 background

This text has white color on #DDDC95 background.