COLOR #D15E03

HEX: #D15E03
RGB: (209,94,3)

Color info

#D15E03 contains mainly red color. Web safe color of #D15E03 is #CC6600 (or #C60).

RGB color model

#D15E03 color RGB value is (209,94,3).

  • red value is 209;
  • green value is 94;
  • blue value is 3.
RGB:
(209,94,3)
(82%,37%,1%)

RGB channels and saturation

R 209 of 255 = 82%
G 94 of 255 = 37%
B 3 of 255 = 1%

209
94
3

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

Portions of RGB colors in percentages

R + G + B =
209 + 94 + 3 = 306 (100%)
R 209 of 306 ~ 68.3%
G 94 of 306 ~ 30.72%
B 3 of 306 ~ 0.98%

%68.3
%30.72

CMYK color model

#D15E03 color CMYK value is (0,55,99,18).

  • cyan value is 0.00%
  • magenta value is 55.02%
  • yellow value is 98.56%
  • key color value is 18.04%
CMYK:
(0,55,99,18)
C0M55Y99K18 
(0%,55%,99%,18%)
(0.00/0.55/0.99/0.18)	

CMYK percentages

%0
%55.02
%98.56
%18.04

Codes

Color #D15E03 in popluar color models

D15E03
RGB209943
HSL27°97.17%41.57%
HSB/HSV27°98.56%81.96%
CMYK0.00%55.02%98.56%
18.04%

Color #D15E03 in popluar number systems.

HEXD15E03
Decimal209943
Binary11010001101111011
Octal3211363

Shades and tints

Shades of #D15E03

#D15E03
(209,94,3)
#BE5603
(190,86,3)
#AB4E03
(171,78,3)
#984603
(152,70,3)
#853E03
(133,62,3)
#723603
(114,54,3)
#5F2E03
(95,46,3)
#4C2603
(76,38,3)
#391E03
(57,30,3)
#261603
(38,22,3)
#130E03
(19,14,3)
#000000
(0,0,0)

Tints of #D15E03

#D15E03
(209,94,3)
#D56C19
(213,108,25)
#D97A2F
(217,122,47)
#DD8845
(221,136,69)
#E1965B
(225,150,91)
#E5A471
(229,164,113)
#E9B287
(233,178,135)
#EDC09D
(237,192,157)
#F1CEB3
(241,206,179)
#F5DCC9
(245,220,201)
#F9EADF
(249,234,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D15E03 color. Also use rgb(209,94,3) instead hex code.

Text Font Color

.myTextColor { color: #D15E03; }

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

This text font color is #D15E03.


Background Color

.myBgColor { background-color: #D15E03; }

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

This div background color is #D15E03.


Border color

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

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

This div border color is #D15E03.


Opacity

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

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

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

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

This text has shadow with #D15E03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D15E03 on black background.


Color preview on white background

This text has color #D15E03 on white background.



Black color preview on #D15E03 background

This text has black color on #D15E03 background.


White color preview on #D15E03 background

This text has white color on #D15E03 background.