COLOR #DDB69F

HEX: #DDB69F
RGB: (221,182,159)

Color info

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

RGB color model

#DDB69F color RGB value is (221,182,159).

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

RGB channels and saturation

R 221 of 255 = 87%
G 182 of 255 = 71%
B 159 of 255 = 62%

221
182
159

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

Portions of RGB colors in percentages

R + G + B =
221 + 182 + 159 = 562 (100%)
R 221 of 562 ~ 39.32%
G 182 of 562 ~ 32.38%
B 159 of 562 ~ 28.29%

%39.32
%32.38
%28.29

CMYK color model

#DDB69F color CMYK value is (0,18,28,13).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 28.05%
  • key color value is 13.33%
CMYK:
(0,18,28,13)
C0M18Y28K13 
(0%,18%,28%,13%)
(0.00/0.18/0.28/0.13)	

CMYK percentages

%0
%17.65
%28.05
%13.33

Codes

Color #DDB69F in popluar color models

DDB69F
RGB221182159
HSL22°47.69%74.51%
HSB/HSV22°28.05%86.67%
CMYK0.00%17.65%28.05%
13.33%

Color #DDB69F in popluar number systems.

HEXDDB69F
Decimal221182159
Binary110111011011011010011111
Octal335266237

Shades and tints

Shades of #DDB69F

#DDB69F
(221,182,159)
#C9A691
(201,166,145)
#B59683
(181,150,131)
#A18675
(161,134,117)
#8D7667
(141,118,103)
#796659
(121,102,89)
#65564B
(101,86,75)
#51463D
(81,70,61)
#3D362F
(61,54,47)
#292621
(41,38,33)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #DDB69F

#DDB69F
(221,182,159)
#E0BCA7
(224,188,167)
#E3C2AF
(227,194,175)
#E6C8B7
(230,200,183)
#E9CEBF
(233,206,191)
#ECD4C7
(236,212,199)
#EFDACF
(239,218,207)
#F2E0D7
(242,224,215)
#F5E6DF
(245,230,223)
#F8ECE7
(248,236,231)
#FBF2EF
(251,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDB69F; }

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

This text font color is #DDB69F.


Background Color

.myBgColor { background-color: #DDB69F; }

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

This div background color is #DDB69F.


Border color

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

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

This div border color is #DDB69F.


Opacity

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

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

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

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

This text has shadow with #DDB69F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB69F on black background.


Color preview on white background

This text has color #DDB69F on white background.



Black color preview on #DDB69F background

This text has black color on #DDB69F background.


White color preview on #DDB69F background

This text has white color on #DDB69F background.