COLOR #D19472

HEX: #D19472
RGB: (209,148,114)

Color info

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

RGB color model

#D19472 color RGB value is (209,148,114).

  • red value is 209;
  • green value is 148;
  • blue value is 114.
RGB:
(209,148,114)
(82%,58%,45%)

RGB channels and saturation

R 209 of 255 = 82%
G 148 of 255 = 58%
B 114 of 255 = 45%

209
148
114

R + G + B ~ 62%. #D19472 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 148 + 114 = 471 (100%)
R 209 of 471 ~ 44.37%
G 148 of 471 ~ 31.42%
B 114 of 471 ~ 24.2%

%44.37
%31.42
%24.2

CMYK color model

#D19472 color CMYK value is (0,29,45,18).

  • cyan value is 0.00%
  • magenta value is 29.19%
  • yellow value is 45.45%
  • key color value is 18.04%
CMYK:
(0,29,45,18)
C0M29Y45K18 
(0%,29%,45%,18%)
(0.00/0.29/0.45/0.18)	

CMYK percentages

%0
%29.19
%45.45
%18.04

Codes

Color #D19472 in popluar color models

D19472
RGB209148114
HSL21°50.80%63.33%
HSB/HSV21°45.45%81.96%
CMYK0.00%29.19%45.45%
18.04%

Color #D19472 in popluar number systems.

HEXD19472
Decimal209148114
Binary11010001100101001110010
Octal321224162

Shades and tints

Shades of #D19472

#D19472
(209,148,114)
#BE8768
(190,135,104)
#AB7A5E
(171,122,94)
#986D54
(152,109,84)
#85604A
(133,96,74)
#725340
(114,83,64)
#5F4636
(95,70,54)
#4C392C
(76,57,44)
#392C22
(57,44,34)
#261F18
(38,31,24)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #D19472

#D19472
(209,148,114)
#D59D7E
(213,157,126)
#D9A68A
(217,166,138)
#DDAF96
(221,175,150)
#E1B8A2
(225,184,162)
#E5C1AE
(229,193,174)
#E9CABA
(233,202,186)
#EDD3C6
(237,211,198)
#F1DCD2
(241,220,210)
#F5E5DE
(245,229,222)
#F9EEEA
(249,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D19472 color. Also use rgb(209,148,114) instead hex code.

Text Font Color

.myTextColor { color: #D19472; }

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

This text font color is #D19472.


Background Color

.myBgColor { background-color: #D19472; }

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

This div background color is #D19472.


Border color

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

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

This div border color is #D19472.


Opacity

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

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

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

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

This text has shadow with #D19472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19472 on black background.


Color preview on white background

This text has color #D19472 on white background.



Black color preview on #D19472 background

This text has black color on #D19472 background.


White color preview on #D19472 background

This text has white color on #D19472 background.