COLOR #DC6C18

HEX: #DC6C18
RGB: (220,108,24)

Color info

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

RGB color model

#DC6C18 color RGB value is (220,108,24).

  • red value is 220;
  • green value is 108;
  • blue value is 24.
RGB:
(220,108,24)
(86%,42%,9%)

RGB channels and saturation

R 220 of 255 = 86%
G 108 of 255 = 42%
B 24 of 255 = 9%

220
108
24

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

Portions of RGB colors in percentages

R + G + B =
220 + 108 + 24 = 352 (100%)
R 220 of 352 ~ 62.5%
G 108 of 352 ~ 30.68%
B 24 of 352 ~ 6.82%

%62.5
%30.68

CMYK color model

#DC6C18 color CMYK value is (0,51,89,14).

  • cyan value is 0.00%
  • magenta value is 50.91%
  • yellow value is 89.09%
  • key color value is 13.73%
CMYK:
(0,51,89,14)
C0M51Y89K14 
(0%,51%,89%,14%)
(0.00/0.51/0.89/0.14)	

CMYK percentages

%0
%50.91
%89.09
%13.73

Codes

Color #DC6C18 in popluar color models

DC6C18
RGB22010824
HSL26°80.33%47.84%
HSB/HSV26°89.09%86.27%
CMYK0.00%50.91%89.09%
13.73%

Color #DC6C18 in popluar number systems.

HEXDC6C18
Decimal22010824
Binary11011100110110011000
Octal33415430

Shades and tints

Shades of #DC6C18

#DC6C18
(220,108,24)
#C86316
(200,99,22)
#B45A14
(180,90,20)
#A05112
(160,81,18)
#8C4810
(140,72,16)
#783F0E
(120,63,14)
#64360C
(100,54,12)
#502D0A
(80,45,10)
#3C2408
(60,36,8)
#281B06
(40,27,6)
#141204
(20,18,4)
#000000
(0,0,0)

Tints of #DC6C18

#DC6C18
(220,108,24)
#DF792D
(223,121,45)
#E28642
(226,134,66)
#E59357
(229,147,87)
#E8A06C
(232,160,108)
#EBAD81
(235,173,129)
#EEBA96
(238,186,150)
#F1C7AB
(241,199,171)
#F4D4C0
(244,212,192)
#F7E1D5
(247,225,213)
#FAEEEA
(250,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC6C18 color. Also use rgb(220,108,24) instead hex code.

Text Font Color

.myTextColor { color: #DC6C18; }

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

This text font color is #DC6C18.


Background Color

.myBgColor { background-color: #DC6C18; }

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

This div background color is #DC6C18.


Border color

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

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

This div border color is #DC6C18.


Opacity

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

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

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

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

This text has shadow with #DC6C18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC6C18 on black background.


Color preview on white background

This text has color #DC6C18 on white background.



Black color preview on #DC6C18 background

This text has black color on #DC6C18 background.


White color preview on #DC6C18 background

This text has white color on #DC6C18 background.