COLOR #DDC89D

HEX: #DDC89D
RGB: (221,200,157)

Color info

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

RGB color model

#DDC89D color RGB value is (221,200,157).

  • red value is 221;
  • green value is 200;
  • blue value is 157.
RGB:
(221,200,157)
(87%,78%,62%)

RGB channels and saturation

R 221 of 255 = 87%
G 200 of 255 = 78%
B 157 of 255 = 62%

221
200
157

R + G + B ~ 76%. #DDC89D is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 200 + 157 = 578 (100%)
R 221 of 578 ~ 38.24%
G 200 of 578 ~ 34.6%
B 157 of 578 ~ 27.16%

%38.24
%34.6
%27.16

CMYK color model

#DDC89D color CMYK value is (0,10,29,13).

  • cyan value is 0.00%
  • magenta value is 9.50%
  • yellow value is 28.96%
  • key color value is 13.33%
CMYK:
(0,10,29,13)
C0M10Y29K13 
(0%,10%,29%,13%)
(0.00/0.10/0.29/0.13)	

CMYK percentages

%0
%9.5
%28.96
%13.33

Codes

Color #DDC89D in popluar color models

DDC89D
RGB221200157
HSL40°48.48%74.12%
HSB/HSV40°28.96%86.67%
CMYK0.00%9.50%28.96%
13.33%

Color #DDC89D in popluar number systems.

HEXDDC89D
Decimal221200157
Binary110111011100100010011101
Octal335310235

Shades and tints

Shades of #DDC89D

#DDC89D
(221,200,157)
#C9B68F
(201,182,143)
#B5A481
(181,164,129)
#A19273
(161,146,115)
#8D8065
(141,128,101)
#796E57
(121,110,87)
#655C49
(101,92,73)
#514A3B
(81,74,59)
#3D382D
(61,56,45)
#29261F
(41,38,31)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #DDC89D

#DDC89D
(221,200,157)
#E0CDA5
(224,205,165)
#E3D2AD
(227,210,173)
#E6D7B5
(230,215,181)
#E9DCBD
(233,220,189)
#ECE1C5
(236,225,197)
#EFE6CD
(239,230,205)
#F2EBD5
(242,235,213)
#F5F0DD
(245,240,221)
#F8F5E5
(248,245,229)
#FBFAED
(251,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC89D; }

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

This text font color is #DDC89D.


Background Color

.myBgColor { background-color: #DDC89D; }

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

This div background color is #DDC89D.


Border color

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

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

This div border color is #DDC89D.


Opacity

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

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

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

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

This text has shadow with #DDC89D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC89D on black background.


Color preview on white background

This text has color #DDC89D on white background.



Black color preview on #DDC89D background

This text has black color on #DDC89D background.


White color preview on #DDC89D background

This text has white color on #DDC89D background.