COLOR #DC7A1A

HEX: #DC7A1A
RGB: (220,122,26)

Color info

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

RGB color model

#DC7A1A color RGB value is (220,122,26).

  • red value is 220;
  • green value is 122;
  • blue value is 26.
RGB:
(220,122,26)
(86%,48%,10%)

RGB channels and saturation

R 220 of 255 = 86%
G 122 of 255 = 48%
B 26 of 255 = 10%

220
122
26

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

Portions of RGB colors in percentages

R + G + B =
220 + 122 + 26 = 368 (100%)
R 220 of 368 ~ 59.78%
G 122 of 368 ~ 33.15%
B 26 of 368 ~ 7.07%

%59.78
%33.15

CMYK color model

#DC7A1A color CMYK value is (0,45,88,14).

  • cyan value is 0.00%
  • magenta value is 44.55%
  • yellow value is 88.18%
  • key color value is 13.73%
CMYK:
(0,45,88,14)
C0M45Y88K14 
(0%,45%,88%,14%)
(0.00/0.45/0.88/0.14)	

CMYK percentages

%0
%44.55
%88.18
%13.73

Codes

Color #DC7A1A in popluar color models

DC7A1A
RGB22012226
HSL30°78.86%48.24%
HSB/HSV30°88.18%86.27%
CMYK0.00%44.55%88.18%
13.73%

Color #DC7A1A in popluar number systems.

HEXDC7A1A
Decimal22012226
Binary11011100111101011010
Octal33417232

Shades and tints

Shades of #DC7A1A

#DC7A1A
(220,122,26)
#C86F18
(200,111,24)
#B46416
(180,100,22)
#A05914
(160,89,20)
#8C4E12
(140,78,18)
#784310
(120,67,16)
#64380E
(100,56,14)
#502D0C
(80,45,12)
#3C220A
(60,34,10)
#281708
(40,23,8)
#140C06
(20,12,6)
#000000
(0,0,0)

Tints of #DC7A1A

#DC7A1A
(220,122,26)
#DF862E
(223,134,46)
#E29242
(226,146,66)
#E59E56
(229,158,86)
#E8AA6A
(232,170,106)
#EBB67E
(235,182,126)
#EEC292
(238,194,146)
#F1CEA6
(241,206,166)
#F4DABA
(244,218,186)
#F7E6CE
(247,230,206)
#FAF2E2
(250,242,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC7A1A color. Also use rgb(220,122,26) instead hex code.

Text Font Color

.myTextColor { color: #DC7A1A; }

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

This text font color is #DC7A1A.


Background Color

.myBgColor { background-color: #DC7A1A; }

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

This div background color is #DC7A1A.


Border color

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

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

This div border color is #DC7A1A.


Opacity

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

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

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

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

This text has shadow with #DC7A1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC7A1A on black background.


Color preview on white background

This text has color #DC7A1A on white background.



Black color preview on #DC7A1A background

This text has black color on #DC7A1A background.


White color preview on #DC7A1A background

This text has white color on #DC7A1A background.