COLOR #D49948

HEX: #D49948
RGB: (212,153,72)

Color info

#D49948 contains mainly red and green colors. Web safe color of #D49948 is #CC9933 (or #C93).

RGB color model

#D49948 color RGB value is (212,153,72).

  • red value is 212;
  • green value is 153;
  • blue value is 72.
RGB:
(212,153,72)
(83%,60%,28%)

RGB channels and saturation

R 212 of 255 = 83%
G 153 of 255 = 60%
B 72 of 255 = 28%

212
153
72

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

Portions of RGB colors in percentages

R + G + B =
212 + 153 + 72 = 437 (100%)
R 212 of 437 ~ 48.51%
G 153 of 437 ~ 35.01%
B 72 of 437 ~ 16.48%

%48.51
%35.01
%16.48

CMYK color model

#D49948 color CMYK value is (0,28,66,17).

  • cyan value is 0.00%
  • magenta value is 27.83%
  • yellow value is 66.04%
  • key color value is 16.86%
CMYK:
(0,28,66,17)
C0M28Y66K17 
(0%,28%,66%,17%)
(0.00/0.28/0.66/0.17)	

CMYK percentages

%0
%27.83
%66.04
%16.86

Codes

Color #D49948 in popluar color models

D49948
RGB21215372
HSL35°61.95%55.69%
HSB/HSV35°66.04%83.14%
CMYK0.00%27.83%66.04%
16.86%

Color #D49948 in popluar number systems.

HEXD49948
Decimal21215372
Binary11010100100110011001000
Octal324231110

Shades and tints

Shades of #D49948

#D49948
(212,153,72)
#C18C42
(193,140,66)
#AE7F3C
(174,127,60)
#9B7236
(155,114,54)
#886530
(136,101,48)
#75582A
(117,88,42)
#624B24
(98,75,36)
#4F3E1E
(79,62,30)
#3C3118
(60,49,24)
#292412
(41,36,18)
#16170C
(22,23,12)
#000000
(0,0,0)

Tints of #D49948

#D49948
(212,153,72)
#D7A258
(215,162,88)
#DAAB68
(218,171,104)
#DDB478
(221,180,120)
#E0BD88
(224,189,136)
#E3C698
(227,198,152)
#E6CFA8
(230,207,168)
#E9D8B8
(233,216,184)
#ECE1C8
(236,225,200)
#EFEAD8
(239,234,216)
#F2F3E8
(242,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D49948 color. Also use rgb(212,153,72) instead hex code.

Text Font Color

.myTextColor { color: #D49948; }

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

This text font color is #D49948.


Background Color

.myBgColor { background-color: #D49948; }

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

This div background color is #D49948.


Border color

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

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

This div border color is #D49948.


Opacity

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

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

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

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

This text has shadow with #D49948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49948 on black background.


Color preview on white background

This text has color #D49948 on white background.



Black color preview on #D49948 background

This text has black color on #D49948 background.


White color preview on #D49948 background

This text has white color on #D49948 background.