COLOR #DDB5A0

HEX: #DDB5A0 RGB: (221,181,160)

Color info

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

RGB color model

#DDB5A0 color RGB value is (221,181,160).

RGB: (221,181,160) (87%, 71%, 63%)

RGB channels and saturation

R 221 of 255 = 87%
G 181 of 255 = 71%
B 160 of 255 = 63%

221
181
160

R + G + B ~ 74%. #DDB5A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 181 + 160 = 562 (100%)
R 221 of 562 ~ 39.32%
G 181 of 562 ~ 32.21%
B 160 of 562 ~ 28.47'%

%39.32
%32.21
%28.47

CMYK color model

#DDB5A0 color CMYK value is (0,18,28,13).

  • cyan value is 0.00%
  • magenta value is 18.10%
  • yellow value is 27.60%
  • key color value is 13.33%

CMYK: (0,18,28,13)
C0M18Y28K13 (0%, 18%, 28%, 13%)
(0.00 / 0.18 / 0.28 / 0.13)

CMYK percentages

%0
%18.1
%27.6
%13.33

Codes

Color #DDB5A0 in popluar color models

DD B5 A0
RGB 221 181 160
HSL 21° 47.29% 74.71%
HSB/HSV 21° 27.60% 86.67%
CMYK 0.00% 18.10% 27.60%
13.33%

Color #DDB5A0 in popluar number systems.

HEX DD B5 A0
Decimal 221 181 160
Binary 11011101 10110101 10100000
Octal 335 265 240

Shades and tints

Shades of #DDB5A0

#DDB5A0
(221,181,160)
#C9A592
(201,165,146)
#B59584
(181,149,132)
#A18576
(161,133,118)
#8D7568
(141,117,104)
#79655A
(121,101,90)
#65554C
(101,85,76)
#51453E
(81,69,62)
#3D3530
(61,53,48)
#292522
(41,37,34)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #DDB5A0

#DDB5A0
(221,181,160)
#E0BBA8
(224,187,168)
#E3C1B0
(227,193,176)
#E6C7B8
(230,199,184)
#E9CDC0
(233,205,192)
#ECD3C8
(236,211,200)
#EFD9D0
(239,217,208)
#F2DFD8
(242,223,216)
#F5E5E0
(245,229,224)
#F8EBE8
(248,235,232)
#FBF1F0
(251,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB5A0 color. Also use rgb(221,181,160) instead hex code.

Text Font Color

.myTextColor { color: #DDB5A0; }

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

This text font color is #DDB5A0.

Background Color

.myBgColor { background-color: #DDB5A0; }

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

This div background color is #DDB5A0.

Border color

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

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

This div border color is #DDB5A0.

Opacity

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

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

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

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

This text has shadow with #DDB5A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDB5A0.

Preview

Color preview on black background

This text has color #DDB5A0 on black background.


Color preview on white background

This text has color #DDB5A0 on white background.


Black color preview on #DDB5A0 background

This text has black color on #DDB5A0 background.


White color preview on #DDB5A0 background

This text has white color on #DDB5A0 background.


Related colors

Complementary color

Complementary color for #hex is #224A5F.


I love getcolorcode.com

Triadic colors

1 #A0DDB5 and #B5A0DD with #DDB5A0 are triadic colors.

2 #A0B5DD and #B5DDA0 with #DDB5A0 are triadic colors.