COLOR #DDAF7B

HEX: #DDAF7B
RGB: (221,175,123)

Color info

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

RGB color model

#DDAF7B color RGB value is (221,175,123).

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

RGB channels and saturation

R 221 of 255 = 87%
G 175 of 255 = 69%
B 123 of 255 = 48%

221
175
123

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

Portions of RGB colors in percentages

R + G + B =
221 + 175 + 123 = 519 (100%)
R 221 of 519 ~ 42.58%
G 175 of 519 ~ 33.72%
B 123 of 519 ~ 23.7%

%42.58
%33.72
%23.7

CMYK color model

#DDAF7B color CMYK value is (0,21,44,13).

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 44.34%
  • key color value is 13.33%
CMYK:
(0,21,44,13)
C0M21Y44K13 
(0%,21%,44%,13%)
(0.00/0.21/0.44/0.13)	

CMYK percentages

%0
%20.81
%44.34
%13.33

Codes

Color #DDAF7B in popluar color models

DDAF7B
RGB221175123
HSL32°59.04%67.45%
HSB/HSV32°44.34%86.67%
CMYK0.00%20.81%44.34%
13.33%

Color #DDAF7B in popluar number systems.

HEXDDAF7B
Decimal221175123
Binary11011101101011111111011
Octal335257173

Shades and tints

Shades of #DDAF7B

#DDAF7B
(221,175,123)
#C9A070
(201,160,112)
#B59165
(181,145,101)
#A1825A
(161,130,90)
#8D734F
(141,115,79)
#796444
(121,100,68)
#655539
(101,85,57)
#51462E
(81,70,46)
#3D3723
(61,55,35)
#292818
(41,40,24)
#15190D
(21,25,13)
#000000
(0,0,0)

Tints of #DDAF7B

#DDAF7B
(221,175,123)
#E0B687
(224,182,135)
#E3BD93
(227,189,147)
#E6C49F
(230,196,159)
#E9CBAB
(233,203,171)
#ECD2B7
(236,210,183)
#EFD9C3
(239,217,195)
#F2E0CF
(242,224,207)
#F5E7DB
(245,231,219)
#F8EEE7
(248,238,231)
#FBF5F3
(251,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDAF7B; }

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

This text font color is #DDAF7B.


Background Color

.myBgColor { background-color: #DDAF7B; }

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

This div background color is #DDAF7B.


Border color

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

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

This div border color is #DDAF7B.


Opacity

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

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

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

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

This text has shadow with #DDAF7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDAF7B on black background.


Color preview on white background

This text has color #DDAF7B on white background.



Black color preview on #DDAF7B background

This text has black color on #DDAF7B background.


White color preview on #DDAF7B background

This text has white color on #DDAF7B background.