COLOR #DDB778

HEX: #DDB778
RGB: (221,183,120)

Color info

#DDB778 contains mainly red and green colors. Web safe color of #DDB778 is #CCCC66 (or #CC6).

RGB color model

#DDB778 color RGB value is (221,183,120).

  • red value is 221;
  • green value is 183;
  • blue value is 120.
RGB:
(221,183,120)
(87%,72%,47%)

RGB channels and saturation

R 221 of 255 = 87%
G 183 of 255 = 72%
B 120 of 255 = 47%

221
183
120

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

Portions of RGB colors in percentages

R + G + B =
221 + 183 + 120 = 524 (100%)
R 221 of 524 ~ 42.18%
G 183 of 524 ~ 34.92%
B 120 of 524 ~ 22.9%

%42.18
%34.92
%22.9

CMYK color model

#DDB778 color CMYK value is (0,17,46,13).

  • cyan value is 0.00%
  • magenta value is 17.19%
  • yellow value is 45.70%
  • key color value is 13.33%
CMYK:
(0,17,46,13)
C0M17Y46K13 
(0%,17%,46%,13%)
(0.00/0.17/0.46/0.13)	

CMYK percentages

%0
%17.19
%45.7
%13.33

Codes

Color #DDB778 in popluar color models

DDB778
RGB221183120
HSL37°59.76%66.86%
HSB/HSV37°45.70%86.67%
CMYK0.00%17.19%45.70%
13.33%

Color #DDB778 in popluar number systems.

HEXDDB778
Decimal221183120
Binary11011101101101111111000
Octal335267170

Shades and tints

Shades of #DDB778

#DDB778
(221,183,120)
#C9A76E
(201,167,110)
#B59764
(181,151,100)
#A1875A
(161,135,90)
#8D7750
(141,119,80)
#796746
(121,103,70)
#65573C
(101,87,60)
#514732
(81,71,50)
#3D3728
(61,55,40)
#29271E
(41,39,30)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #DDB778

#DDB778
(221,183,120)
#E0BD84
(224,189,132)
#E3C390
(227,195,144)
#E6C99C
(230,201,156)
#E9CFA8
(233,207,168)
#ECD5B4
(236,213,180)
#EFDBC0
(239,219,192)
#F2E1CC
(242,225,204)
#F5E7D8
(245,231,216)
#F8EDE4
(248,237,228)
#FBF3F0
(251,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDB778 color. Also use rgb(221,183,120) instead hex code.

Text Font Color

.myTextColor { color: #DDB778; }

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

This text font color is #DDB778.


Background Color

.myBgColor { background-color: #DDB778; }

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

This div background color is #DDB778.


Border color

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

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

This div border color is #DDB778.


Opacity

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

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

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

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

This text has shadow with #DDB778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDB778 on black background.


Color preview on white background

This text has color #DDB778 on white background.



Black color preview on #DDB778 background

This text has black color on #DDB778 background.


White color preview on #DDB778 background

This text has white color on #DDB778 background.