COLOR #D18C32

HEX: #D18C32
RGB: (209,140,50)

Color info

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

RGB color model

#D18C32 color RGB value is (209,140,50).

  • red value is 209;
  • green value is 140;
  • blue value is 50.
RGB:
(209,140,50)
(82%,55%,20%)

RGB channels and saturation

R 209 of 255 = 82%
G 140 of 255 = 55%
B 50 of 255 = 20%

209
140
50

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

Portions of RGB colors in percentages

R + G + B =
209 + 140 + 50 = 399 (100%)
R 209 of 399 ~ 52.38%
G 140 of 399 ~ 35.09%
B 50 of 399 ~ 12.53%

%52.38
%35.09
%12.53

CMYK color model

#D18C32 color CMYK value is (0,33,76,18).

  • cyan value is 0.00%
  • magenta value is 33.01%
  • yellow value is 76.08%
  • key color value is 18.04%
CMYK:
(0,33,76,18)
C0M33Y76K18 
(0%,33%,76%,18%)
(0.00/0.33/0.76/0.18)	

CMYK percentages

%0
%33.01
%76.08
%18.04

Codes

Color #D18C32 in popluar color models

D18C32
RGB20914050
HSL34°63.35%50.78%
HSB/HSV34°76.08%81.96%
CMYK0.00%33.01%76.08%
18.04%

Color #D18C32 in popluar number systems.

HEXD18C32
Decimal20914050
Binary1101000110001100110010
Octal32121462

Shades and tints

Shades of #D18C32

#D18C32
(209,140,50)
#BE802E
(190,128,46)
#AB742A
(171,116,42)
#986826
(152,104,38)
#855C22
(133,92,34)
#72501E
(114,80,30)
#5F441A
(95,68,26)
#4C3816
(76,56,22)
#392C12
(57,44,18)
#26200E
(38,32,14)
#13140A
(19,20,10)
#000000
(0,0,0)

Tints of #D18C32

#D18C32
(209,140,50)
#D59644
(213,150,68)
#D9A056
(217,160,86)
#DDAA68
(221,170,104)
#E1B47A
(225,180,122)
#E5BE8C
(229,190,140)
#E9C89E
(233,200,158)
#EDD2B0
(237,210,176)
#F1DCC2
(241,220,194)
#F5E6D4
(245,230,212)
#F9F0E6
(249,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D18C32 color. Also use rgb(209,140,50) instead hex code.

Text Font Color

.myTextColor { color: #D18C32; }

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

This text font color is #D18C32.


Background Color

.myBgColor { background-color: #D18C32; }

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

This div background color is #D18C32.


Border color

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

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

This div border color is #D18C32.


Opacity

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

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

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

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

This text has shadow with #D18C32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18C32 on black background.


Color preview on white background

This text has color #D18C32 on white background.



Black color preview on #D18C32 background

This text has black color on #D18C32 background.


White color preview on #D18C32 background

This text has white color on #D18C32 background.