COLOR #DDAF77

HEX: #DDAF77
RGB: (221,175,119)

Color info

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

RGB color model

#DDAF77 color RGB value is (221,175,119).

  • red value is 221;
  • green value is 175;
  • blue value is 119.
RGB:
(221,175,119)
(87%,69%,47%)

RGB channels and saturation

R 221 of 255 = 87%
G 175 of 255 = 69%
B 119 of 255 = 47%

221
175
119

R + G + B ~ 68%. #DDAF77 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 175 + 119 = 515 (100%)
R 221 of 515 ~ 42.91%
G 175 of 515 ~ 33.98%
B 119 of 515 ~ 23.11%

%42.91
%33.98
%23.11

CMYK color model

#DDAF77 color CMYK value is (0,21,46,13).

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 46.15%
  • key color value is 13.33%
CMYK:
(0,21,46,13)
C0M21Y46K13 
(0%,21%,46%,13%)
(0.00/0.21/0.46/0.13)	

CMYK percentages

%0
%20.81
%46.15
%13.33

Codes

Color #DDAF77 in popluar color models

DDAF77
RGB221175119
HSL33°60.00%66.67%
HSB/HSV33°46.15%86.67%
CMYK0.00%20.81%46.15%
13.33%

Color #DDAF77 in popluar number systems.

HEXDDAF77
Decimal221175119
Binary11011101101011111110111
Octal335257167

Shades and tints

Shades of #DDAF77

#DDAF77
(221,175,119)
#C9A06D
(201,160,109)
#B59163
(181,145,99)
#A18259
(161,130,89)
#8D734F
(141,115,79)
#796445
(121,100,69)
#65553B
(101,85,59)
#514631
(81,70,49)
#3D3727
(61,55,39)
#29281D
(41,40,29)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #DDAF77

#DDAF77
(221,175,119)
#E0B683
(224,182,131)
#E3BD8F
(227,189,143)
#E6C49B
(230,196,155)
#E9CBA7
(233,203,167)
#ECD2B3
(236,210,179)
#EFD9BF
(239,217,191)
#F2E0CB
(242,224,203)
#F5E7D7
(245,231,215)
#F8EEE3
(248,238,227)
#FBF5EF
(251,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDAF77 color. Also use rgb(221,175,119) instead hex code.

Text Font Color

.myTextColor { color: #DDAF77; }

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

This text font color is #DDAF77.


Background Color

.myBgColor { background-color: #DDAF77; }

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

This div background color is #DDAF77.


Border color

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

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

This div border color is #DDAF77.


Opacity

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

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

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

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

This text has shadow with #DDAF77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDAF77 on black background.


Color preview on white background

This text has color #DDAF77 on white background.



Black color preview on #DDAF77 background

This text has black color on #DDAF77 background.


White color preview on #DDAF77 background

This text has white color on #DDAF77 background.