COLOR #D29678

HEX: #D29678
RGB: (210,150,120)

Color info

#D29678 contains mainly red color. Web safe color of #D29678 is #CC9966 (or #C96).

RGB color model

#D29678 color RGB value is (210,150,120).

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

RGB channels and saturation

R 210 of 255 = 82%
G 150 of 255 = 59%
B 120 of 255 = 47%

210
150
120

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

Portions of RGB colors in percentages

R + G + B =
210 + 150 + 120 = 480 (100%)
R 210 of 480 ~ 43.75%
G 150 of 480 ~ 31.25%
B 120 of 480 ~ 25%

%43.75
%31.25
%25

CMYK color model

#D29678 color CMYK value is (0,29,43,18).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 42.86%
  • key color value is 17.65%
CMYK:
(0,29,43,18)
C0M29Y43K18 
(0%,29%,43%,18%)
(0.00/0.29/0.43/0.18)	

CMYK percentages

%0
%28.57
%42.86
%17.65

Codes

Color #D29678 in popluar color models

D29678
RGB210150120
HSL20°50.00%64.71%
HSB/HSV20°42.86%82.35%
CMYK0.00%28.57%42.86%
17.65%

Color #D29678 in popluar number systems.

HEXD29678
Decimal210150120
Binary11010010100101101111000
Octal322226170

Shades and tints

Shades of #D29678

#D29678
(210,150,120)
#BF896E
(191,137,110)
#AC7C64
(172,124,100)
#996F5A
(153,111,90)
#866250
(134,98,80)
#735546
(115,85,70)
#60483C
(96,72,60)
#4D3B32
(77,59,50)
#3A2E28
(58,46,40)
#27211E
(39,33,30)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #D29678

#D29678
(210,150,120)
#D69F84
(214,159,132)
#DAA890
(218,168,144)
#DEB19C
(222,177,156)
#E2BAA8
(226,186,168)
#E6C3B4
(230,195,180)
#EACCC0
(234,204,192)
#EED5CC
(238,213,204)
#F2DED8
(242,222,216)
#F6E7E4
(246,231,228)
#FAF0F0
(250,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D29678 color. Also use rgb(210,150,120) instead hex code.

Text Font Color

.myTextColor { color: #D29678; }

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

This text font color is #D29678.


Background Color

.myBgColor { background-color: #D29678; }

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

This div background color is #D29678.


Border color

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

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

This div border color is #D29678.


Opacity

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

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

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

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

This text has shadow with #D29678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D29678 on black background.


Color preview on white background

This text has color #D29678 on white background.



Black color preview on #D29678 background

This text has black color on #D29678 background.


White color preview on #D29678 background

This text has white color on #D29678 background.