COLOR #DDD09B

HEX: #DDD09B
RGB: (221,208,155)

Color info

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

RGB color model

#DDD09B color RGB value is (221,208,155).

  • red value is 221;
  • green value is 208;
  • blue value is 155.
RGB:
(221,208,155)
(87%,82%,61%)

RGB channels and saturation

R 221 of 255 = 87%
G 208 of 255 = 82%
B 155 of 255 = 61%

221
208
155

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

Portions of RGB colors in percentages

R + G + B =
221 + 208 + 155 = 584 (100%)
R 221 of 584 ~ 37.84%
G 208 of 584 ~ 35.62%
B 155 of 584 ~ 26.54%

%37.84
%35.62
%26.54

CMYK color model

#DDD09B color CMYK value is (0,6,30,13).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 29.86%
  • key color value is 13.33%
CMYK:
(0,6,30,13)
C0M6Y30K13 
(0%,6%,30%,13%)
(0.00/0.06/0.30/0.13)	

CMYK percentages

%0
%5.88
%29.86
%13.33

Codes

Color #DDD09B in popluar color models

DDD09B
RGB221208155
HSL48°49.25%73.73%
HSB/HSV48°29.86%86.67%
CMYK0.00%5.88%29.86%
13.33%

Color #DDD09B in popluar number systems.

HEXDDD09B
Decimal221208155
Binary110111011101000010011011
Octal335320233

Shades and tints

Shades of #DDD09B

#DDD09B
(221,208,155)
#C9BE8D
(201,190,141)
#B5AC7F
(181,172,127)
#A19A71
(161,154,113)
#8D8863
(141,136,99)
#797655
(121,118,85)
#656447
(101,100,71)
#515239
(81,82,57)
#3D402B
(61,64,43)
#292E1D
(41,46,29)
#151C0F
(21,28,15)
#000000
(0,0,0)

Tints of #DDD09B

#DDD09B
(221,208,155)
#E0D4A4
(224,212,164)
#E3D8AD
(227,216,173)
#E6DCB6
(230,220,182)
#E9E0BF
(233,224,191)
#ECE4C8
(236,228,200)
#EFE8D1
(239,232,209)
#F2ECDA
(242,236,218)
#F5F0E3
(245,240,227)
#F8F4EC
(248,244,236)
#FBF8F5
(251,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD09B; }

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

This text font color is #DDD09B.


Background Color

.myBgColor { background-color: #DDD09B; }

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

This div background color is #DDD09B.


Border color

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

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

This div border color is #DDD09B.


Opacity

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

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

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

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

This text has shadow with #DDD09B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD09B on black background.


Color preview on white background

This text has color #DDD09B on white background.



Black color preview on #DDD09B background

This text has black color on #DDD09B background.


White color preview on #DDD09B background

This text has white color on #DDD09B background.