COLOR #D49062

HEX: #D49062
RGB: (212,144,98)

Color info

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

RGB color model

#D49062 color RGB value is (212,144,98).

  • red value is 212;
  • green value is 144;
  • blue value is 98.
RGB:
(212,144,98)
(83%,56%,38%)

RGB channels and saturation

R 212 of 255 = 83%
G 144 of 255 = 56%
B 98 of 255 = 38%

212
144
98

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

Portions of RGB colors in percentages

R + G + B =
212 + 144 + 98 = 454 (100%)
R 212 of 454 ~ 46.7%
G 144 of 454 ~ 31.72%
B 98 of 454 ~ 21.59%

%46.7
%31.72
%21.59

CMYK color model

#D49062 color CMYK value is (0,32,54,17).

  • cyan value is 0.00%
  • magenta value is 32.08%
  • yellow value is 53.77%
  • key color value is 16.86%
CMYK:
(0,32,54,17)
C0M32Y54K17 
(0%,32%,54%,17%)
(0.00/0.32/0.54/0.17)	

CMYK percentages

%0
%32.08
%53.77
%16.86

Codes

Color #D49062 in popluar color models

D49062
RGB21214498
HSL24°57.00%60.78%
HSB/HSV24°53.77%83.14%
CMYK0.00%32.08%53.77%
16.86%

Color #D49062 in popluar number systems.

HEXD49062
Decimal21214498
Binary11010100100100001100010
Octal324220142

Shades and tints

Shades of #D49062

#D49062
(212,144,98)
#C1835A
(193,131,90)
#AE7652
(174,118,82)
#9B694A
(155,105,74)
#885C42
(136,92,66)
#754F3A
(117,79,58)
#624232
(98,66,50)
#4F352A
(79,53,42)
#3C2822
(60,40,34)
#291B1A
(41,27,26)
#160E12
(22,14,18)
#000000
(0,0,0)

Tints of #D49062

#D49062
(212,144,98)
#D79A70
(215,154,112)
#DAA47E
(218,164,126)
#DDAE8C
(221,174,140)
#E0B89A
(224,184,154)
#E3C2A8
(227,194,168)
#E6CCB6
(230,204,182)
#E9D6C4
(233,214,196)
#ECE0D2
(236,224,210)
#EFEAE0
(239,234,224)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D49062 color. Also use rgb(212,144,98) instead hex code.

Text Font Color

.myTextColor { color: #D49062; }

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

This text font color is #D49062.


Background Color

.myBgColor { background-color: #D49062; }

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

This div background color is #D49062.


Border color

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

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

This div border color is #D49062.


Opacity

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

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

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

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

This text has shadow with #D49062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49062 on black background.


Color preview on white background

This text has color #D49062 on white background.



Black color preview on #D49062 background

This text has black color on #D49062 background.


White color preview on #D49062 background

This text has white color on #D49062 background.