COLOR #DDBD8A

HEX: #DDBD8A RGB: (221,189,138)

Color info

#DDBD8A contains mainly red and green colors. Web safe color of #DDBD8A is #CCCC99 (or #CC9).

RGB color model

#DDBD8A color RGB value is (221,189,138).

RGB: (221,189,138) (87%, 74%, 54%)

RGB channels and saturation

R 221 of 255 = 87%
G 189 of 255 = 74%
B 138 of 255 = 54%

221
189
138

R + G + B ~ 72%. #DDBD8A is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 189 + 138 = 548 (100%)
R 221 of 548 ~ 40.33%
G 189 of 548 ~ 34.49%
B 138 of 548 ~ 25.18'%

%40.33
%34.49
%25.18

CMYK color model

#DDBD8A color CMYK value is (0,14,38,13).

  • cyan value is 0.00%
  • magenta value is 14.48%
  • yellow value is 37.56%
  • key color value is 13.33%
CMYK: (0,14,38,13) C0M14Y38K13 (0%,14%,38%,13%) (0.00/0.14/0.38/0.13) 

CMYK percentages

%0
%14.48
%37.56
%13.33

Codes

Color #DDBD8A in popluar color models

DD BD 8A
RGB 221 189 138
HSL 37° 54.97% 70.39%
HSB/HSV 37° 37.56% 86.67%
CMYK 0.00% 14.48% 37.56%
13.33%

Color #DDBD8A in popluar number systems.

HEX DD BD 8A
Decimal 221 189 138
Binary 11011101 10111101 10001010
Octal 335 275 212

Shades and tints

Shades of #DDBD8A

#DDBD8A
(221,189,138)
#C9AC7E
(201,172,126)
#B59B72
(181,155,114)
#A18A66
(161,138,102)
#8D795A
(141,121,90)
#79684E
(121,104,78)
#655742
(101,87,66)
#514636
(81,70,54)
#3D352A
(61,53,42)
#29241E
(41,36,30)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #DDBD8A

#DDBD8A
(221,189,138)
#E0C394
(224,195,148)
#E3C99E
(227,201,158)
#E6CFA8
(230,207,168)
#E9D5B2
(233,213,178)
#ECDBBC
(236,219,188)
#EFE1C6
(239,225,198)
#F2E7D0
(242,231,208)
#F5EDDA
(245,237,218)
#F8F3E4
(248,243,228)
#FBF9EE
(251,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDBD8A color. Also use rgb(221,189,138) instead hex code.

Text Font Color

.myTextColor { color: #DDBD8A; }

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

This text font color is #DDBD8A.

Background Color

.myBgColor { background-color: #DDBD8A; }

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

This div background color is #DDBD8A.

Border color

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

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

This div border color is #DDBD8A.

Opacity

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

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

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

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

This text has shadow with #DDBD8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDBD8A.

Preview

Color preview on black background

This text has color #DDBD8A on black background.


Color preview on white background

This text has color #DDBD8A on white background.


Black color preview on #DDBD8A background

This text has black color on #DDBD8A background.


White color preview on #DDBD8A background

This text has white color on #DDBD8A background.


Related colors

Complementary color

Complementary color for #hex is #224275.


I love getcolorcode.com

Triadic colors

1 #8ADDBD and #BD8ADD with #DDBD8A are triadic colors.

2 #8ABDDD and #BDDD8A with #DDBD8A are triadic colors.