COLOR #D19980

HEX: #D19980 RGB: (209,153,128)

Color info

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

RGB color model

#D19980 color RGB value is (209,153,128).

RGB: (209,153,128) (82%, 60%, 50%)

RGB channels and saturation

R 209 of 255 = 82%
G 153 of 255 = 60%
B 128 of 255 = 50%

209
153
128

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

Portions of RGB colors in percentages

R + G + B = 209 + 153 + 128 = 490 (100%)
R 209 of 490 ~ 42.65%
G 153 of 490 ~ 31.22%
B 128 of 490 ~ 26.12'%

%42.65
%31.22
%26.12

CMYK color model

#D19980 color CMYK value is (0,27,39,18).

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

CMYK: (0,27,39,18)
C0M27Y39K18 (0%, 27%, 39%, 18%)
(0.00 / 0.27 / 0.39 / 0.18)

CMYK percentages

%0
%26.79
%38.76
%18.04

Codes

Color #D19980 in popluar color models

D1 99 80
RGB 209 153 128
HSL 19° 46.82% 66.08%
HSB/HSV 19° 38.76% 81.96%
CMYK 0.00% 26.79% 38.76%
18.04%

Color #D19980 in popluar number systems.

HEX D1 99 80
Decimal 209 153 128
Binary 11010001 10011001 10000000
Octal 321 231 200

Shades and tints

Shades of #D19980

#D19980
(209,153,128)
#BE8C75
(190,140,117)
#AB7F6A
(171,127,106)
#98725F
(152,114,95)
#856554
(133,101,84)
#725849
(114,88,73)
#5F4B3E
(95,75,62)
#4C3E33
(76,62,51)
#393128
(57,49,40)
#26241D
(38,36,29)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #D19980

#D19980
(209,153,128)
#D5A28B
(213,162,139)
#D9AB96
(217,171,150)
#DDB4A1
(221,180,161)
#E1BDAC
(225,189,172)
#E5C6B7
(229,198,183)
#E9CFC2
(233,207,194)
#EDD8CD
(237,216,205)
#F1E1D8
(241,225,216)
#F5EAE3
(245,234,227)
#F9F3EE
(249,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D19980; }

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

This text font color is #D19980.

Background Color

.myBgColor { background-color: #D19980; }

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

This div background color is #D19980.

Border color

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

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

This div border color is #D19980.

Opacity

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

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

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

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

This text has shadow with #D19980 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D19980.

Preview

Color preview on black background

This text has color #D19980 on black background.


Color preview on white background

This text has color #D19980 on white background.


Black color preview on #D19980 background

This text has black color on #D19980 background.


White color preview on #D19980 background

This text has white color on #D19980 background.


Related colors

Complementary color

Complementary color for #hex is #2E667F.


I love getcolorcode.com

Triadic colors

1 #80D199 and #9980D1 with #D19980 are triadic colors.

2 #8099D1 and #99D180 with #D19980 are triadic colors.