COLOR #D29B78

HEX: #D29B78 RGB: (210,155,120)

Color info

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

RGB color model

#D29B78 color RGB value is (210,155,120).

RGB: (210,155,120) (82%, 61%, 47%)

RGB channels and saturation

R 210 of 255 = 82%
G 155 of 255 = 61%
B 120 of 255 = 47%

210
155
120

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

Portions of RGB colors in percentages

R + G + B = 210 + 155 + 120 = 485 (100%)
R 210 of 485 ~ 43.3%
G 155 of 485 ~ 31.96%
B 120 of 485 ~ 24.74'%

%43.3
%31.96
%24.74

CMYK color model

#D29B78 color CMYK value is (0,26,43,18).

  • cyan value is 0.00%
  • magenta value is 26.19%
  • yellow value is 42.86%
  • key color value is 17.65%

CMYK: (0,26,43,18)
C0M26Y43K18 (0%, 26%, 43%, 18%)
(0.00 / 0.26 / 0.43 / 0.18)

CMYK percentages

%0
%26.19
%42.86
%17.65

Codes

Color #D29B78 in popluar color models

D2 9B 78
RGB 210 155 120
HSL 23° 50.00% 64.71%
HSB/HSV 23° 42.86% 82.35%
CMYK 0.00% 26.19% 42.86%
17.65%

Color #D29B78 in popluar number systems.

HEX D2 9B 78
Decimal 210 155 120
Binary 11010010 10011011 1111000
Octal 322 233 170

Shades and tints

Shades of #D29B78

#D29B78
(210,155,120)
#BF8D6E
(191,141,110)
#AC7F64
(172,127,100)
#99715A
(153,113,90)
#866350
(134,99,80)
#735546
(115,85,70)
#60473C
(96,71,60)
#4D3932
(77,57,50)
#3A2B28
(58,43,40)
#271D1E
(39,29,30)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #D29B78

#D29B78
(210,155,120)
#D6A484
(214,164,132)
#DAAD90
(218,173,144)
#DEB69C
(222,182,156)
#E2BFA8
(226,191,168)
#E6C8B4
(230,200,180)
#EAD1C0
(234,209,192)
#EEDACC
(238,218,204)
#F2E3D8
(242,227,216)
#F6ECE4
(246,236,228)
#FAF5F0
(250,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D29B78; }

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

This text font color is #D29B78.

Background Color

.myBgColor { background-color: #D29B78; }

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

This div background color is #D29B78.

Border color

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

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

This div border color is #D29B78.

Opacity

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

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

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

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

This text has shadow with #D29B78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D29B78.

Preview

Color preview on black background

This text has color #D29B78 on black background.


Color preview on white background

This text has color #D29B78 on white background.


Black color preview on #D29B78 background

This text has black color on #D29B78 background.


White color preview on #D29B78 background

This text has white color on #D29B78 background.


Related colors

Complementary color

Complementary color for #hex is #2D6487.


I love getcolorcode.com

Triadic colors

1 #78D29B and #9B78D2 with #D29B78 are triadic colors.

2 #789BD2 and #9BD278 with #D29B78 are triadic colors.