COLOR #D18953

HEX: #D18953
RGB: (209,137,83)

Color info

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

RGB color model

#D18953 color RGB value is (209,137,83).

  • red value is 209;
  • green value is 137;
  • blue value is 83.
RGB:
(209,137,83)
(82%,54%,33%)

RGB channels and saturation

R 209 of 255 = 82%
G 137 of 255 = 54%
B 83 of 255 = 33%

209
137
83

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

Portions of RGB colors in percentages

R + G + B =
209 + 137 + 83 = 429 (100%)
R 209 of 429 ~ 48.72%
G 137 of 429 ~ 31.93%
B 83 of 429 ~ 19.35%

%48.72
%31.93
%19.35

CMYK color model

#D18953 color CMYK value is (0,34,60,18).

  • cyan value is 0.00%
  • magenta value is 34.45%
  • yellow value is 60.29%
  • key color value is 18.04%
CMYK:
(0,34,60,18)
C0M34Y60K18 
(0%,34%,60%,18%)
(0.00/0.34/0.60/0.18)	

CMYK percentages

%0
%34.45
%60.29
%18.04

Codes

Color #D18953 in popluar color models

D18953
RGB20913783
HSL26°57.80%57.25%
HSB/HSV26°60.29%81.96%
CMYK0.00%34.45%60.29%
18.04%

Color #D18953 in popluar number systems.

HEXD18953
Decimal20913783
Binary11010001100010011010011
Octal321211123

Shades and tints

Shades of #D18953

#D18953
(209,137,83)
#BE7D4C
(190,125,76)
#AB7145
(171,113,69)
#98653E
(152,101,62)
#855937
(133,89,55)
#724D30
(114,77,48)
#5F4129
(95,65,41)
#4C3522
(76,53,34)
#39291B
(57,41,27)
#261D14
(38,29,20)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #D18953

#D18953
(209,137,83)
#D59362
(213,147,98)
#D99D71
(217,157,113)
#DDA780
(221,167,128)
#E1B18F
(225,177,143)
#E5BB9E
(229,187,158)
#E9C5AD
(233,197,173)
#EDCFBC
(237,207,188)
#F1D9CB
(241,217,203)
#F5E3DA
(245,227,218)
#F9EDE9
(249,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D18953 color. Also use rgb(209,137,83) instead hex code.

Text Font Color

.myTextColor { color: #D18953; }

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

This text font color is #D18953.


Background Color

.myBgColor { background-color: #D18953; }

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

This div background color is #D18953.


Border color

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

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

This div border color is #D18953.


Opacity

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

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

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

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

This text has shadow with #D18953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18953 on black background.


Color preview on white background

This text has color #D18953 on white background.



Black color preview on #D18953 background

This text has black color on #D18953 background.


White color preview on #D18953 background

This text has white color on #D18953 background.