COLOR #D38F6A

HEX: #D38F6A RGB: (211,143,106)

Color info

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

RGB color model

#D38F6A color RGB value is (211,143,106).

RGB: (211,143,106) (83%, 56%, 42%)

RGB channels and saturation

R 211 of 255 = 83%
G 143 of 255 = 56%
B 106 of 255 = 42%

211
143
106

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

Portions of RGB colors in percentages

R + G + B = 211 + 143 + 106 = 460 (100%)
R 211 of 460 ~ 45.87%
G 143 of 460 ~ 31.09%
B 106 of 460 ~ 23.04'%

%45.87
%31.09
%23.04

CMYK color model

#D38F6A color CMYK value is (0,32,50,17).

  • cyan value is 0.00%
  • magenta value is 32.23%
  • yellow value is 49.76%
  • key color value is 17.25%

CMYK: (0,32,50,17)
C0M32Y50K17 (0%, 32%, 50%, 17%)
(0.00 / 0.32 / 0.50 / 0.17)

CMYK percentages

%0
%32.23
%49.76
%17.25

Codes

Color #D38F6A in popluar color models

D3 8F 6A
RGB 211 143 106
HSL 21° 54.40% 62.16%
HSB/HSV 21° 49.76% 82.75%
CMYK 0.00% 32.23% 49.76%
17.25%

Color #D38F6A in popluar number systems.

HEX D3 8F 6A
Decimal 211 143 106
Binary 11010011 10001111 1101010
Octal 323 217 152

Shades and tints

Shades of #D38F6A

#D38F6A
(211,143,106)
#C08261
(192,130,97)
#AD7558
(173,117,88)
#9A684F
(154,104,79)
#875B46
(135,91,70)
#744E3D
(116,78,61)
#614134
(97,65,52)
#4E342B
(78,52,43)
#3B2722
(59,39,34)
#281A19
(40,26,25)
#150D10
(21,13,16)
#000000
(0,0,0)

Tints of #D38F6A

#D38F6A
(211,143,106)
#D79977
(215,153,119)
#DBA384
(219,163,132)
#DFAD91
(223,173,145)
#E3B79E
(227,183,158)
#E7C1AB
(231,193,171)
#EBCBB8
(235,203,184)
#EFD5C5
(239,213,197)
#F3DFD2
(243,223,210)
#F7E9DF
(247,233,223)
#FBF3EC
(251,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D38F6A color. Also use rgb(211,143,106) instead hex code.

Text Font Color

.myTextColor { color: #D38F6A; }

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

This text font color is #D38F6A.

Background Color

.myBgColor { background-color: #D38F6A; }

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

This div background color is #D38F6A.

Border color

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

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

This div border color is #D38F6A.

Opacity

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

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

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

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

This text has shadow with #D38F6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D38F6A.

Preview

Color preview on black background

This text has color #D38F6A on black background.


Color preview on white background

This text has color #D38F6A on white background.


Black color preview on #D38F6A background

This text has black color on #D38F6A background.


White color preview on #D38F6A background

This text has white color on #D38F6A background.


Related colors

Complementary color

Complementary color for #D38F6A is #2C7095.


I love getcolorcode.com

Triadic colors

1 #6AD38F and #8F6AD3 with #D38F6A are triadic colors.

2 #6A8FD3 and #8FD36A with #D38F6A are triadic colors.