COLOR #DDCD80

HEX: #DDCD80
RGB: (221,205,128)

Color info

#DDCD80 contains mainly red and green colors. Web safe color of #DDCD80 is #CCCC66 (or #CC6).

RGB color model

#DDCD80 color RGB value is (221,205,128).

  • red value is 221;
  • green value is 205;
  • blue value is 128.
RGB:
(221,205,128)
(87%,80%,50%)

RGB channels and saturation

R 221 of 255 = 87%
G 205 of 255 = 80%
B 128 of 255 = 50%

221
205
128

R + G + B ~ 72%. #DDCD80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 205 + 128 = 554 (100%)
R 221 of 554 ~ 39.89%
G 205 of 554 ~ 37%
B 128 of 554 ~ 23.1%

%39.89
%37
%23.1

CMYK color model

#DDCD80 color CMYK value is (0,7,42,13).

  • cyan value is 0.00%
  • magenta value is 7.24%
  • yellow value is 42.08%
  • key color value is 13.33%
CMYK:
(0,7,42,13)
C0M7Y42K13 
(0%,7%,42%,13%)
(0.00/0.07/0.42/0.13)	

CMYK percentages

%0
%7.24
%42.08
%13.33

Codes

Color #DDCD80 in popluar color models

DDCD80
RGB221205128
HSL50°57.76%68.43%
HSB/HSV50°42.08%86.67%
CMYK0.00%7.24%42.08%
13.33%

Color #DDCD80 in popluar number systems.

HEXDDCD80
Decimal221205128
Binary110111011100110110000000
Octal335315200

Shades and tints

Shades of #DDCD80

#DDCD80
(221,205,128)
#C9BB75
(201,187,117)
#B5A96A
(181,169,106)
#A1975F
(161,151,95)
#8D8554
(141,133,84)
#797349
(121,115,73)
#65613E
(101,97,62)
#514F33
(81,79,51)
#3D3D28
(61,61,40)
#292B1D
(41,43,29)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #DDCD80

#DDCD80
(221,205,128)
#E0D18B
(224,209,139)
#E3D596
(227,213,150)
#E6D9A1
(230,217,161)
#E9DDAC
(233,221,172)
#ECE1B7
(236,225,183)
#EFE5C2
(239,229,194)
#F2E9CD
(242,233,205)
#F5EDD8
(245,237,216)
#F8F1E3
(248,241,227)
#FBF5EE
(251,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDCD80; }

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

This text font color is #DDCD80.


Background Color

.myBgColor { background-color: #DDCD80; }

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

This div background color is #DDCD80.


Border color

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

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

This div border color is #DDCD80.


Opacity

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

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

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

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

This text has shadow with #DDCD80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDCD80 on black background.


Color preview on white background

This text has color #DDCD80 on white background.



Black color preview on #DDCD80 background

This text has black color on #DDCD80 background.


White color preview on #DDCD80 background

This text has white color on #DDCD80 background.