COLOR #D19981

HEX: #D19981 RGB: (209,153,129)

Color info

#D19981 contains mainly red and green colors. Web safe color of #D19981 is #CC9999 (or #C99).

RGB color model

#D19981 color RGB value is (209,153,129).

RGB: (209,153,129) (82%, 60%, 51%)

RGB channels and saturation

R 209 of 255 = 82%
G 153 of 255 = 60%
B 129 of 255 = 51%

209
153
129

R + G + B ~ 64%. #D19981 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 153 + 129 = 491 (100%)
R 209 of 491 ~ 42.57%
G 153 of 491 ~ 31.16%
B 129 of 491 ~ 26.27'%

%42.57
%31.16
%26.27

CMYK color model

#D19981 color CMYK value is (0,27,38,18).

  • cyan value is 0.00%
  • magenta value is 26.79%
  • yellow value is 38.28%
  • key color value is 18.04%

CMYK: (0,27,38,18)
C0M27Y38K18 (0%, 27%, 38%, 18%)
(0.00 / 0.27 / 0.38 / 0.18)

CMYK percentages

%0
%26.79
%38.28
%18.04

Codes

Color #D19981 in popluar color models

D1 99 81
RGB 209 153 129
HSL 18° 46.51% 66.27%
HSB/HSV 18° 38.28% 81.96%
CMYK 0.00% 26.79% 38.28%
18.04%

Color #D19981 in popluar number systems.

HEX D1 99 81
Decimal 209 153 129
Binary 11010001 10011001 10000001
Octal 321 231 201

Shades and tints

Shades of #D19981

#D19981
(209,153,129)
#BE8C76
(190,140,118)
#AB7F6B
(171,127,107)
#987260
(152,114,96)
#856555
(133,101,85)
#72584A
(114,88,74)
#5F4B3F
(95,75,63)
#4C3E34
(76,62,52)
#393129
(57,49,41)
#26241E
(38,36,30)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #D19981

#D19981
(209,153,129)
#D5A28C
(213,162,140)
#D9AB97
(217,171,151)
#DDB4A2
(221,180,162)
#E1BDAD
(225,189,173)
#E5C6B8
(229,198,184)
#E9CFC3
(233,207,195)
#EDD8CE
(237,216,206)
#F1E1D9
(241,225,217)
#F5EAE4
(245,234,228)
#F9F3EF
(249,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D19981 color. Also use rgb(209,153,129) instead hex code.

Text Font Color

.myTextColor { color: #D19981; }

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

This text font color is #D19981.

Background Color

.myBgColor { background-color: #D19981; }

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

This div background color is #D19981.

Border color

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

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

This div border color is #D19981.

Opacity

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

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

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

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

This text has shadow with #D19981 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D19981.

Preview

Color preview on black background

This text has color #D19981 on black background.


Color preview on white background

This text has color #D19981 on white background.


Black color preview on #D19981 background

This text has black color on #D19981 background.


White color preview on #D19981 background

This text has white color on #D19981 background.


Related colors

Complementary color

Complementary color for #hex is #2E667E.


I love getcolorcode.com

Triadic colors

1 #81D199 and #9981D1 with #D19981 are triadic colors.

2 #8199D1 and #99D181 with #D19981 are triadic colors.