COLOR #DDA147

HEX: #DDA147
RGB: (221,161,71)

Color info

#DDA147 contains mainly red color. Web safe color of #DDA147 is #CC9933 (or #C93).

RGB color model

#DDA147 color RGB value is (221,161,71).

  • red value is 221;
  • green value is 161;
  • blue value is 71.
RGB:
(221,161,71)
(87%,63%,28%)

RGB channels and saturation

R 221 of 255 = 87%
G 161 of 255 = 63%
B 71 of 255 = 28%

221
161
71

R + G + B ~ 59%. #DDA147 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
221 + 161 + 71 = 453 (100%)
R 221 of 453 ~ 48.79%
G 161 of 453 ~ 35.54%
B 71 of 453 ~ 15.67%

%48.79
%35.54
%15.67

CMYK color model

#DDA147 color CMYK value is (0,27,68,13).

  • cyan value is 0.00%
  • magenta value is 27.15%
  • yellow value is 67.87%
  • key color value is 13.33%
CMYK:
(0,27,68,13)
C0M27Y68K13 
(0%,27%,68%,13%)
(0.00/0.27/0.68/0.13)	

CMYK percentages

%0
%27.15
%67.87
%13.33

Codes

Color #DDA147 in popluar color models

DDA147
RGB22116171
HSL36°68.81%57.25%
HSB/HSV36°67.87%86.67%
CMYK0.00%27.15%67.87%
13.33%

Color #DDA147 in popluar number systems.

HEXDDA147
Decimal22116171
Binary11011101101000011000111
Octal335241107

Shades and tints

Shades of #DDA147

#DDA147
(221,161,71)
#C99341
(201,147,65)
#B5853B
(181,133,59)
#A17735
(161,119,53)
#8D692F
(141,105,47)
#795B29
(121,91,41)
#654D23
(101,77,35)
#513F1D
(81,63,29)
#3D3117
(61,49,23)
#292311
(41,35,17)
#15150B
(21,21,11)
#000000
(0,0,0)

Tints of #DDA147

#DDA147
(221,161,71)
#E0A957
(224,169,87)
#E3B167
(227,177,103)
#E6B977
(230,185,119)
#E9C187
(233,193,135)
#ECC997
(236,201,151)
#EFD1A7
(239,209,167)
#F2D9B7
(242,217,183)
#F5E1C7
(245,225,199)
#F8E9D7
(248,233,215)
#FBF1E7
(251,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDA147 color. Also use rgb(221,161,71) instead hex code.

Text Font Color

.myTextColor { color: #DDA147; }

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

This text font color is #DDA147.


Background Color

.myBgColor { background-color: #DDA147; }

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

This div background color is #DDA147.


Border color

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

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

This div border color is #DDA147.


Opacity

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

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

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

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

This text has shadow with #DDA147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDA147 on black background.


Color preview on white background

This text has color #DDA147 on white background.



Black color preview on #DDA147 background

This text has black color on #DDA147 background.


White color preview on #DDA147 background

This text has white color on #DDA147 background.