COLOR #D18257

HEX: #D18257
RGB: (209,130,87)

Color info

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

RGB color model

#D18257 color RGB value is (209,130,87).

  • red value is 209;
  • green value is 130;
  • blue value is 87.
RGB:
(209,130,87)
(82%,51%,34%)

RGB channels and saturation

R 209 of 255 = 82%
G 130 of 255 = 51%
B 87 of 255 = 34%

209
130
87

R + G + B ~ 56%. #D18257 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
209 + 130 + 87 = 426 (100%)
R 209 of 426 ~ 49.06%
G 130 of 426 ~ 30.52%
B 87 of 426 ~ 20.42%

%49.06
%30.52
%20.42

CMYK color model

#D18257 color CMYK value is (0,38,58,18).

  • cyan value is 0.00%
  • magenta value is 37.80%
  • yellow value is 58.37%
  • key color value is 18.04%
CMYK:
(0,38,58,18)
C0M38Y58K18 
(0%,38%,58%,18%)
(0.00/0.38/0.58/0.18)	

CMYK percentages

%0
%37.8
%58.37
%18.04

Codes

Color #D18257 in popluar color models

D18257
RGB20913087
HSL21°57.01%58.04%
HSB/HSV21°58.37%81.96%
CMYK0.00%37.80%58.37%
18.04%

Color #D18257 in popluar number systems.

HEXD18257
Decimal20913087
Binary11010001100000101010111
Octal321202127

Shades and tints

Shades of #D18257

#D18257
(209,130,87)
#BE7750
(190,119,80)
#AB6C49
(171,108,73)
#986142
(152,97,66)
#85563B
(133,86,59)
#724B34
(114,75,52)
#5F402D
(95,64,45)
#4C3526
(76,53,38)
#392A1F
(57,42,31)
#261F18
(38,31,24)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #D18257

#D18257
(209,130,87)
#D58D66
(213,141,102)
#D99875
(217,152,117)
#DDA384
(221,163,132)
#E1AE93
(225,174,147)
#E5B9A2
(229,185,162)
#E9C4B1
(233,196,177)
#EDCFC0
(237,207,192)
#F1DACF
(241,218,207)
#F5E5DE
(245,229,222)
#F9F0ED
(249,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D18257 color. Also use rgb(209,130,87) instead hex code.

Text Font Color

.myTextColor { color: #D18257; }

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

This text font color is #D18257.


Background Color

.myBgColor { background-color: #D18257; }

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

This div background color is #D18257.


Border color

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

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

This div border color is #D18257.


Opacity

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

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

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

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

This text has shadow with #D18257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18257 on black background.


Color preview on white background

This text has color #D18257 on white background.



Black color preview on #D18257 background

This text has black color on #D18257 background.


White color preview on #D18257 background

This text has white color on #D18257 background.