COLOR #D19968

HEX: #D19968
RGB: (209,153,104)

Color info

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

RGB color model

#D19968 color RGB value is (209,153,104).

  • red value is 209;
  • green value is 153;
  • blue value is 104.
RGB:
(209,153,104)
(82%,60%,41%)

RGB channels and saturation

R 209 of 255 = 82%
G 153 of 255 = 60%
B 104 of 255 = 41%

209
153
104

R + G + B ~ 61%. #D19968 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 153 + 104 = 466 (100%)
R 209 of 466 ~ 44.85%
G 153 of 466 ~ 32.83%
B 104 of 466 ~ 22.32%

%44.85
%32.83
%22.32

CMYK color model

#D19968 color CMYK value is (0,27,50,18).

  • cyan value is 0.00%
  • magenta value is 26.79%
  • yellow value is 50.24%
  • key color value is 18.04%
CMYK:
(0,27,50,18)
C0M27Y50K18 
(0%,27%,50%,18%)
(0.00/0.27/0.50/0.18)	

CMYK percentages

%0
%26.79
%50.24
%18.04

Codes

Color #D19968 in popluar color models

D19968
RGB209153104
HSL28°53.30%61.37%
HSB/HSV28°50.24%81.96%
CMYK0.00%26.79%50.24%
18.04%

Color #D19968 in popluar number systems.

HEXD19968
Decimal209153104
Binary11010001100110011101000
Octal321231150

Shades and tints

Shades of #D19968

#D19968
(209,153,104)
#BE8C5F
(190,140,95)
#AB7F56
(171,127,86)
#98724D
(152,114,77)
#856544
(133,101,68)
#72583B
(114,88,59)
#5F4B32
(95,75,50)
#4C3E29
(76,62,41)
#393120
(57,49,32)
#262417
(38,36,23)
#13170E
(19,23,14)
#000000
(0,0,0)

Tints of #D19968

#D19968
(209,153,104)
#D5A275
(213,162,117)
#D9AB82
(217,171,130)
#DDB48F
(221,180,143)
#E1BD9C
(225,189,156)
#E5C6A9
(229,198,169)
#E9CFB6
(233,207,182)
#EDD8C3
(237,216,195)
#F1E1D0
(241,225,208)
#F5EADD
(245,234,221)
#F9F3EA
(249,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D19968; }

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

This text font color is #D19968.


Background Color

.myBgColor { background-color: #D19968; }

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

This div background color is #D19968.


Border color

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

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

This div border color is #D19968.


Opacity

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

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

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

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

This text has shadow with #D19968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D19968 on black background.


Color preview on white background

This text has color #D19968 on white background.



Black color preview on #D19968 background

This text has black color on #D19968 background.


White color preview on #D19968 background

This text has white color on #D19968 background.