COLOR #DDAD4B

HEX: #DDAD4B RGB: (221,173,75)

Color info

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

RGB color model

#DDAD4B color RGB value is (221,173,75).

RGB: (221,173,75) (87%, 68%, 29%)

RGB channels and saturation

R 221 of 255 = 87%
G 173 of 255 = 68%
B 75 of 255 = 29%

221
173
75

R + G + B ~ 61%. #DDAD4B is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 173 + 75 = 469 (100%)
R 221 of 469 ~ 47.12%
G 173 of 469 ~ 36.89%
B 75 of 469 ~ 15.99'%

%47.12
%36.89
%15.99

CMYK color model

#DDAD4B color CMYK value is (0,22,66,13).

  • cyan value is 0.00%
  • magenta value is 21.72%
  • yellow value is 66.06%
  • key color value is 13.33%

CMYK: (0,22,66,13)
C0M22Y66K13 (0%, 22%, 66%, 13%)
(0.00 / 0.22 / 0.66 / 0.13)

CMYK percentages

%0
%21.72
%66.06
%13.33

Codes

Color #DDAD4B in popluar color models

DD AD 4B
RGB 221 173 75
HSL 40° 68.22% 58.04%
HSB/HSV 40° 66.06% 86.67%
CMYK 0.00% 21.72% 66.06%
13.33%

Color #DDAD4B in popluar number systems.

HEX DD AD 4B
Decimal 221 173 75
Binary 11011101 10101101 1001011
Octal 335 255 113

Shades and tints

Shades of #DDAD4B

#DDAD4B
(221,173,75)
#C99E45
(201,158,69)
#B58F3F
(181,143,63)
#A18039
(161,128,57)
#8D7133
(141,113,51)
#79622D
(121,98,45)
#655327
(101,83,39)
#514421
(81,68,33)
#3D351B
(61,53,27)
#292615
(41,38,21)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #DDAD4B

#DDAD4B
(221,173,75)
#E0B45B
(224,180,91)
#E3BB6B
(227,187,107)
#E6C27B
(230,194,123)
#E9C98B
(233,201,139)
#ECD09B
(236,208,155)
#EFD7AB
(239,215,171)
#F2DEBB
(242,222,187)
#F5E5CB
(245,229,203)
#F8ECDB
(248,236,219)
#FBF3EB
(251,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDAD4B; }

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

This text font color is #DDAD4B.

Background Color

.myBgColor { background-color: #DDAD4B; }

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

This div background color is #DDAD4B.

Border color

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

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

This div border color is #DDAD4B.

Opacity

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

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

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

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

This text has shadow with #DDAD4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDAD4B.

Preview

Color preview on black background

This text has color #DDAD4B on black background.


Color preview on white background

This text has color #DDAD4B on white background.


Black color preview on #DDAD4B background

This text has black color on #DDAD4B background.


White color preview on #DDAD4B background

This text has white color on #DDAD4B background.


Related colors

Complementary color

Complementary color for #hex is #2252B4.


I love getcolorcode.com

Triadic colors

1 #4BDDAD and #AD4BDD with #DDAD4B are triadic colors.

2 #4BADDD and #ADDD4B with #DDAD4B are triadic colors.