COLOR #D49D50

HEX: #D49D50
RGB: (212,157,80)

Color info

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

RGB color model

#D49D50 color RGB value is (212,157,80).

  • red value is 212;
  • green value is 157;
  • blue value is 80.
RGB:
(212,157,80)
(83%,62%,31%)

RGB channels and saturation

R 212 of 255 = 83%
G 157 of 255 = 62%
B 80 of 255 = 31%

212
157
80

R + G + B ~ 59%. #D49D50 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
212 + 157 + 80 = 449 (100%)
R 212 of 449 ~ 47.22%
G 157 of 449 ~ 34.97%
B 80 of 449 ~ 17.82%

%47.22
%34.97
%17.82

CMYK color model

#D49D50 color CMYK value is (0,26,62,17).

  • cyan value is 0.00%
  • magenta value is 25.94%
  • yellow value is 62.26%
  • key color value is 16.86%
CMYK:
(0,26,62,17)
C0M26Y62K17 
(0%,26%,62%,17%)
(0.00/0.26/0.62/0.17)	

CMYK percentages

%0
%25.94
%62.26
%16.86

Codes

Color #D49D50 in popluar color models

D49D50
RGB21215780
HSL35°60.55%57.25%
HSB/HSV35°62.26%83.14%
CMYK0.00%25.94%62.26%
16.86%

Color #D49D50 in popluar number systems.

HEXD49D50
Decimal21215780
Binary11010100100111011010000
Octal324235120

Shades and tints

Shades of #D49D50

#D49D50
(212,157,80)
#C18F49
(193,143,73)
#AE8142
(174,129,66)
#9B733B
(155,115,59)
#886534
(136,101,52)
#75572D
(117,87,45)
#624926
(98,73,38)
#4F3B1F
(79,59,31)
#3C2D18
(60,45,24)
#291F11
(41,31,17)
#16110A
(22,17,10)
#000000
(0,0,0)

Tints of #D49D50

#D49D50
(212,157,80)
#D7A55F
(215,165,95)
#DAAD6E
(218,173,110)
#DDB57D
(221,181,125)
#E0BD8C
(224,189,140)
#E3C59B
(227,197,155)
#E6CDAA
(230,205,170)
#E9D5B9
(233,213,185)
#ECDDC8
(236,221,200)
#EFE5D7
(239,229,215)
#F2EDE6
(242,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D49D50 color. Also use rgb(212,157,80) instead hex code.

Text Font Color

.myTextColor { color: #D49D50; }

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

This text font color is #D49D50.


Background Color

.myBgColor { background-color: #D49D50; }

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

This div background color is #D49D50.


Border color

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

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

This div border color is #D49D50.


Opacity

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

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

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

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

This text has shadow with #D49D50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49D50 on black background.


Color preview on white background

This text has color #D49D50 on white background.



Black color preview on #D49D50 background

This text has black color on #D49D50 background.


White color preview on #D49D50 background

This text has white color on #D49D50 background.