COLOR #DDA690

HEX: #DDA690
RGB: (221,166,144)

Color info

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

RGB color model

#DDA690 color RGB value is (221,166,144).

  • red value is 221;
  • green value is 166;
  • blue value is 144.
RGB:
(221,166,144)
(87%,65%,56%)

RGB channels and saturation

R 221 of 255 = 87%
G 166 of 255 = 65%
B 144 of 255 = 56%

221
166
144

R + G + B ~ 69%. #DDA690 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 166 + 144 = 531 (100%)
R 221 of 531 ~ 41.62%
G 166 of 531 ~ 31.26%
B 144 of 531 ~ 27.12%

%41.62
%31.26
%27.12

CMYK color model

#DDA690 color CMYK value is (0,25,35,13).

  • cyan value is 0.00%
  • magenta value is 24.89%
  • yellow value is 34.84%
  • key color value is 13.33%
CMYK:
(0,25,35,13)
C0M25Y35K13 
(0%,25%,35%,13%)
(0.00/0.25/0.35/0.13)	

CMYK percentages

%0
%24.89
%34.84
%13.33

Codes

Color #DDA690 in popluar color models

DDA690
RGB221166144
HSL17°53.10%71.57%
HSB/HSV17°34.84%86.67%
CMYK0.00%24.89%34.84%
13.33%

Color #DDA690 in popluar number systems.

HEXDDA690
Decimal221166144
Binary110111011010011010010000
Octal335246220

Shades and tints

Shades of #DDA690

#DDA690
(221,166,144)
#C99783
(201,151,131)
#B58876
(181,136,118)
#A17969
(161,121,105)
#8D6A5C
(141,106,92)
#795B4F
(121,91,79)
#654C42
(101,76,66)
#513D35
(81,61,53)
#3D2E28
(61,46,40)
#291F1B
(41,31,27)
#15100E
(21,16,14)
#000000
(0,0,0)

Tints of #DDA690

#DDA690
(221,166,144)
#E0AE9A
(224,174,154)
#E3B6A4
(227,182,164)
#E6BEAE
(230,190,174)
#E9C6B8
(233,198,184)
#ECCEC2
(236,206,194)
#EFD6CC
(239,214,204)
#F2DED6
(242,222,214)
#F5E6E0
(245,230,224)
#F8EEEA
(248,238,234)
#FBF6F4
(251,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDA690 color. Also use rgb(221,166,144) instead hex code.

Text Font Color

.myTextColor { color: #DDA690; }

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

This text font color is #DDA690.


Background Color

.myBgColor { background-color: #DDA690; }

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

This div background color is #DDA690.


Border color

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

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

This div border color is #DDA690.


Opacity

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

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

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

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

This text has shadow with #DDA690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDA690 on black background.


Color preview on white background

This text has color #DDA690 on white background.



Black color preview on #DDA690 background

This text has black color on #DDA690 background.


White color preview on #DDA690 background

This text has white color on #DDA690 background.