COLOR #D38C03

HEX: #D38C03
RGB: (211,140,3)

Color info

#D38C03 contains mainly red color. Web safe color of #D38C03 is #CC9900 (or #C90).

RGB color model

#D38C03 color RGB value is (211,140,3).

  • red value is 211;
  • green value is 140;
  • blue value is 3.
RGB:
(211,140,3)
(83%,55%,1%)

RGB channels and saturation

R 211 of 255 = 83%
G 140 of 255 = 55%
B 3 of 255 = 1%

211
140
3

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

Portions of RGB colors in percentages

R + G + B =
211 + 140 + 3 = 354 (100%)
R 211 of 354 ~ 59.6%
G 140 of 354 ~ 39.55%
B 3 of 354 ~ 0.85%

%59.6
%39.55

CMYK color model

#D38C03 color CMYK value is (0,34,99,17).

  • cyan value is 0.00%
  • magenta value is 33.65%
  • yellow value is 98.58%
  • key color value is 17.25%
CMYK:
(0,34,99,17)
C0M34Y99K17 
(0%,34%,99%,17%)
(0.00/0.34/0.99/0.17)	

CMYK percentages

%0
%33.65
%98.58
%17.25

Codes

Color #D38C03 in popluar color models

D38C03
RGB2111403
HSL40°97.20%41.96%
HSB/HSV40°98.58%82.75%
CMYK0.00%33.65%98.58%
17.25%

Color #D38C03 in popluar number systems.

HEXD38C03
Decimal2111403
Binary110100111000110011
Octal3232143

Shades and tints

Shades of #D38C03

#D38C03
(211,140,3)
#C08003
(192,128,3)
#AD7403
(173,116,3)
#9A6803
(154,104,3)
#875C03
(135,92,3)
#745003
(116,80,3)
#614403
(97,68,3)
#4E3803
(78,56,3)
#3B2C03
(59,44,3)
#282003
(40,32,3)
#151403
(21,20,3)
#000000
(0,0,0)

Tints of #D38C03

#D38C03
(211,140,3)
#D79619
(215,150,25)
#DBA02F
(219,160,47)
#DFAA45
(223,170,69)
#E3B45B
(227,180,91)
#E7BE71
(231,190,113)
#EBC887
(235,200,135)
#EFD29D
(239,210,157)
#F3DCB3
(243,220,179)
#F7E6C9
(247,230,201)
#FBF0DF
(251,240,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D38C03 color. Also use rgb(211,140,3) instead hex code.

Text Font Color

.myTextColor { color: #D38C03; }

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

This text font color is #D38C03.


Background Color

.myBgColor { background-color: #D38C03; }

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

This div background color is #D38C03.


Border color

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

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

This div border color is #D38C03.


Opacity

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

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

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

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

This text has shadow with #D38C03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D38C03 on black background.


Color preview on white background

This text has color #D38C03 on white background.



Black color preview on #D38C03 background

This text has black color on #D38C03 background.


White color preview on #D38C03 background

This text has white color on #D38C03 background.