COLOR #DDA779

HEX: #DDA779
RGB: (221,167,121)

Color info

#DDA779 contains mainly red and green colors. Web safe color of #DDA779 is #CC9966 (or #C96).

RGB color model

#DDA779 color RGB value is (221,167,121).

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

RGB channels and saturation

R 221 of 255 = 87%
G 167 of 255 = 65%
B 121 of 255 = 47%

221
167
121

R + G + B ~ 66%. #DDA779 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 167 + 121 = 509 (100%)
R 221 of 509 ~ 43.42%
G 167 of 509 ~ 32.81%
B 121 of 509 ~ 23.77%

%43.42
%32.81
%23.77

CMYK color model

#DDA779 color CMYK value is (0,24,45,13).

  • cyan value is 0.00%
  • magenta value is 24.43%
  • yellow value is 45.25%
  • key color value is 13.33%
CMYK:
(0,24,45,13)
C0M24Y45K13 
(0%,24%,45%,13%)
(0.00/0.24/0.45/0.13)	

CMYK percentages

%0
%24.43
%45.25
%13.33

Codes

Color #DDA779 in popluar color models

DDA779
RGB221167121
HSL28°59.52%67.06%
HSB/HSV28°45.25%86.67%
CMYK0.00%24.43%45.25%
13.33%

Color #DDA779 in popluar number systems.

HEXDDA779
Decimal221167121
Binary11011101101001111111001
Octal335247171

Shades and tints

Shades of #DDA779

#DDA779
(221,167,121)
#C9986E
(201,152,110)
#B58963
(181,137,99)
#A17A58
(161,122,88)
#8D6B4D
(141,107,77)
#795C42
(121,92,66)
#654D37
(101,77,55)
#513E2C
(81,62,44)
#3D2F21
(61,47,33)
#292016
(41,32,22)
#15110B
(21,17,11)
#000000
(0,0,0)

Tints of #DDA779

#DDA779
(221,167,121)
#E0AF85
(224,175,133)
#E3B791
(227,183,145)
#E6BF9D
(230,191,157)
#E9C7A9
(233,199,169)
#ECCFB5
(236,207,181)
#EFD7C1
(239,215,193)
#F2DFCD
(242,223,205)
#F5E7D9
(245,231,217)
#F8EFE5
(248,239,229)
#FBF7F1
(251,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDA779; }

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

This text font color is #DDA779.


Background Color

.myBgColor { background-color: #DDA779; }

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

This div background color is #DDA779.


Border color

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

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

This div border color is #DDA779.


Opacity

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

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

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

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

This text has shadow with #DDA779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDA779 on black background.


Color preview on white background

This text has color #DDA779 on white background.



Black color preview on #DDA779 background

This text has black color on #DDA779 background.


White color preview on #DDA779 background

This text has white color on #DDA779 background.