COLOR #DDC881

HEX: #DDC881
RGB: (221,200,129)

Color info

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

RGB color model

#DDC881 color RGB value is (221,200,129).

  • red value is 221;
  • green value is 200;
  • blue value is 129.
RGB:
(221,200,129)
(87%,78%,51%)

RGB channels and saturation

R 221 of 255 = 87%
G 200 of 255 = 78%
B 129 of 255 = 51%

221
200
129

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

Portions of RGB colors in percentages

R + G + B =
221 + 200 + 129 = 550 (100%)
R 221 of 550 ~ 40.18%
G 200 of 550 ~ 36.36%
B 129 of 550 ~ 23.45%

%40.18
%36.36
%23.45

CMYK color model

#DDC881 color CMYK value is (0,10,42,13).

  • cyan value is 0.00%
  • magenta value is 9.50%
  • yellow value is 41.63%
  • key color value is 13.33%
CMYK:
(0,10,42,13)
C0M10Y42K13 
(0%,10%,42%,13%)
(0.00/0.10/0.42/0.13)	

CMYK percentages

%0
%9.5
%41.63
%13.33

Codes

Color #DDC881 in popluar color models

DDC881
RGB221200129
HSL46°57.50%68.63%
HSB/HSV46°41.63%86.67%
CMYK0.00%9.50%41.63%
13.33%

Color #DDC881 in popluar number systems.

HEXDDC881
Decimal221200129
Binary110111011100100010000001
Octal335310201

Shades and tints

Shades of #DDC881

#DDC881
(221,200,129)
#C9B676
(201,182,118)
#B5A46B
(181,164,107)
#A19260
(161,146,96)
#8D8055
(141,128,85)
#796E4A
(121,110,74)
#655C3F
(101,92,63)
#514A34
(81,74,52)
#3D3829
(61,56,41)
#29261E
(41,38,30)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #DDC881

#DDC881
(221,200,129)
#E0CD8C
(224,205,140)
#E3D297
(227,210,151)
#E6D7A2
(230,215,162)
#E9DCAD
(233,220,173)
#ECE1B8
(236,225,184)
#EFE6C3
(239,230,195)
#F2EBCE
(242,235,206)
#F5F0D9
(245,240,217)
#F8F5E4
(248,245,228)
#FBFAEF
(251,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC881 color. Also use rgb(221,200,129) instead hex code.

Text Font Color

.myTextColor { color: #DDC881; }

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

This text font color is #DDC881.


Background Color

.myBgColor { background-color: #DDC881; }

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

This div background color is #DDC881.


Border color

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

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

This div border color is #DDC881.


Opacity

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

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

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

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

This text has shadow with #DDC881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC881 on black background.


Color preview on white background

This text has color #DDC881 on white background.



Black color preview on #DDC881 background

This text has black color on #DDC881 background.


White color preview on #DDC881 background

This text has white color on #DDC881 background.