COLOR #D18F32

HEX: #D18F32
RGB: (209,143,50)

Color info

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

RGB color model

#D18F32 color RGB value is (209,143,50).

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

RGB channels and saturation

R 209 of 255 = 82%
G 143 of 255 = 56%
B 50 of 255 = 20%

209
143
50

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

Portions of RGB colors in percentages

R + G + B =
209 + 143 + 50 = 402 (100%)
R 209 of 402 ~ 51.99%
G 143 of 402 ~ 35.57%
B 50 of 402 ~ 12.44%

%51.99
%35.57
%12.44

CMYK color model

#D18F32 color CMYK value is (0,32,76,18).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 76.08%
  • key color value is 18.04%
CMYK:
(0,32,76,18)
C0M32Y76K18 
(0%,32%,76%,18%)
(0.00/0.32/0.76/0.18)	

CMYK percentages

%0
%31.58
%76.08
%18.04

Codes

Color #D18F32 in popluar color models

D18F32
RGB20914350
HSL35°63.35%50.78%
HSB/HSV35°76.08%81.96%
CMYK0.00%31.58%76.08%
18.04%

Color #D18F32 in popluar number systems.

HEXD18F32
Decimal20914350
Binary1101000110001111110010
Octal32121762

Shades and tints

Shades of #D18F32

#D18F32
(209,143,50)
#BE822E
(190,130,46)
#AB752A
(171,117,42)
#986826
(152,104,38)
#855B22
(133,91,34)
#724E1E
(114,78,30)
#5F411A
(95,65,26)
#4C3416
(76,52,22)
#392712
(57,39,18)
#261A0E
(38,26,14)
#130D0A
(19,13,10)
#000000
(0,0,0)

Tints of #D18F32

#D18F32
(209,143,50)
#D59944
(213,153,68)
#D9A356
(217,163,86)
#DDAD68
(221,173,104)
#E1B77A
(225,183,122)
#E5C18C
(229,193,140)
#E9CB9E
(233,203,158)
#EDD5B0
(237,213,176)
#F1DFC2
(241,223,194)
#F5E9D4
(245,233,212)
#F9F3E6
(249,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D18F32; }

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

This text font color is #D18F32.


Background Color

.myBgColor { background-color: #D18F32; }

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

This div background color is #D18F32.


Border color

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

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

This div border color is #D18F32.


Opacity

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

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

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

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

This text has shadow with #D18F32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18F32 on black background.


Color preview on white background

This text has color #D18F32 on white background.



Black color preview on #D18F32 background

This text has black color on #D18F32 background.


White color preview on #D18F32 background

This text has white color on #D18F32 background.