COLOR #DDB690

HEX: #DDB690
RGB: (221,182,144)

Color info

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

RGB color model

#DDB690 color RGB value is (221,182,144).

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

RGB channels and saturation

R 221 of 255 = 87%
G 182 of 255 = 71%
B 144 of 255 = 56%

221
182
144

R + G + B ~ 71%. #DDB690 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 182 + 144 = 547 (100%)
R 221 of 547 ~ 40.4%
G 182 of 547 ~ 33.27%
B 144 of 547 ~ 26.33%

%40.4
%33.27
%26.33

CMYK color model

#DDB690 color CMYK value is (0,18,35,13).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 34.84%
  • key color value is 13.33%
CMYK:
(0,18,35,13)
C0M18Y35K13 
(0%,18%,35%,13%)
(0.00/0.18/0.35/0.13)	

CMYK percentages

%0
%17.65
%34.84
%13.33

Codes

Color #DDB690 in popluar color models

DDB690
RGB221182144
HSL30°53.10%71.57%
HSB/HSV30°34.84%86.67%
CMYK0.00%17.65%34.84%
13.33%

Color #DDB690 in popluar number systems.

HEXDDB690
Decimal221182144
Binary110111011011011010010000
Octal335266220

Shades and tints

Shades of #DDB690

#DDB690
(221,182,144)
#C9A683
(201,166,131)
#B59676
(181,150,118)
#A18669
(161,134,105)
#8D765C
(141,118,92)
#79664F
(121,102,79)
#655642
(101,86,66)
#514635
(81,70,53)
#3D3628
(61,54,40)
#29261B
(41,38,27)
#15160E
(21,22,14)
#000000
(0,0,0)

Tints of #DDB690

#DDB690
(221,182,144)
#E0BC9A
(224,188,154)
#E3C2A4
(227,194,164)
#E6C8AE
(230,200,174)
#E9CEB8
(233,206,184)
#ECD4C2
(236,212,194)
#EFDACC
(239,218,204)
#F2E0D6
(242,224,214)
#F5E6E0
(245,230,224)
#F8ECEA
(248,236,234)
#FBF2F4
(251,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB690; }

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

This text font color is #DDB690.


Background Color

.myBgColor { background-color: #DDB690; }

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

This div background color is #DDB690.


Border color

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

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

This div border color is #DDB690.


Opacity

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

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

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

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

This text has shadow with #DDB690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB690 on black background.


Color preview on white background

This text has color #DDB690 on white background.



Black color preview on #DDB690 background

This text has black color on #DDB690 background.


White color preview on #DDB690 background

This text has white color on #DDB690 background.