COLOR #DDA793

HEX: #DDA793
RGB: (221,167,147)

Color info

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

RGB color model

#DDA793 color RGB value is (221,167,147).

  • red value is 221;
  • green value is 167;
  • blue value is 147.
RGB:
(221,167,147)
(87%,65%,58%)

RGB channels and saturation

R 221 of 255 = 87%
G 167 of 255 = 65%
B 147 of 255 = 58%

221
167
147

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

Portions of RGB colors in percentages

R + G + B =
221 + 167 + 147 = 535 (100%)
R 221 of 535 ~ 41.31%
G 167 of 535 ~ 31.21%
B 147 of 535 ~ 27.48%

%41.31
%31.21
%27.48

CMYK color model

#DDA793 color CMYK value is (0,24,33,13).

  • cyan value is 0.00%
  • magenta value is 24.43%
  • yellow value is 33.48%
  • key color value is 13.33%
CMYK:
(0,24,33,13)
C0M24Y33K13 
(0%,24%,33%,13%)
(0.00/0.24/0.33/0.13)	

CMYK percentages

%0
%24.43
%33.48
%13.33

Codes

Color #DDA793 in popluar color models

DDA793
RGB221167147
HSL16°52.11%72.16%
HSB/HSV16°33.48%86.67%
CMYK0.00%24.43%33.48%
13.33%

Color #DDA793 in popluar number systems.

HEXDDA793
Decimal221167147
Binary110111011010011110010011
Octal335247223

Shades and tints

Shades of #DDA793

#DDA793
(221,167,147)
#C99886
(201,152,134)
#B58979
(181,137,121)
#A17A6C
(161,122,108)
#8D6B5F
(141,107,95)
#795C52
(121,92,82)
#654D45
(101,77,69)
#513E38
(81,62,56)
#3D2F2B
(61,47,43)
#29201E
(41,32,30)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #DDA793

#DDA793
(221,167,147)
#E0AF9C
(224,175,156)
#E3B7A5
(227,183,165)
#E6BFAE
(230,191,174)
#E9C7B7
(233,199,183)
#ECCFC0
(236,207,192)
#EFD7C9
(239,215,201)
#F2DFD2
(242,223,210)
#F5E7DB
(245,231,219)
#F8EFE4
(248,239,228)
#FBF7ED
(251,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDA793 color. Also use rgb(221,167,147) instead hex code.

Text Font Color

.myTextColor { color: #DDA793; }

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

This text font color is #DDA793.


Background Color

.myBgColor { background-color: #DDA793; }

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

This div background color is #DDA793.


Border color

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

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

This div border color is #DDA793.


Opacity

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

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

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

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

This text has shadow with #DDA793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDA793 on black background.


Color preview on white background

This text has color #DDA793 on white background.



Black color preview on #DDA793 background

This text has black color on #DDA793 background.


White color preview on #DDA793 background

This text has white color on #DDA793 background.