COLOR #D9873C

HEX: #D9873C RGB: (217,135,60)

Color info

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

RGB color model

#D9873C color RGB value is (217,135,60).

RGB: (217,135,60) (85%, 53%, 24%)

RGB channels and saturation

R 217 of 255 = 85%
G 135 of 255 = 53%
B 60 of 255 = 24%

217
135
60

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

Portions of RGB colors in percentages

R + G + B = 217 + 135 + 60 = 412 (100%)
R 217 of 412 ~ 52.67%
G 135 of 412 ~ 32.77%
B 60 of 412 ~ 14.56'%

%52.67
%32.77
%14.56

CMYK color model

#D9873C color CMYK value is (0,38,72,15).

  • cyan value is 0.00%
  • magenta value is 37.79%
  • yellow value is 72.35%
  • key color value is 14.90%

CMYK: (0,38,72,15)
C0M38Y72K15 (0%, 38%, 72%, 15%)
(0.00 / 0.38 / 0.72 / 0.15)

CMYK percentages

%0
%37.79
%72.35
%14.9

Codes

Color #D9873C in popluar color models

D9 87 3C
RGB 217 135 60
HSL 29° 67.38% 54.31%
HSB/HSV 29° 72.35% 85.10%
CMYK 0.00% 37.79% 72.35%
14.90%

Color #D9873C in popluar number systems.

HEX D9 87 3C
Decimal 217 135 60
Binary 11011001 10000111 111100
Octal 331 207 74

Shades and tints

Shades of #D9873C

#D9873C
(217,135,60)
#C67B37
(198,123,55)
#B36F32
(179,111,50)
#A0632D
(160,99,45)
#8D5728
(141,87,40)
#7A4B23
(122,75,35)
#673F1E
(103,63,30)
#543319
(84,51,25)
#412714
(65,39,20)
#2E1B0F
(46,27,15)
#1B0F0A
(27,15,10)
#000000
(0,0,0)

Tints of #D9873C

#D9873C
(217,135,60)
#DC914D
(220,145,77)
#DF9B5E
(223,155,94)
#E2A56F
(226,165,111)
#E5AF80
(229,175,128)
#E8B991
(232,185,145)
#EBC3A2
(235,195,162)
#EECDB3
(238,205,179)
#F1D7C4
(241,215,196)
#F4E1D5
(244,225,213)
#F7EBE6
(247,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9873C color. Also use rgb(217,135,60) instead hex code.

Text Font Color

.myTextColor { color: #D9873C; }

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

This text font color is #D9873C.

Background Color

.myBgColor { background-color: #D9873C; }

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

This div background color is #D9873C.

Border color

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

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

This div border color is #D9873C.

Opacity

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

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

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

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

This text has shadow with #D9873C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9873C.

Preview

Color preview on black background

This text has color #D9873C on black background.


Color preview on white background

This text has color #D9873C on white background.


Black color preview on #D9873C background

This text has black color on #D9873C background.


White color preview on #D9873C background

This text has white color on #D9873C background.


Related colors

Complementary color

Complementary color for #hex is #2678C3.


I love getcolorcode.com

Triadic colors

1 #3CD987 and #873CD9 with #D9873C are triadic colors.

2 #3C87D9 and #87D93C with #D9873C are triadic colors.