COLOR #DDDEA5

HEX: #DDDEA5 RGB: (221,222,165)

Color info

#DDDEA5 contains red, green and blue colors in about the same proportion. Web safe color of #DDDEA5 is #CCCC99 (or #CC9).

RGB color model

#DDDEA5 color RGB value is (221,222,165).

RGB: (221,222,165) (87%, 87%, 65%)

RGB channels and saturation

R 221 of 255 = 87%
G 222 of 255 = 87%
B 165 of 255 = 65%

221
222
165

R + G + B ~ 80%. #DDDEA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 222 + 165 = 608 (100%)
R 221 of 608 ~ 36.35%
G 222 of 608 ~ 36.51%
B 165 of 608 ~ 27.14'%

%36.35
%36.51
%27.14

CMYK color model

#DDDEA5 color CMYK value is (0,0,26,13).

  • cyan value is 0.45%
  • magenta value is 0.00%
  • yellow value is 25.68%
  • key color value is 12.94%
CMYK: (0,0,26,13) C0M0Y26K13 (0%,0%,26%,13%) (0.00/0.00/0.26/0.13) 

CMYK percentages

%0.45
%0
%25.68
%12.94

Codes

Color #DDDEA5 in popluar color models

DD DE A5
RGB 221 222 165
HSL 61° 46.34% 75.88%
HSB/HSV 61° 25.68% 87.06%
CMYK 0.45% 0.00% 25.68%
12.94%

Color #DDDEA5 in popluar number systems.

HEX DD DE A5
Decimal 221 222 165
Binary 11011101 11011110 10100101
Octal 335 336 245

Shades and tints

Shades of #DDDEA5

#DDDEA5
(221,222,165)
#C9CA96
(201,202,150)
#B5B687
(181,182,135)
#A1A278
(161,162,120)
#8D8E69
(141,142,105)
#797A5A
(121,122,90)
#65664B
(101,102,75)
#51523C
(81,82,60)
#3D3E2D
(61,62,45)
#292A1E
(41,42,30)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #DDDEA5

#DDDEA5
(221,222,165)
#E0E1AD
(224,225,173)
#E3E4B5
(227,228,181)
#E6E7BD
(230,231,189)
#E9EAC5
(233,234,197)
#ECEDCD
(236,237,205)
#EFF0D5
(239,240,213)
#F2F3DD
(242,243,221)
#F5F6E5
(245,246,229)
#F8F9ED
(248,249,237)
#FBFCF5
(251,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDDEA5 color. Also use rgb(221,222,165) instead hex code.

Text Font Color

.myTextColor { color: #DDDEA5; }

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

This text font color is #DDDEA5.

Background Color

.myBgColor { background-color: #DDDEA5; }

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

This div background color is #DDDEA5.

Border color

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

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

This div border color is #DDDEA5.

Opacity

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

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

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

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

This text has shadow with #DDDEA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDDEA5.

Preview

Color preview on black background

This text has color #DDDEA5 on black background.


Color preview on white background

This text has color #DDDEA5 on white background.


Black color preview on #DDDEA5 background

This text has black color on #DDDEA5 background.


White color preview on #DDDEA5 background

This text has white color on #DDDEA5 background.


Related colors

Complementary color

Complementary color for #hex is #22215A.


I love getcolorcode.com

Triadic colors

1 #A5DDDE and #DEA5DD with #DDDEA5 are triadic colors.

2 #A5DEDD and #DEDDA5 with #DDDEA5 are triadic colors.