COLOR #DDCD94

HEX: #DDCD94 RGB: (221,205,148)

Color info

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

RGB color model

#DDCD94 color RGB value is (221,205,148).

RGB: (221,205,148) (87%, 80%, 58%)

RGB channels and saturation

R 221 of 255 = 87%
G 205 of 255 = 80%
B 148 of 255 = 58%

221
205
148

R + G + B ~ 75%. #DDCD94 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 205 + 148 = 574 (100%)
R 221 of 574 ~ 38.5%
G 205 of 574 ~ 35.71%
B 148 of 574 ~ 25.78'%

%38.5
%35.71
%25.78

CMYK color model

#DDCD94 color CMYK value is (0,7,33,13).

  • cyan value is 0.00%
  • magenta value is 7.24%
  • yellow value is 33.03%
  • key color value is 13.33%

CMYK: (0,7,33,13)
C0M7Y33K13 (0%, 7%, 33%, 13%)
(0.00 / 0.07 / 0.33 / 0.13)

CMYK percentages

%0
%7.24
%33.03
%13.33

Codes

Color #DDCD94 in popluar color models

DD CD 94
RGB 221 205 148
HSL 47° 51.77% 72.35%
HSB/HSV 47° 33.03% 86.67%
CMYK 0.00% 7.24% 33.03%
13.33%

Color #DDCD94 in popluar number systems.

HEX DD CD 94
Decimal 221 205 148
Binary 11011101 11001101 10010100
Octal 335 315 224

Shades and tints

Shades of #DDCD94

#DDCD94
(221,205,148)
#C9BB87
(201,187,135)
#B5A97A
(181,169,122)
#A1976D
(161,151,109)
#8D8560
(141,133,96)
#797353
(121,115,83)
#656146
(101,97,70)
#514F39
(81,79,57)
#3D3D2C
(61,61,44)
#292B1F
(41,43,31)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #DDCD94

#DDCD94
(221,205,148)
#E0D19D
(224,209,157)
#E3D5A6
(227,213,166)
#E6D9AF
(230,217,175)
#E9DDB8
(233,221,184)
#ECE1C1
(236,225,193)
#EFE5CA
(239,229,202)
#F2E9D3
(242,233,211)
#F5EDDC
(245,237,220)
#F8F1E5
(248,241,229)
#FBF5EE
(251,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDCD94 color. Also use rgb(221,205,148) instead hex code.

Text Font Color

.myTextColor { color: #DDCD94; }

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

This text font color is #DDCD94.

Background Color

.myBgColor { background-color: #DDCD94; }

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

This div background color is #DDCD94.

Border color

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

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

This div border color is #DDCD94.

Opacity

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

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

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

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

This text has shadow with #DDCD94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDCD94.

Preview

Color preview on black background

This text has color #DDCD94 on black background.


Color preview on white background

This text has color #DDCD94 on white background.


Black color preview on #DDCD94 background

This text has black color on #DDCD94 background.


White color preview on #DDCD94 background

This text has white color on #DDCD94 background.


Related colors

Complementary color

Complementary color for #hex is #22326B.


I love getcolorcode.com

Triadic colors

1 #94DDCD and #CD94DD with #DDCD94 are triadic colors.

2 #94CDDD and #CDDD94 with #DDCD94 are triadic colors.