COLOR #D38D30

HEX: #D38D30
RGB: (211,141,48)

Color info

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

RGB color model

#D38D30 color RGB value is (211,141,48).

  • red value is 211;
  • green value is 141;
  • blue value is 48.
RGB:
(211,141,48)
(83%,55%,19%)

RGB channels and saturation

R 211 of 255 = 83%
G 141 of 255 = 55%
B 48 of 255 = 19%

211
141
48

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

Portions of RGB colors in percentages

R + G + B =
211 + 141 + 48 = 400 (100%)
R 211 of 400 ~ 52.75%
G 141 of 400 ~ 35.25%
B 48 of 400 ~ 12%

%52.75
%35.25
%12

CMYK color model

#D38D30 color CMYK value is (0,33,77,17).

  • cyan value is 0.00%
  • magenta value is 33.18%
  • yellow value is 77.25%
  • key color value is 17.25%
CMYK:
(0,33,77,17)
C0M33Y77K17 
(0%,33%,77%,17%)
(0.00/0.33/0.77/0.17)	

CMYK percentages

%0
%33.18
%77.25
%17.25

Codes

Color #D38D30 in popluar color models

D38D30
RGB21114148
HSL34°64.94%50.78%
HSB/HSV34°77.25%82.75%
CMYK0.00%33.18%77.25%
17.25%

Color #D38D30 in popluar number systems.

HEXD38D30
Decimal21114148
Binary1101001110001101110000
Octal32321560

Shades and tints

Shades of #D38D30

#D38D30
(211,141,48)
#C0812C
(192,129,44)
#AD7528
(173,117,40)
#9A6924
(154,105,36)
#875D20
(135,93,32)
#74511C
(116,81,28)
#614518
(97,69,24)
#4E3914
(78,57,20)
#3B2D10
(59,45,16)
#28210C
(40,33,12)
#151508
(21,21,8)
#000000
(0,0,0)

Tints of #D38D30

#D38D30
(211,141,48)
#D79742
(215,151,66)
#DBA154
(219,161,84)
#DFAB66
(223,171,102)
#E3B578
(227,181,120)
#E7BF8A
(231,191,138)
#EBC99C
(235,201,156)
#EFD3AE
(239,211,174)
#F3DDC0
(243,221,192)
#F7E7D2
(247,231,210)
#FBF1E4
(251,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D38D30 color. Also use rgb(211,141,48) instead hex code.

Text Font Color

.myTextColor { color: #D38D30; }

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

This text font color is #D38D30.


Background Color

.myBgColor { background-color: #D38D30; }

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

This div background color is #D38D30.


Border color

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

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

This div border color is #D38D30.


Opacity

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

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

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

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

This text has shadow with #D38D30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D38D30 on black background.


Color preview on white background

This text has color #D38D30 on white background.



Black color preview on #D38D30 background

This text has black color on #D38D30 background.


White color preview on #D38D30 background

This text has white color on #D38D30 background.