COLOR #DDBD7B

HEX: #DDBD7B RGB: (221,189,123)

Color info

#DDBD7B contains mainly red and green colors. Web safe color of #DDBD7B is #CCCC66 (or #CC6).

RGB color model

#DDBD7B color RGB value is (221,189,123).

RGB: (221,189,123) (87%, 74%, 48%)

RGB channels and saturation

R 221 of 255 = 87%
G 189 of 255 = 74%
B 123 of 255 = 48%

221
189
123

R + G + B ~ 70%. #DDBD7B is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 189 + 123 = 533 (100%)
R 221 of 533 ~ 41.46%
G 189 of 533 ~ 35.46%
B 123 of 533 ~ 23.08'%

%41.46
%35.46
%23.08

CMYK color model

#DDBD7B color CMYK value is (0,14,44,13).

  • cyan value is 0.00%
  • magenta value is 14.48%
  • yellow value is 44.34%
  • key color value is 13.33%

CMYK: (0,14,44,13)
C0M14Y44K13 (0%, 14%, 44%, 13%)
(0.00 / 0.14 / 0.44 / 0.13)

CMYK percentages

%0
%14.48
%44.34
%13.33

Codes

Color #DDBD7B in popluar color models

DD BD 7B
RGB 221 189 123
HSL 40° 59.04% 67.45%
HSB/HSV 40° 44.34% 86.67%
CMYK 0.00% 14.48% 44.34%
13.33%

Color #DDBD7B in popluar number systems.

HEX DD BD 7B
Decimal 221 189 123
Binary 11011101 10111101 1111011
Octal 335 275 173

Shades and tints

Shades of #DDBD7B

#DDBD7B
(221,189,123)
#C9AC70
(201,172,112)
#B59B65
(181,155,101)
#A18A5A
(161,138,90)
#8D794F
(141,121,79)
#796844
(121,104,68)
#655739
(101,87,57)
#51462E
(81,70,46)
#3D3523
(61,53,35)
#292418
(41,36,24)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #DDBD7B

#DDBD7B
(221,189,123)
#E0C387
(224,195,135)
#E3C993
(227,201,147)
#E6CF9F
(230,207,159)
#E9D5AB
(233,213,171)
#ECDBB7
(236,219,183)
#EFE1C3
(239,225,195)
#F2E7CF
(242,231,207)
#F5EDDB
(245,237,219)
#F8F3E7
(248,243,231)
#FBF9F3
(251,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDBD7B; }

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

This text font color is #DDBD7B.

Background Color

.myBgColor { background-color: #DDBD7B; }

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

This div background color is #DDBD7B.

Border color

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

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

This div border color is #DDBD7B.

Opacity

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

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

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

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

This text has shadow with #DDBD7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDBD7B.

Preview

Color preview on black background

This text has color #DDBD7B on black background.


Color preview on white background

This text has color #DDBD7B on white background.


Black color preview on #DDBD7B background

This text has black color on #DDBD7B background.


White color preview on #DDBD7B background

This text has white color on #DDBD7B background.


Related colors

Complementary color

Complementary color for #hex is #224284.


I love getcolorcode.com

Triadic colors

1 #7BDDBD and #BD7BDD with #DDBD7B are triadic colors.

2 #7BBDDD and #BDDD7B with #DDBD7B are triadic colors.