COLOR #D19A70

HEX: #D19A70 RGB: (209,154,112)

Color info

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

RGB color model

#D19A70 color RGB value is (209,154,112).

RGB: (209,154,112) (82%, 60%, 44%)

RGB channels and saturation

R 209 of 255 = 82%
G 154 of 255 = 60%
B 112 of 255 = 44%

209
154
112

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

Portions of RGB colors in percentages

R + G + B = 209 + 154 + 112 = 475 (100%)
R 209 of 475 ~ 44%
G 154 of 475 ~ 32.42%
B 112 of 475 ~ 23.58'%

%44
%32.42
%23.58

CMYK color model

#D19A70 color CMYK value is (0,26,46,18).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 46.41%
  • key color value is 18.04%

CMYK: (0,26,46,18)
C0M26Y46K18 (0%, 26%, 46%, 18%)
(0.00 / 0.26 / 0.46 / 0.18)

CMYK percentages

%0
%26.32
%46.41
%18.04

Codes

Color #D19A70 in popluar color models

D1 9A 70
RGB 209 154 112
HSL 26° 51.32% 62.94%
HSB/HSV 26° 46.41% 81.96%
CMYK 0.00% 26.32% 46.41%
18.04%

Color #D19A70 in popluar number systems.

HEX D1 9A 70
Decimal 209 154 112
Binary 11010001 10011010 1110000
Octal 321 232 160

Shades and tints

Shades of #D19A70

#D19A70
(209,154,112)
#BE8C66
(190,140,102)
#AB7E5C
(171,126,92)
#987052
(152,112,82)
#856248
(133,98,72)
#72543E
(114,84,62)
#5F4634
(95,70,52)
#4C382A
(76,56,42)
#392A20
(57,42,32)
#261C16
(38,28,22)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #D19A70

#D19A70
(209,154,112)
#D5A37D
(213,163,125)
#D9AC8A
(217,172,138)
#DDB597
(221,181,151)
#E1BEA4
(225,190,164)
#E5C7B1
(229,199,177)
#E9D0BE
(233,208,190)
#EDD9CB
(237,217,203)
#F1E2D8
(241,226,216)
#F5EBE5
(245,235,229)
#F9F4F2
(249,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D19A70 color. Also use rgb(209,154,112) instead hex code.

Text Font Color

.myTextColor { color: #D19A70; }

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

This text font color is #D19A70.

Background Color

.myBgColor { background-color: #D19A70; }

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

This div background color is #D19A70.

Border color

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

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

This div border color is #D19A70.

Opacity

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

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

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

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

This text has shadow with #D19A70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D19A70.

Preview

Color preview on black background

This text has color #D19A70 on black background.


Color preview on white background

This text has color #D19A70 on white background.


Black color preview on #D19A70 background

This text has black color on #D19A70 background.


White color preview on #D19A70 background

This text has white color on #D19A70 background.


Related colors

Complementary color

Complementary color for #hex is #2E658F.


I love getcolorcode.com

Triadic colors

1 #70D19A and #9A70D1 with #D19A70 are triadic colors.

2 #709AD1 and #9AD170 with #D19A70 are triadic colors.