COLOR #DDD396

HEX: #DDD396
RGB: (221,211,150)

Color info

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

RGB color model

#DDD396 color RGB value is (221,211,150).

  • red value is 221;
  • green value is 211;
  • blue value is 150.
RGB:
(221,211,150)
(87%,83%,59%)

RGB channels and saturation

R 221 of 255 = 87%
G 211 of 255 = 83%
B 150 of 255 = 59%

221
211
150

R + G + B ~ 76%. #DDD396 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 211 + 150 = 582 (100%)
R 221 of 582 ~ 37.97%
G 211 of 582 ~ 36.25%
B 150 of 582 ~ 25.77%

%37.97
%36.25
%25.77

CMYK color model

#DDD396 color CMYK value is (0,5,32,13).

  • cyan value is 0.00%
  • magenta value is 4.52%
  • yellow value is 32.13%
  • key color value is 13.33%
CMYK:
(0,5,32,13)
C0M5Y32K13 
(0%,5%,32%,13%)
(0.00/0.05/0.32/0.13)	

CMYK percentages

%0
%4.52
%32.13
%13.33

Codes

Color #DDD396 in popluar color models

DDD396
RGB221211150
HSL52°51.08%72.75%
HSB/HSV52°32.13%86.67%
CMYK0.00%4.52%32.13%
13.33%

Color #DDD396 in popluar number systems.

HEXDDD396
Decimal221211150
Binary110111011101001110010110
Octal335323226

Shades and tints

Shades of #DDD396

#DDD396
(221,211,150)
#C9C089
(201,192,137)
#B5AD7C
(181,173,124)
#A19A6F
(161,154,111)
#8D8762
(141,135,98)
#797455
(121,116,85)
#656148
(101,97,72)
#514E3B
(81,78,59)
#3D3B2E
(61,59,46)
#292821
(41,40,33)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #DDD396

#DDD396
(221,211,150)
#E0D79F
(224,215,159)
#E3DBA8
(227,219,168)
#E6DFB1
(230,223,177)
#E9E3BA
(233,227,186)
#ECE7C3
(236,231,195)
#EFEBCC
(239,235,204)
#F2EFD5
(242,239,213)
#F5F3DE
(245,243,222)
#F8F7E7
(248,247,231)
#FBFBF0
(251,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDD396 color. Also use rgb(221,211,150) instead hex code.

Text Font Color

.myTextColor { color: #DDD396; }

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

This text font color is #DDD396.


Background Color

.myBgColor { background-color: #DDD396; }

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

This div background color is #DDD396.


Border color

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

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

This div border color is #DDD396.


Opacity

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

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

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

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

This text has shadow with #DDD396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDD396 on black background.


Color preview on white background

This text has color #DDD396 on white background.



Black color preview on #DDD396 background

This text has black color on #DDD396 background.


White color preview on #DDD396 background

This text has white color on #DDD396 background.