COLOR #DDDDB0

HEX: #DDDDB0 RGB: (221,221,176)

Color info

#DDDDB0 contains red, green and blue colors in about the same proportion. Web safe color of #DDDDB0 is #CCCC99 (or #CC9).

RGB color model

#DDDDB0 color RGB value is (221,221,176).

RGB: (221,221,176) (87%, 87%, 69%)

RGB channels and saturation

R 221 of 255 = 87%
G 221 of 255 = 87%
B 176 of 255 = 69%

221
221
176

R + G + B ~ 81%. #DDDDB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 221 + 176 = 618 (100%)
R 221 of 618 ~ 35.76%
G 221 of 618 ~ 35.76%
B 176 of 618 ~ 28.48'%

%35.76
%35.76
%28.48

CMYK color model

#DDDDB0 color CMYK value is (0,0,20,13).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 20.36%
  • key color value is 13.33%
CMYK: (0,0,20,13) C0M0Y20K13 (0%,0%,20%,13%) (0.00/0.00/0.20/0.13) 

CMYK percentages

%0
%0
%20.36
%13.33

Codes

Color #DDDDB0 in popluar color models

DD DD B0
RGB 221 221 176
HSL 60° 39.82% 77.84%
HSB/HSV 60° 20.36% 86.67%
CMYK 0.00% 0.00% 20.36%
13.33%

Color #DDDDB0 in popluar number systems.

HEX DD DD B0
Decimal 221 221 176
Binary 11011101 11011101 10110000
Octal 335 335 260

Shades and tints

Shades of #DDDDB0

#DDDDB0
(221,221,176)
#C9C9A0
(201,201,160)
#B5B590
(181,181,144)
#A1A180
(161,161,128)
#8D8D70
(141,141,112)
#797960
(121,121,96)
#656550
(101,101,80)
#515140
(81,81,64)
#3D3D30
(61,61,48)
#292920
(41,41,32)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #DDDDB0

#DDDDB0
(221,221,176)
#E0E0B7
(224,224,183)
#E3E3BE
(227,227,190)
#E6E6C5
(230,230,197)
#E9E9CC
(233,233,204)
#ECECD3
(236,236,211)
#EFEFDA
(239,239,218)
#F2F2E1
(242,242,225)
#F5F5E8
(245,245,232)
#F8F8EF
(248,248,239)
#FBFBF6
(251,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDDB0; }

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

This text font color is #DDDDB0.

Background Color

.myBgColor { background-color: #DDDDB0; }

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

This div background color is #DDDDB0.

Border color

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

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

This div border color is #DDDDB0.

Opacity

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

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

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

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

This text has shadow with #DDDDB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDDDB0.

Preview

Color preview on black background

This text has color #DDDDB0 on black background.


Color preview on white background

This text has color #DDDDB0 on white background.


Black color preview on #DDDDB0 background

This text has black color on #DDDDB0 background.


White color preview on #DDDDB0 background

This text has white color on #DDDDB0 background.


Related colors

Complementary color

Complementary color for #hex is #22224F.


I love getcolorcode.com