COLOR #D38B63

HEX: #D38B63
RGB: (211,139,99)

Color info

#D38B63 contains mainly red color. Web safe color of #D38B63 is #CC9966 (or #C96).

RGB color model

#D38B63 color RGB value is (211,139,99).

  • red value is 211;
  • green value is 139;
  • blue value is 99.
RGB:
(211,139,99)
(83%,55%,39%)

RGB channels and saturation

R 211 of 255 = 83%
G 139 of 255 = 55%
B 99 of 255 = 39%

211
139
99

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

Portions of RGB colors in percentages

R + G + B =
211 + 139 + 99 = 449 (100%)
R 211 of 449 ~ 46.99%
G 139 of 449 ~ 30.96%
B 99 of 449 ~ 22.05%

%46.99
%30.96
%22.05

CMYK color model

#D38B63 color CMYK value is (0,34,53,17).

  • cyan value is 0.00%
  • magenta value is 34.12%
  • yellow value is 53.08%
  • key color value is 17.25%
CMYK:
(0,34,53,17)
C0M34Y53K17 
(0%,34%,53%,17%)
(0.00/0.34/0.53/0.17)	

CMYK percentages

%0
%34.12
%53.08
%17.25

Codes

Color #D38B63 in popluar color models

D38B63
RGB21113999
HSL21°56.00%60.78%
HSB/HSV21°53.08%82.75%
CMYK0.00%34.12%53.08%
17.25%

Color #D38B63 in popluar number systems.

HEXD38B63
Decimal21113999
Binary11010011100010111100011
Octal323213143

Shades and tints

Shades of #D38B63

#D38B63
(211,139,99)
#C07F5A
(192,127,90)
#AD7351
(173,115,81)
#9A6748
(154,103,72)
#875B3F
(135,91,63)
#744F36
(116,79,54)
#61432D
(97,67,45)
#4E3724
(78,55,36)
#3B2B1B
(59,43,27)
#281F12
(40,31,18)
#151309
(21,19,9)
#000000
(0,0,0)

Tints of #D38B63

#D38B63
(211,139,99)
#D79571
(215,149,113)
#DB9F7F
(219,159,127)
#DFA98D
(223,169,141)
#E3B39B
(227,179,155)
#E7BDA9
(231,189,169)
#EBC7B7
(235,199,183)
#EFD1C5
(239,209,197)
#F3DBD3
(243,219,211)
#F7E5E1
(247,229,225)
#FBEFEF
(251,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D38B63 color. Also use rgb(211,139,99) instead hex code.

Text Font Color

.myTextColor { color: #D38B63; }

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

This text font color is #D38B63.


Background Color

.myBgColor { background-color: #D38B63; }

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

This div background color is #D38B63.


Border color

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

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

This div border color is #D38B63.


Opacity

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

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

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

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

This text has shadow with #D38B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D38B63 on black background.


Color preview on white background

This text has color #D38B63 on white background.



Black color preview on #D38B63 background

This text has black color on #D38B63 background.


White color preview on #D38B63 background

This text has white color on #D38B63 background.