COLOR #D05C18

HEX: #D05C18
RGB: (208,92,24)

Color info

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

RGB color model

#D05C18 color RGB value is (208,92,24).

  • red value is 208;
  • green value is 92;
  • blue value is 24.
RGB:
(208,92,24)
(82%,36%,9%)

RGB channels and saturation

R 208 of 255 = 82%
G 92 of 255 = 36%
B 24 of 255 = 9%

208
92
24

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

Portions of RGB colors in percentages

R + G + B =
208 + 92 + 24 = 324 (100%)
R 208 of 324 ~ 64.2%
G 92 of 324 ~ 28.4%
B 24 of 324 ~ 7.41%

%64.2
%28.4

CMYK color model

#D05C18 color CMYK value is (0,56,88,18).

  • cyan value is 0.00%
  • magenta value is 55.77%
  • yellow value is 88.46%
  • key color value is 18.43%
CMYK:
(0,56,88,18)
C0M56Y88K18 
(0%,56%,88%,18%)
(0.00/0.56/0.88/0.18)	

CMYK percentages

%0
%55.77
%88.46
%18.43

Codes

Color #D05C18 in popluar color models

D05C18
RGB2089224
HSL22°79.31%45.49%
HSB/HSV22°88.46%81.57%
CMYK0.00%55.77%88.46%
18.43%

Color #D05C18 in popluar number systems.

HEXD05C18
Decimal2089224
Binary11010000101110011000
Octal32013430

Shades and tints

Shades of #D05C18

#D05C18
(208,92,24)
#BE5416
(190,84,22)
#AC4C14
(172,76,20)
#9A4412
(154,68,18)
#883C10
(136,60,16)
#76340E
(118,52,14)
#642C0C
(100,44,12)
#52240A
(82,36,10)
#401C08
(64,28,8)
#2E1406
(46,20,6)
#1C0C04
(28,12,4)
#000000
(0,0,0)

Tints of #D05C18

#D05C18
(208,92,24)
#D46A2D
(212,106,45)
#D87842
(216,120,66)
#DC8657
(220,134,87)
#E0946C
(224,148,108)
#E4A281
(228,162,129)
#E8B096
(232,176,150)
#ECBEAB
(236,190,171)
#F0CCC0
(240,204,192)
#F4DAD5
(244,218,213)
#F8E8EA
(248,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D05C18 color. Also use rgb(208,92,24) instead hex code.

Text Font Color

.myTextColor { color: #D05C18; }

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

This text font color is #D05C18.


Background Color

.myBgColor { background-color: #D05C18; }

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

This div background color is #D05C18.


Border color

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

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

This div border color is #D05C18.


Opacity

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

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

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

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

This text has shadow with #D05C18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D05C18 on black background.


Color preview on white background

This text has color #D05C18 on white background.



Black color preview on #D05C18 background

This text has black color on #D05C18 background.


White color preview on #D05C18 background

This text has white color on #D05C18 background.