COLOR #D18553

HEX: #D18553
RGB: (209,133,83)

Color info

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

RGB color model

#D18553 color RGB value is (209,133,83).

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

RGB channels and saturation

R 209 of 255 = 82%
G 133 of 255 = 52%
B 83 of 255 = 33%

209
133
83

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

Portions of RGB colors in percentages

R + G + B =
209 + 133 + 83 = 425 (100%)
R 209 of 425 ~ 49.18%
G 133 of 425 ~ 31.29%
B 83 of 425 ~ 19.53%

%49.18
%31.29
%19.53

CMYK color model

#D18553 color CMYK value is (0,36,60,18).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 60.29%
  • key color value is 18.04%
CMYK:
(0,36,60,18)
C0M36Y60K18 
(0%,36%,60%,18%)
(0.00/0.36/0.60/0.18)	

CMYK percentages

%0
%36.36
%60.29
%18.04

Codes

Color #D18553 in popluar color models

D18553
RGB20913383
HSL24°57.80%57.25%
HSB/HSV24°60.29%81.96%
CMYK0.00%36.36%60.29%
18.04%

Color #D18553 in popluar number systems.

HEXD18553
Decimal20913383
Binary11010001100001011010011
Octal321205123

Shades and tints

Shades of #D18553

#D18553
(209,133,83)
#BE794C
(190,121,76)
#AB6D45
(171,109,69)
#98613E
(152,97,62)
#855537
(133,85,55)
#724930
(114,73,48)
#5F3D29
(95,61,41)
#4C3122
(76,49,34)
#39251B
(57,37,27)
#261914
(38,25,20)
#130D0D
(19,13,13)
#000000
(0,0,0)

Tints of #D18553

#D18553
(209,133,83)
#D59062
(213,144,98)
#D99B71
(217,155,113)
#DDA680
(221,166,128)
#E1B18F
(225,177,143)
#E5BC9E
(229,188,158)
#E9C7AD
(233,199,173)
#EDD2BC
(237,210,188)
#F1DDCB
(241,221,203)
#F5E8DA
(245,232,218)
#F9F3E9
(249,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D18553; }

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

This text font color is #D18553.


Background Color

.myBgColor { background-color: #D18553; }

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

This div background color is #D18553.


Border color

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

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

This div border color is #D18553.


Opacity

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

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

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

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

This text has shadow with #D18553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18553 on black background.


Color preview on white background

This text has color #D18553 on white background.



Black color preview on #D18553 background

This text has black color on #D18553 background.


White color preview on #D18553 background

This text has white color on #D18553 background.