COLOR #DDC48A

HEX: #DDC48A RGB: (221,196,138)

Color info

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

RGB color model

#DDC48A color RGB value is (221,196,138).

RGB: (221,196,138) (87%, 77%, 54%)

RGB channels and saturation

R 221 of 255 = 87%
G 196 of 255 = 77%
B 138 of 255 = 54%

221
196
138

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

Portions of RGB colors in percentages

R + G + B = 221 + 196 + 138 = 555 (100%)
R 221 of 555 ~ 39.82%
G 196 of 555 ~ 35.32%
B 138 of 555 ~ 24.86'%

%39.82
%35.32
%24.86

CMYK color model

#DDC48A color CMYK value is (0,11,38,13).

  • cyan value is 0.00%
  • magenta value is 11.31%
  • yellow value is 37.56%
  • key color value is 13.33%
CMYK: (0,11,38,13) C0M11Y38K13 (0%,11%,38%,13%) (0.00/0.11/0.38/0.13) 

CMYK percentages

%0
%11.31
%37.56
%13.33

Codes

Color #DDC48A in popluar color models

DD C4 8A
RGB 221 196 138
HSL 42° 54.97% 70.39%
HSB/HSV 42° 37.56% 86.67%
CMYK 0.00% 11.31% 37.56%
13.33%

Color #DDC48A in popluar number systems.

HEX DD C4 8A
Decimal 221 196 138
Binary 11011101 11000100 10001010
Octal 335 304 212

Shades and tints

Shades of #DDC48A

#DDC48A
(221,196,138)
#C9B37E
(201,179,126)
#B5A272
(181,162,114)
#A19166
(161,145,102)
#8D805A
(141,128,90)
#796F4E
(121,111,78)
#655E42
(101,94,66)
#514D36
(81,77,54)
#3D3C2A
(61,60,42)
#292B1E
(41,43,30)
#151A12
(21,26,18)
#000000
(0,0,0)

Tints of #DDC48A

#DDC48A
(221,196,138)
#E0C994
(224,201,148)
#E3CE9E
(227,206,158)
#E6D3A8
(230,211,168)
#E9D8B2
(233,216,178)
#ECDDBC
(236,221,188)
#EFE2C6
(239,226,198)
#F2E7D0
(242,231,208)
#F5ECDA
(245,236,218)
#F8F1E4
(248,241,228)
#FBF6EE
(251,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC48A; }

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

This text font color is #DDC48A.

Background Color

.myBgColor { background-color: #DDC48A; }

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

This div background color is #DDC48A.

Border color

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

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

This div border color is #DDC48A.

Opacity

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

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

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

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

This text has shadow with #DDC48A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDC48A.

Preview

Color preview on black background

This text has color #DDC48A on black background.


Color preview on white background

This text has color #DDC48A on white background.


Black color preview on #DDC48A background

This text has black color on #DDC48A background.


White color preview on #DDC48A background

This text has white color on #DDC48A background.


Related colors

Complementary color

Complementary color for #hex is #223B75.


I love getcolorcode.com

Triadic colors

1 #8ADDC4 and #C48ADD with #DDC48A are triadic colors.

2 #8AC4DD and #C4DD8A with #DDC48A are triadic colors.