COLOR #D49B7C

HEX: #D49B7C RGB: (212,155,124)

Color info

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

RGB color model

#D49B7C color RGB value is (212,155,124).

RGB: (212,155,124) (83%, 61%, 49%)

RGB channels and saturation

R 212 of 255 = 83%
G 155 of 255 = 61%
B 124 of 255 = 49%

212
155
124

R + G + B ~ 64%. #D49B7C is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 155 + 124 = 491 (100%)
R 212 of 491 ~ 43.18%
G 155 of 491 ~ 31.57%
B 124 of 491 ~ 25.25'%

%43.18
%31.57
%25.25

CMYK color model

#D49B7C color CMYK value is (0,27,42,17).

  • cyan value is 0.00%
  • magenta value is 26.89%
  • yellow value is 41.51%
  • key color value is 16.86%

CMYK: (0,27,42,17)
C0M27Y42K17 (0%, 27%, 42%, 17%)
(0.00 / 0.27 / 0.42 / 0.17)

CMYK percentages

%0
%26.89
%41.51
%16.86

Codes

Color #D49B7C in popluar color models

D4 9B 7C
RGB 212 155 124
HSL 21° 50.57% 65.88%
HSB/HSV 21° 41.51% 83.14%
CMYK 0.00% 26.89% 41.51%
16.86%

Color #D49B7C in popluar number systems.

HEX D4 9B 7C
Decimal 212 155 124
Binary 11010100 10011011 1111100
Octal 324 233 174

Shades and tints

Shades of #D49B7C

#D49B7C
(212,155,124)
#C18D71
(193,141,113)
#AE7F66
(174,127,102)
#9B715B
(155,113,91)
#886350
(136,99,80)
#755545
(117,85,69)
#62473A
(98,71,58)
#4F392F
(79,57,47)
#3C2B24
(60,43,36)
#291D19
(41,29,25)
#160F0E
(22,15,14)
#000000
(0,0,0)

Tints of #D49B7C

#D49B7C
(212,155,124)
#D7A487
(215,164,135)
#DAAD92
(218,173,146)
#DDB69D
(221,182,157)
#E0BFA8
(224,191,168)
#E3C8B3
(227,200,179)
#E6D1BE
(230,209,190)
#E9DAC9
(233,218,201)
#ECE3D4
(236,227,212)
#EFECDF
(239,236,223)
#F2F5EA
(242,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D49B7C color. Also use rgb(212,155,124) instead hex code.

Text Font Color

.myTextColor { color: #D49B7C; }

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

This text font color is #D49B7C.

Background Color

.myBgColor { background-color: #D49B7C; }

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

This div background color is #D49B7C.

Border color

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

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

This div border color is #D49B7C.

Opacity

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

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

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

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

This text has shadow with #D49B7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D49B7C.

Preview

Color preview on black background

This text has color #D49B7C on black background.


Color preview on white background

This text has color #D49B7C on white background.


Black color preview on #D49B7C background

This text has black color on #D49B7C background.


White color preview on #D49B7C background

This text has white color on #D49B7C background.


Related colors

Complementary color

Complementary color for #hex is #2B6483.


I love getcolorcode.com

Triadic colors

1 #7CD49B and #9B7CD4 with #D49B7C are triadic colors.

2 #7C9BD4 and #9BD47C with #D49B7C are triadic colors.