COLOR #D18E3B

HEX: #D18E3B
RGB: (209,142,59)

Color info

#D18E3B contains mainly red color. Web safe color of #D18E3B is #CC9933 (or #C93).

RGB color model

#D18E3B color RGB value is (209,142,59).

  • red value is 209;
  • green value is 142;
  • blue value is 59.
RGB:
(209,142,59)
(82%,56%,23%)

RGB channels and saturation

R 209 of 255 = 82%
G 142 of 255 = 56%
B 59 of 255 = 23%

209
142
59

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

Portions of RGB colors in percentages

R + G + B =
209 + 142 + 59 = 410 (100%)
R 209 of 410 ~ 50.98%
G 142 of 410 ~ 34.63%
B 59 of 410 ~ 14.39%

%50.98
%34.63
%14.39

CMYK color model

#D18E3B color CMYK value is (0,32,72,18).

  • cyan value is 0.00%
  • magenta value is 32.06%
  • yellow value is 71.77%
  • key color value is 18.04%
CMYK:
(0,32,72,18)
C0M32Y72K18 
(0%,32%,72%,18%)
(0.00/0.32/0.72/0.18)	

CMYK percentages

%0
%32.06
%71.77
%18.04

Codes

Color #D18E3B in popluar color models

D18E3B
RGB20914259
HSL33°61.98%52.55%
HSB/HSV33°71.77%81.96%
CMYK0.00%32.06%71.77%
18.04%

Color #D18E3B in popluar number systems.

HEXD18E3B
Decimal20914259
Binary1101000110001110111011
Octal32121673

Shades and tints

Shades of #D18E3B

#D18E3B
(209,142,59)
#BE8236
(190,130,54)
#AB7631
(171,118,49)
#986A2C
(152,106,44)
#855E27
(133,94,39)
#725222
(114,82,34)
#5F461D
(95,70,29)
#4C3A18
(76,58,24)
#392E13
(57,46,19)
#26220E
(38,34,14)
#131609
(19,22,9)
#000000
(0,0,0)

Tints of #D18E3B

#D18E3B
(209,142,59)
#D5984C
(213,152,76)
#D9A25D
(217,162,93)
#DDAC6E
(221,172,110)
#E1B67F
(225,182,127)
#E5C090
(229,192,144)
#E9CAA1
(233,202,161)
#EDD4B2
(237,212,178)
#F1DEC3
(241,222,195)
#F5E8D4
(245,232,212)
#F9F2E5
(249,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D18E3B color. Also use rgb(209,142,59) instead hex code.

Text Font Color

.myTextColor { color: #D18E3B; }

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

This text font color is #D18E3B.


Background Color

.myBgColor { background-color: #D18E3B; }

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

This div background color is #D18E3B.


Border color

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

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

This div border color is #D18E3B.


Opacity

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

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

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

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

This text has shadow with #D18E3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18E3B on black background.


Color preview on white background

This text has color #D18E3B on white background.



Black color preview on #D18E3B background

This text has black color on #D18E3B background.


White color preview on #D18E3B background

This text has white color on #D18E3B background.