COLOR #DDA88E

HEX: #DDA88E
RGB: (221,168,142)

Color info

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

RGB color model

#DDA88E color RGB value is (221,168,142).

  • red value is 221;
  • green value is 168;
  • blue value is 142.
RGB:
(221,168,142)
(87%,66%,56%)

RGB channels and saturation

R 221 of 255 = 87%
G 168 of 255 = 66%
B 142 of 255 = 56%

221
168
142

R + G + B ~ 70%. #DDA88E is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 168 + 142 = 531 (100%)
R 221 of 531 ~ 41.62%
G 168 of 531 ~ 31.64%
B 142 of 531 ~ 26.74%

%41.62
%31.64
%26.74

CMYK color model

#DDA88E color CMYK value is (0,24,36,13).

  • cyan value is 0.00%
  • magenta value is 23.98%
  • yellow value is 35.75%
  • key color value is 13.33%
CMYK:
(0,24,36,13)
C0M24Y36K13 
(0%,24%,36%,13%)
(0.00/0.24/0.36/0.13)	

CMYK percentages

%0
%23.98
%35.75
%13.33

Codes

Color #DDA88E in popluar color models

DDA88E
RGB221168142
HSL20°53.74%71.18%
HSB/HSV20°35.75%86.67%
CMYK0.00%23.98%35.75%
13.33%

Color #DDA88E in popluar number systems.

HEXDDA88E
Decimal221168142
Binary110111011010100010001110
Octal335250216

Shades and tints

Shades of #DDA88E

#DDA88E
(221,168,142)
#C99982
(201,153,130)
#B58A76
(181,138,118)
#A17B6A
(161,123,106)
#8D6C5E
(141,108,94)
#795D52
(121,93,82)
#654E46
(101,78,70)
#513F3A
(81,63,58)
#3D302E
(61,48,46)
#292122
(41,33,34)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #DDA88E

#DDA88E
(221,168,142)
#E0AF98
(224,175,152)
#E3B6A2
(227,182,162)
#E6BDAC
(230,189,172)
#E9C4B6
(233,196,182)
#ECCBC0
(236,203,192)
#EFD2CA
(239,210,202)
#F2D9D4
(242,217,212)
#F5E0DE
(245,224,222)
#F8E7E8
(248,231,232)
#FBEEF2
(251,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDA88E; }

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

This text font color is #DDA88E.


Background Color

.myBgColor { background-color: #DDA88E; }

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

This div background color is #DDA88E.


Border color

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

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

This div border color is #DDA88E.


Opacity

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

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

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

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

This text has shadow with #DDA88E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDA88E on black background.


Color preview on white background

This text has color #DDA88E on white background.



Black color preview on #DDA88E background

This text has black color on #DDA88E background.


White color preview on #DDA88E background

This text has white color on #DDA88E background.