COLOR #DDADA0

HEX: #DDADA0 RGB: (221,173,160)

Color info

#DDADA0 contains mainly red and green colors. Web safe color of #DDADA0 is #CC9999 (or #C99).

RGB color model

#DDADA0 color RGB value is (221,173,160).

RGB: (221,173,160) (87%, 68%, 63%)

RGB channels and saturation

R 221 of 255 = 87%
G 173 of 255 = 68%
B 160 of 255 = 63%

221
173
160

R + G + B ~ 73%. #DDADA0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 173 + 160 = 554 (100%)
R 221 of 554 ~ 39.89%
G 173 of 554 ~ 31.23%
B 160 of 554 ~ 28.88'%

%39.89
%31.23
%28.88

CMYK color model

#DDADA0 color CMYK value is (0,22,28,13).

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

CMYK: (0,22,28,13)
C0M22Y28K13 (0%, 22%, 28%, 13%)
(0.00 / 0.22 / 0.28 / 0.13)

CMYK percentages

%0
%21.72
%27.6
%13.33

Codes

Color #DDADA0 in popluar color models

DD AD A0
RGB 221 173 160
HSL 13° 47.29% 74.71%
HSB/HSV 13° 27.60% 86.67%
CMYK 0.00% 21.72% 27.60%
13.33%

Color #DDADA0 in popluar number systems.

HEX DD AD A0
Decimal 221 173 160
Binary 11011101 10101101 10100000
Octal 335 255 240

Shades and tints

Shades of #DDADA0

#DDADA0
(221,173,160)
#C99E92
(201,158,146)
#B58F84
(181,143,132)
#A18076
(161,128,118)
#8D7168
(141,113,104)
#79625A
(121,98,90)
#65534C
(101,83,76)
#51443E
(81,68,62)
#3D3530
(61,53,48)
#292622
(41,38,34)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #DDADA0

#DDADA0
(221,173,160)
#E0B4A8
(224,180,168)
#E3BBB0
(227,187,176)
#E6C2B8
(230,194,184)
#E9C9C0
(233,201,192)
#ECD0C8
(236,208,200)
#EFD7D0
(239,215,208)
#F2DED8
(242,222,216)
#F5E5E0
(245,229,224)
#F8ECE8
(248,236,232)
#FBF3F0
(251,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDADA0; }

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

This text font color is #DDADA0.

Background Color

.myBgColor { background-color: #DDADA0; }

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

This div background color is #DDADA0.

Border color

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

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

This div border color is #DDADA0.

Opacity

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

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

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

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

This text has shadow with #DDADA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDADA0.

Preview

Color preview on black background

This text has color #DDADA0 on black background.


Color preview on white background

This text has color #DDADA0 on white background.


Black color preview on #DDADA0 background

This text has black color on #DDADA0 background.


White color preview on #DDADA0 background

This text has white color on #DDADA0 background.


Related colors

Complementary color

Complementary color for #hex is #22525F.


I love getcolorcode.com

Triadic colors

1 #A0DDAD and #ADA0DD with #DDADA0 are triadic colors.

2 #A0ADDD and #ADDDA0 with #DDADA0 are triadic colors.