COLOR #DDD590

HEX: #DDD590 RGB: (221,213,144)

Color info

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

RGB color model

#DDD590 color RGB value is (221,213,144).

RGB: (221,213,144) (87%, 84%, 56%)

RGB channels and saturation

R 221 of 255 = 87%
G 213 of 255 = 84%
B 144 of 255 = 56%

221
213
144

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

Portions of RGB colors in percentages

R + G + B = 221 + 213 + 144 = 578 (100%)
R 221 of 578 ~ 38.24%
G 213 of 578 ~ 36.85%
B 144 of 578 ~ 24.91'%

%38.24
%36.85
%24.91

CMYK color model

#DDD590 color CMYK value is (0,4,35,13).

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

CMYK: (0,4,35,13)
C0M4Y35K13 (0%, 4%, 35%, 13%)
(0.00 / 0.04 / 0.35 / 0.13)

CMYK percentages

%0
%3.62
%34.84
%13.33

Codes

Color #DDD590 in popluar color models

DD D5 90
RGB 221 213 144
HSL 54° 53.10% 71.57%
HSB/HSV 54° 34.84% 86.67%
CMYK 0.00% 3.62% 34.84%
13.33%

Color #DDD590 in popluar number systems.

HEX DD D5 90
Decimal 221 213 144
Binary 11011101 11010101 10010000
Octal 335 325 220

Shades and tints

Shades of #DDD590

#DDD590
(221,213,144)
#C9C283
(201,194,131)
#B5AF76
(181,175,118)
#A19C69
(161,156,105)
#8D895C
(141,137,92)
#79764F
(121,118,79)
#656342
(101,99,66)
#515035
(81,80,53)
#3D3D28
(61,61,40)
#292A1B
(41,42,27)
#15170E
(21,23,14)
#000000
(0,0,0)

Tints of #DDD590

#DDD590
(221,213,144)
#E0D89A
(224,216,154)
#E3DBA4
(227,219,164)
#E6DEAE
(230,222,174)
#E9E1B8
(233,225,184)
#ECE4C2
(236,228,194)
#EFE7CC
(239,231,204)
#F2EAD6
(242,234,214)
#F5EDE0
(245,237,224)
#F8F0EA
(248,240,234)
#FBF3F4
(251,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDD590; }

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

This text font color is #DDD590.

Background Color

.myBgColor { background-color: #DDD590; }

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

This div background color is #DDD590.

Border color

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

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

This div border color is #DDD590.

Opacity

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

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

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

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

This text has shadow with #DDD590 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDD590.

Preview

Color preview on black background

This text has color #DDD590 on black background.


Color preview on white background

This text has color #DDD590 on white background.


Black color preview on #DDD590 background

This text has black color on #DDD590 background.


White color preview on #DDD590 background

This text has white color on #DDD590 background.


Related colors

Complementary color

Complementary color for #hex is #222A6F.


I love getcolorcode.com

Triadic colors

1 #90DDD5 and #D590DD with #DDD590 are triadic colors.

2 #90D5DD and #D5DD90 with #DDD590 are triadic colors.