COLOR #DDAE85

HEX: #DDAE85
RGB: (221,174,133)

Color info

#DDAE85 contains mainly red and green colors. Web safe color of #DDAE85 is #CC9999 (or #C99).

RGB color model

#DDAE85 color RGB value is (221,174,133).

  • red value is 221;
  • green value is 174;
  • blue value is 133.
RGB: (221,174,133) (87%,68%,52%)

RGB channels and saturation

R 221 of 255 = 87%
G 174 of 255 = 68%
B 133 of 255 = 52%

221
174
133

R + G + B ~ 69%. #DDAE85 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 174 + 133 = 528 (100%)
R 221 of 528 ~ 41.86%
G 174 of 528 ~ 32.95%
B 133 of 528 ~ 25.19%

%41.86
%32.95
%25.19

CMYK color model

#DDAE85 color CMYK value is (0,21,40,13).

  • cyan value is 0.00%
  • magenta value is 21.27%
  • yellow value is 39.82%
  • key color value is 13.33%
CMYK: (0,21,40,13) C0M21Y40K13 (0%,21%,40%,13%) (0.00/0.21/0.40/0.13)

CMYK percentages

%0
%21.27
%39.82
%13.33

Codes

Color #DDAE85 in popluar color models

DDAE85
RGB221174133
HSL28°56.41%69.41%
HSB/HSV28°39.82%86.67%
CMYK0.00%21.27%39.82%
13.33%

Color #DDAE85 in popluar number systems.

HEXDDAE85
Decimal221174133
Binary110111011010111010000101
Octal335256205

Shades and tints

Shades of #DDAE85

#DDAE85
(221,174,133)
#C99F79
(201,159,121)
#B5906D
(181,144,109)
#A18161
(161,129,97)
#8D7255
(141,114,85)
#796349
(121,99,73)
#65543D
(101,84,61)
#514531
(81,69,49)
#3D3625
(61,54,37)
#292719
(41,39,25)
#15180D
(21,24,13)
#000000
(0,0,0)

Tints of #DDAE85

#DDAE85
(221,174,133)
#E0B590
(224,181,144)
#E3BC9B
(227,188,155)
#E6C3A6
(230,195,166)
#E9CAB1
(233,202,177)
#ECD1BC
(236,209,188)
#EFD8C7
(239,216,199)
#F2DFD2
(242,223,210)
#F5E6DD
(245,230,221)
#F8EDE8
(248,237,232)
#FBF4F3
(251,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDAE85; }

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

This text font color is #DDAE85.


Background Color

.myBgColor { background-color: #DDAE85; }

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

This div background color is #DDAE85.


Border color

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

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

This div border color is #DDAE85.


Opacity

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

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

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

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

This text has shadow with #DDAE85 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DDAE85 on black background.


Color preview on white background

This text has color #DDAE85 on white background.



Black color preview on #DDAE85 background

This text has black color on #DDAE85 background.


White color preview on #DDAE85 background

This text has white color on #DDAE85 background.