COLOR #DDAD34

HEX: #DDAD34
RGB: (221,173,52)

Color info

#DDAD34 contains mainly red and green colors. Web safe color of #DDAD34 is #CC9933 (or #C93).

RGB color model

#DDAD34 color RGB value is (221,173,52).

  • red value is 221;
  • green value is 173;
  • blue value is 52.
RGB:
(221,173,52)
(87%,68%,20%)

RGB channels and saturation

R 221 of 255 = 87%
G 173 of 255 = 68%
B 52 of 255 = 20%

221
173
52

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

Portions of RGB colors in percentages

R + G + B =
221 + 173 + 52 = 446 (100%)
R 221 of 446 ~ 49.55%
G 173 of 446 ~ 38.79%
B 52 of 446 ~ 11.66%

%49.55
%38.79
%11.66

CMYK color model

#DDAD34 color CMYK value is (0,22,76,13).

  • cyan value is 0.00%
  • magenta value is 21.72%
  • yellow value is 76.47%
  • key color value is 13.33%
CMYK:
(0,22,76,13)
C0M22Y76K13 
(0%,22%,76%,13%)
(0.00/0.22/0.76/0.13)	

CMYK percentages

%0
%21.72
%76.47
%13.33

Codes

Color #DDAD34 in popluar color models

DDAD34
RGB22117352
HSL43°71.31%53.53%
HSB/HSV43°76.47%86.67%
CMYK0.00%21.72%76.47%
13.33%

Color #DDAD34 in popluar number systems.

HEXDDAD34
Decimal22117352
Binary1101110110101101110100
Octal33525564

Shades and tints

Shades of #DDAD34

#DDAD34
(221,173,52)
#C99E30
(201,158,48)
#B58F2C
(181,143,44)
#A18028
(161,128,40)
#8D7124
(141,113,36)
#796220
(121,98,32)
#65531C
(101,83,28)
#514418
(81,68,24)
#3D3514
(61,53,20)
#292610
(41,38,16)
#15170C
(21,23,12)
#000000
(0,0,0)

Tints of #DDAD34

#DDAD34
(221,173,52)
#E0B446
(224,180,70)
#E3BB58
(227,187,88)
#E6C26A
(230,194,106)
#E9C97C
(233,201,124)
#ECD08E
(236,208,142)
#EFD7A0
(239,215,160)
#F2DEB2
(242,222,178)
#F5E5C4
(245,229,196)
#F8ECD6
(248,236,214)
#FBF3E8
(251,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDAD34 color. Also use rgb(221,173,52) instead hex code.

Text Font Color

.myTextColor { color: #DDAD34; }

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

This text font color is #DDAD34.


Background Color

.myBgColor { background-color: #DDAD34; }

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

This div background color is #DDAD34.


Border color

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

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

This div border color is #DDAD34.


Opacity

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

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

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

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

This text has shadow with #DDAD34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDAD34 on black background.


Color preview on white background

This text has color #DDAD34 on white background.



Black color preview on #DDAD34 background

This text has black color on #DDAD34 background.


White color preview on #DDAD34 background

This text has white color on #DDAD34 background.