COLOR #DC6E1B

HEX: #DC6E1B
RGB: (220,110,27)

Color info

#DC6E1B contains mainly red color. Web safe color of #DC6E1B is #CC6633 (or #C63).

RGB color model

#DC6E1B color RGB value is (220,110,27).

  • red value is 220;
  • green value is 110;
  • blue value is 27.
RGB:
(220,110,27)
(86%,43%,11%)

RGB channels and saturation

R 220 of 255 = 86%
G 110 of 255 = 43%
B 27 of 255 = 11%

220
110
27

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

Portions of RGB colors in percentages

R + G + B =
220 + 110 + 27 = 357 (100%)
R 220 of 357 ~ 61.62%
G 110 of 357 ~ 30.81%
B 27 of 357 ~ 7.56%

%61.62
%30.81

CMYK color model

#DC6E1B color CMYK value is (0,50,88,14).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 87.73%
  • key color value is 13.73%
CMYK:
(0,50,88,14)
C0M50Y88K14 
(0%,50%,88%,14%)
(0.00/0.50/0.88/0.14)	

CMYK percentages

%0
%50
%87.73
%13.73

Codes

Color #DC6E1B in popluar color models

DC6E1B
RGB22011027
HSL26°78.14%48.43%
HSB/HSV26°87.73%86.27%
CMYK0.00%50.00%87.73%
13.73%

Color #DC6E1B in popluar number systems.

HEXDC6E1B
Decimal22011027
Binary11011100110111011011
Octal33415633

Shades and tints

Shades of #DC6E1B

#DC6E1B
(220,110,27)
#C86419
(200,100,25)
#B45A17
(180,90,23)
#A05015
(160,80,21)
#8C4613
(140,70,19)
#783C11
(120,60,17)
#64320F
(100,50,15)
#50280D
(80,40,13)
#3C1E0B
(60,30,11)
#281409
(40,20,9)
#140A07
(20,10,7)
#000000
(0,0,0)

Tints of #DC6E1B

#DC6E1B
(220,110,27)
#DF7B2F
(223,123,47)
#E28843
(226,136,67)
#E59557
(229,149,87)
#E8A26B
(232,162,107)
#EBAF7F
(235,175,127)
#EEBC93
(238,188,147)
#F1C9A7
(241,201,167)
#F4D6BB
(244,214,187)
#F7E3CF
(247,227,207)
#FAF0E3
(250,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC6E1B color. Also use rgb(220,110,27) instead hex code.

Text Font Color

.myTextColor { color: #DC6E1B; }

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

This text font color is #DC6E1B.


Background Color

.myBgColor { background-color: #DC6E1B; }

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

This div background color is #DC6E1B.


Border color

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

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

This div border color is #DC6E1B.


Opacity

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

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

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

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

This text has shadow with #DC6E1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC6E1B on black background.


Color preview on white background

This text has color #DC6E1B on white background.



Black color preview on #DC6E1B background

This text has black color on #DC6E1B background.


White color preview on #DC6E1B background

This text has white color on #DC6E1B background.