COLOR #DDC48D

HEX: #DDC48D RGB: (221,196,141)

Color info

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

RGB color model

#DDC48D color RGB value is (221,196,141).

RGB: (221,196,141) (87%, 77%, 55%)

RGB channels and saturation

R 221 of 255 = 87%
G 196 of 255 = 77%
B 141 of 255 = 55%

221
196
141

R + G + B ~ 73%. #DDC48D is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 196 + 141 = 558 (100%)
R 221 of 558 ~ 39.61%
G 196 of 558 ~ 35.13%
B 141 of 558 ~ 25.27'%

%39.61
%35.13
%25.27

CMYK color model

#DDC48D color CMYK value is (0,11,36,13).

  • cyan value is 0.00%
  • magenta value is 11.31%
  • yellow value is 36.20%
  • key color value is 13.33%

CMYK: (0,11,36,13)
C0M11Y36K13 (0%, 11%, 36%, 13%)
(0.00 / 0.11 / 0.36 / 0.13)

CMYK percentages

%0
%11.31
%36.2
%13.33

Codes

Color #DDC48D in popluar color models

DD C4 8D
RGB 221 196 141
HSL 41° 54.05% 70.98%
HSB/HSV 41° 36.20% 86.67%
CMYK 0.00% 11.31% 36.20%
13.33%

Color #DDC48D in popluar number systems.

HEX DD C4 8D
Decimal 221 196 141
Binary 11011101 11000100 10001101
Octal 335 304 215

Shades and tints

Shades of #DDC48D

#DDC48D
(221,196,141)
#C9B381
(201,179,129)
#B5A275
(181,162,117)
#A19169
(161,145,105)
#8D805D
(141,128,93)
#796F51
(121,111,81)
#655E45
(101,94,69)
#514D39
(81,77,57)
#3D3C2D
(61,60,45)
#292B21
(41,43,33)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #DDC48D

#DDC48D
(221,196,141)
#E0C997
(224,201,151)
#E3CEA1
(227,206,161)
#E6D3AB
(230,211,171)
#E9D8B5
(233,216,181)
#ECDDBF
(236,221,191)
#EFE2C9
(239,226,201)
#F2E7D3
(242,231,211)
#F5ECDD
(245,236,221)
#F8F1E7
(248,241,231)
#FBF6F1
(251,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDC48D color. Also use rgb(221,196,141) instead hex code.

Text Font Color

.myTextColor { color: #DDC48D; }

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

This text font color is #DDC48D.

Background Color

.myBgColor { background-color: #DDC48D; }

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

This div background color is #DDC48D.

Border color

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

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

This div border color is #DDC48D.

Opacity

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

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

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

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

This text has shadow with #DDC48D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC48D.

Preview

Color preview on black background

This text has color #DDC48D on black background.


Color preview on white background

This text has color #DDC48D on white background.


Black color preview on #DDC48D background

This text has black color on #DDC48D background.


White color preview on #DDC48D background

This text has white color on #DDC48D background.


Related colors

Complementary color

Complementary color for #hex is #223B72.


I love getcolorcode.com

Triadic colors

1 #8DDDC4 and #C48DDD with #DDC48D are triadic colors.

2 #8DC4DD and #C4DD8D with #DDC48D are triadic colors.