COLOR #DDD591

HEX: #DDD591 RGB: (221,213,145)

Color info

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

RGB color model

#DDD591 color RGB value is (221,213,145).

RGB: (221,213,145) (87%, 84%, 57%)

RGB channels and saturation

R 221 of 255 = 87%
G 213 of 255 = 84%
B 145 of 255 = 57%

221
213
145

R + G + B ~ 76%. #DDD591 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 213 + 145 = 579 (100%)
R 221 of 579 ~ 38.17%
G 213 of 579 ~ 36.79%
B 145 of 579 ~ 25.04'%

%38.17
%36.79
%25.04

CMYK color model

#DDD591 color CMYK value is (0,4,34,13).

  • cyan value is 0.00%
  • magenta value is 3.62%
  • yellow value is 34.39%
  • key color value is 13.33%

CMYK: (0,4,34,13)
C0M4Y34K13 (0%, 4%, 34%, 13%)
(0.00 / 0.04 / 0.34 / 0.13)

CMYK percentages

%0
%3.62
%34.39
%13.33

Codes

Color #DDD591 in popluar color models

DD D5 91
RGB 221 213 145
HSL 54° 52.78% 71.76%
HSB/HSV 54° 34.39% 86.67%
CMYK 0.00% 3.62% 34.39%
13.33%

Color #DDD591 in popluar number systems.

HEX DD D5 91
Decimal 221 213 145
Binary 11011101 11010101 10010001
Octal 335 325 221

Shades and tints

Shades of #DDD591

#DDD591
(221,213,145)
#C9C284
(201,194,132)
#B5AF77
(181,175,119)
#A19C6A
(161,156,106)
#8D895D
(141,137,93)
#797650
(121,118,80)
#656343
(101,99,67)
#515036
(81,80,54)
#3D3D29
(61,61,41)
#292A1C
(41,42,28)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #DDD591

#DDD591
(221,213,145)
#E0D89B
(224,216,155)
#E3DBA5
(227,219,165)
#E6DEAF
(230,222,175)
#E9E1B9
(233,225,185)
#ECE4C3
(236,228,195)
#EFE7CD
(239,231,205)
#F2EAD7
(242,234,215)
#F5EDE1
(245,237,225)
#F8F0EB
(248,240,235)
#FBF3F5
(251,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD591 color. Also use rgb(221,213,145) instead hex code.

Text Font Color

.myTextColor { color: #DDD591; }

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

This text font color is #DDD591.

Background Color

.myBgColor { background-color: #DDD591; }

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

This div background color is #DDD591.

Border color

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

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

This div border color is #DDD591.

Opacity

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

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

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

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

This text has shadow with #DDD591 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD591.

Preview

Color preview on black background

This text has color #DDD591 on black background.


Color preview on white background

This text has color #DDD591 on white background.


Black color preview on #DDD591 background

This text has black color on #DDD591 background.


White color preview on #DDD591 background

This text has white color on #DDD591 background.


Related colors

Complementary color

Complementary color for #hex is #222A6E.


I love getcolorcode.com

Triadic colors

1 #91DDD5 and #D591DD with #DDD591 are triadic colors.

2 #91D5DD and #D5DD91 with #DDD591 are triadic colors.