COLOR #DDB070

HEX: #DDB070
RGB: (221,176,112)

Color info

#DDB070 contains mainly red and green colors. Web safe color of #DDB070 is #CC9966 (or #C96).

RGB color model

#DDB070 color RGB value is (221,176,112).

  • red value is 221;
  • green value is 176;
  • blue value is 112.
RGB:
(221,176,112)
(87%,69%,44%)

RGB channels and saturation

R 221 of 255 = 87%
G 176 of 255 = 69%
B 112 of 255 = 44%

221
176
112

R + G + B ~ 67%. #DDB070 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 176 + 112 = 509 (100%)
R 221 of 509 ~ 43.42%
G 176 of 509 ~ 34.58%
B 112 of 509 ~ 22%

%43.42
%34.58
%22

CMYK color model

#DDB070 color CMYK value is (0,20,49,13).

  • cyan value is 0.00%
  • magenta value is 20.36%
  • yellow value is 49.32%
  • key color value is 13.33%
CMYK:
(0,20,49,13)
C0M20Y49K13 
(0%,20%,49%,13%)
(0.00/0.20/0.49/0.13)	

CMYK percentages

%0
%20.36
%49.32
%13.33

Codes

Color #DDB070 in popluar color models

DDB070
RGB221176112
HSL35°61.58%65.29%
HSB/HSV35°49.32%86.67%
CMYK0.00%20.36%49.32%
13.33%

Color #DDB070 in popluar number systems.

HEXDDB070
Decimal221176112
Binary11011101101100001110000
Octal335260160

Shades and tints

Shades of #DDB070

#DDB070
(221,176,112)
#C9A066
(201,160,102)
#B5905C
(181,144,92)
#A18052
(161,128,82)
#8D7048
(141,112,72)
#79603E
(121,96,62)
#655034
(101,80,52)
#51402A
(81,64,42)
#3D3020
(61,48,32)
#292016
(41,32,22)
#15100C
(21,16,12)
#000000
(0,0,0)

Tints of #DDB070

#DDB070
(221,176,112)
#E0B77D
(224,183,125)
#E3BE8A
(227,190,138)
#E6C597
(230,197,151)
#E9CCA4
(233,204,164)
#ECD3B1
(236,211,177)
#EFDABE
(239,218,190)
#F2E1CB
(242,225,203)
#F5E8D8
(245,232,216)
#F8EFE5
(248,239,229)
#FBF6F2
(251,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB070 color. Also use rgb(221,176,112) instead hex code.

Text Font Color

.myTextColor { color: #DDB070; }

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

This text font color is #DDB070.


Background Color

.myBgColor { background-color: #DDB070; }

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

This div background color is #DDB070.


Border color

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

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

This div border color is #DDB070.


Opacity

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

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

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

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

This text has shadow with #DDB070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB070 on black background.


Color preview on white background

This text has color #DDB070 on white background.



Black color preview on #DDB070 background

This text has black color on #DDB070 background.


White color preview on #DDB070 background

This text has white color on #DDB070 background.