COLOR #DDAE84

HEX: #DDAE84
RGB: (221,174,132)

Color info

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

RGB color model

#DDAE84 color RGB value is (221,174,132).

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

RGB channels and saturation

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

221
174
132

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

Portions of RGB colors in percentages

R + G + B =
221 + 174 + 132 = 527 (100%)
R 221 of 527 ~ 41.94%
G 174 of 527 ~ 33.02%
B 132 of 527 ~ 25.05%

%41.94
%33.02
%25.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.27%
  • yellow value is 40.27%
  • 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
%40.27
%13.33

Codes

Color #DDAE84 in popluar color models

DDAE84
RGB221174132
HSL28°56.69%69.22%
HSB/HSV28°40.27%86.67%
CMYK0.00%21.27%40.27%
13.33%

Color #DDAE84 in popluar number systems.

HEXDDAE84
Decimal221174132
Binary110111011010111010000100
Octal335256204

Shades and tints

Shades of #DDAE84

#DDAE84
(221,174,132)
#C99F78
(201,159,120)
#B5906C
(181,144,108)
#A18160
(161,129,96)
#8D7254
(141,114,84)
#796348
(121,99,72)
#65543C
(101,84,60)
#514530
(81,69,48)
#3D3624
(61,54,36)
#292718
(41,39,24)
#15180C
(21,24,12)
#000000
(0,0,0)

Tints of #DDAE84

#DDAE84
(221,174,132)
#E0B58F
(224,181,143)
#E3BC9A
(227,188,154)
#E6C3A5
(230,195,165)
#E9CAB0
(233,202,176)
#ECD1BB
(236,209,187)
#EFD8C6
(239,216,198)
#F2DFD1
(242,223,209)
#F5E6DC
(245,230,220)
#F8EDE7
(248,237,231)
#FBF4F2
(251,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDAE84; }

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

This text font color is #DDAE84.


Background Color

.myBgColor { background-color: #DDAE84; }

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

This div background color is #DDAE84.


Border color

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

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

This div border color is #DDAE84.


Opacity

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

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

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

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

This text has shadow with #DDAE84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDAE84 on black background.


Color preview on white background

This text has color #DDAE84 on white background.



Black color preview on #DDAE84 background

This text has black color on #DDAE84 background.


White color preview on #DDAE84 background

This text has white color on #DDAE84 background.