COLOR #DDA396

HEX: #DDA396
RGB: (221,163,150)

Color info

#DDA396 contains mainly red and green colors. Web safe color of #DDA396 is #CC9999 (or #C99).

RGB color model

#DDA396 color RGB value is (221,163,150).

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

RGB channels and saturation

R 221 of 255 = 87%
G 163 of 255 = 64%
B 150 of 255 = 59%

221
163
150

R + G + B ~ 70%. #DDA396 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 163 + 150 = 534 (100%)
R 221 of 534 ~ 41.39%
G 163 of 534 ~ 30.52%
B 150 of 534 ~ 28.09%

%41.39
%30.52
%28.09

CMYK color model

#DDA396 color CMYK value is (0,26,32,13).

  • cyan value is 0.00%
  • magenta value is 26.24%
  • yellow value is 32.13%
  • key color value is 13.33%
CMYK:
(0,26,32,13)
C0M26Y32K13 
(0%,26%,32%,13%)
(0.00/0.26/0.32/0.13)	

CMYK percentages

%0
%26.24
%32.13
%13.33

Codes

Color #DDA396 in popluar color models

DDA396
RGB221163150
HSL11°51.08%72.75%
HSB/HSV11°32.13%86.67%
CMYK0.00%26.24%32.13%
13.33%

Color #DDA396 in popluar number systems.

HEXDDA396
Decimal221163150
Binary110111011010001110010110
Octal335243226

Shades and tints

Shades of #DDA396

#DDA396
(221,163,150)
#C99589
(201,149,137)
#B5877C
(181,135,124)
#A1796F
(161,121,111)
#8D6B62
(141,107,98)
#795D55
(121,93,85)
#654F48
(101,79,72)
#51413B
(81,65,59)
#3D332E
(61,51,46)
#292521
(41,37,33)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #DDA396

#DDA396
(221,163,150)
#E0AB9F
(224,171,159)
#E3B3A8
(227,179,168)
#E6BBB1
(230,187,177)
#E9C3BA
(233,195,186)
#ECCBC3
(236,203,195)
#EFD3CC
(239,211,204)
#F2DBD5
(242,219,213)
#F5E3DE
(245,227,222)
#F8EBE7
(248,235,231)
#FBF3F0
(251,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDA396; }

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

This text font color is #DDA396.


Background Color

.myBgColor { background-color: #DDA396; }

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

This div background color is #DDA396.


Border color

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

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

This div border color is #DDA396.


Opacity

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

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

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

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

This text has shadow with #DDA396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDA396 on black background.


Color preview on white background

This text has color #DDA396 on white background.



Black color preview on #DDA396 background

This text has black color on #DDA396 background.


White color preview on #DDA396 background

This text has white color on #DDA396 background.