COLOR #D29779

HEX: #D29779
RGB: (210,151,121)

Color info

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

RGB color model

#D29779 color RGB value is (210,151,121).

  • red value is 210;
  • green value is 151;
  • blue value is 121.
RGB:
(210,151,121)
(82%,59%,47%)

RGB channels and saturation

R 210 of 255 = 82%
G 151 of 255 = 59%
B 121 of 255 = 47%

210
151
121

R + G + B ~ 63%. #D29779 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 151 + 121 = 482 (100%)
R 210 of 482 ~ 43.57%
G 151 of 482 ~ 31.33%
B 121 of 482 ~ 25.1%

%43.57
%31.33
%25.1

CMYK color model

#D29779 color CMYK value is (0,28,42,18).

  • cyan value is 0.00%
  • magenta value is 28.10%
  • yellow value is 42.38%
  • key color value is 17.65%
CMYK:
(0,28,42,18)
C0M28Y42K18 
(0%,28%,42%,18%)
(0.00/0.28/0.42/0.18)	

CMYK percentages

%0
%28.1
%42.38
%17.65

Codes

Color #D29779 in popluar color models

D29779
RGB210151121
HSL20°49.72%64.90%
HSB/HSV20°42.38%82.35%
CMYK0.00%28.10%42.38%
17.65%

Color #D29779 in popluar number systems.

HEXD29779
Decimal210151121
Binary11010010100101111111001
Octal322227171

Shades and tints

Shades of #D29779

#D29779
(210,151,121)
#BF8A6E
(191,138,110)
#AC7D63
(172,125,99)
#997058
(153,112,88)
#86634D
(134,99,77)
#735642
(115,86,66)
#604937
(96,73,55)
#4D3C2C
(77,60,44)
#3A2F21
(58,47,33)
#272216
(39,34,22)
#14150B
(20,21,11)
#000000
(0,0,0)

Tints of #D29779

#D29779
(210,151,121)
#D6A085
(214,160,133)
#DAA991
(218,169,145)
#DEB29D
(222,178,157)
#E2BBA9
(226,187,169)
#E6C4B5
(230,196,181)
#EACDC1
(234,205,193)
#EED6CD
(238,214,205)
#F2DFD9
(242,223,217)
#F6E8E5
(246,232,229)
#FAF1F1
(250,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D29779 color. Also use rgb(210,151,121) instead hex code.

Text Font Color

.myTextColor { color: #D29779; }

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

This text font color is #D29779.


Background Color

.myBgColor { background-color: #D29779; }

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

This div background color is #D29779.


Border color

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

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

This div border color is #D29779.


Opacity

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

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

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

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

This text has shadow with #D29779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D29779 on black background.


Color preview on white background

This text has color #D29779 on white background.



Black color preview on #D29779 background

This text has black color on #D29779 background.


White color preview on #D29779 background

This text has white color on #D29779 background.