COLOR #D18C31

HEX: #D18C31 RGB: (209,140,49)

Color info

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

RGB color model

#D18C31 color RGB value is (209,140,49).

RGB: (209,140,49) (82%, 55%, 19%)

RGB channels and saturation

R 209 of 255 = 82%
G 140 of 255 = 55%
B 49 of 255 = 19%

209
140
49

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

Portions of RGB colors in percentages

R + G + B = 209 + 140 + 49 = 398 (100%)
R 209 of 398 ~ 52.51%
G 140 of 398 ~ 35.18%
B 49 of 398 ~ 12.31'%

%52.51
%35.18
%12.31

CMYK color model

#D18C31 color CMYK value is (0,33,77,18).

  • cyan value is 0.00%
  • magenta value is 33.01%
  • yellow value is 76.56%
  • key color value is 18.04%

CMYK: (0,33,77,18)
C0M33Y77K18 (0%, 33%, 77%, 18%)
(0.00 / 0.33 / 0.77 / 0.18)

CMYK percentages

%0
%33.01
%76.56
%18.04

Codes

Color #D18C31 in popluar color models

D1 8C 31
RGB 209 140 49
HSL 34° 63.49% 50.59%
HSB/HSV 34° 76.56% 81.96%
CMYK 0.00% 33.01% 76.56%
18.04%

Color #D18C31 in popluar number systems.

HEX D1 8C 31
Decimal 209 140 49
Binary 11010001 10001100 110001
Octal 321 214 61

Shades and tints

Shades of #D18C31

#D18C31
(209,140,49)
#BE802D
(190,128,45)
#AB7429
(171,116,41)
#986825
(152,104,37)
#855C21
(133,92,33)
#72501D
(114,80,29)
#5F4419
(95,68,25)
#4C3815
(76,56,21)
#392C11
(57,44,17)
#26200D
(38,32,13)
#131409
(19,20,9)
#000000
(0,0,0)

Tints of #D18C31

#D18C31
(209,140,49)
#D59643
(213,150,67)
#D9A055
(217,160,85)
#DDAA67
(221,170,103)
#E1B479
(225,180,121)
#E5BE8B
(229,190,139)
#E9C89D
(233,200,157)
#EDD2AF
(237,210,175)
#F1DCC1
(241,220,193)
#F5E6D3
(245,230,211)
#F9F0E5
(249,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D18C31; }

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

This text font color is #D18C31.

Background Color

.myBgColor { background-color: #D18C31; }

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

This div background color is #D18C31.

Border color

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

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

This div border color is #D18C31.

Opacity

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

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

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

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

This text has shadow with #D18C31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D18C31.

Preview

Color preview on black background

This text has color #D18C31 on black background.


Color preview on white background

This text has color #D18C31 on white background.


Black color preview on #D18C31 background

This text has black color on #D18C31 background.


White color preview on #D18C31 background

This text has white color on #D18C31 background.


Related colors

Complementary color

Complementary color for #hex is #2E73CE.


I love getcolorcode.com

Triadic colors

1 #31D18C and #8C31D1 with #D18C31 are triadic colors.

2 #318CD1 and #8CD131 with #D18C31 are triadic colors.