COLOR #DC7701

HEX: #DC7701
RGB: (220,119,1)

Color info

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

RGB color model

#DC7701 color RGB value is (220,119,1).

  • red value is 220;
  • green value is 119;
  • blue value is 1.
RGB:
(220,119,1)
(86%,47%,0%)

RGB channels and saturation

R 220 of 255 = 86%
G 119 of 255 = 47%
B 1 of 255 = 0%

220
119
1

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

Portions of RGB colors in percentages

R + G + B =
220 + 119 + 1 = 340 (100%)
R 220 of 340 ~ 64.71%
G 119 of 340 ~ 35%
B 1 of 340 ~ 0.29%

%64.71
%35

CMYK color model

#DC7701 color CMYK value is (0,46,100,14).

  • cyan value is 0.00%
  • magenta value is 45.91%
  • yellow value is 99.55%
  • key color value is 13.73%
CMYK:
(0,46,100,14)
C0M46Y100K14 
(0%,46%,100%,14%)
(0.00/0.46/1.00/0.14)	

CMYK percentages

%0
%45.91
%99.55
%13.73

Codes

Color #DC7701 in popluar color models

DC7701
RGB2201191
HSL32°99.10%43.33%
HSB/HSV32°99.55%86.27%
CMYK0.00%45.91%99.55%
13.73%

Color #DC7701 in popluar number systems.

HEXDC7701
Decimal2201191
Binary1101110011101111
Octal3341671

Shades and tints

Shades of #DC7701

#DC7701
(220,119,1)
#C86D01
(200,109,1)
#B46301
(180,99,1)
#A05901
(160,89,1)
#8C4F01
(140,79,1)
#784501
(120,69,1)
#643B01
(100,59,1)
#503101
(80,49,1)
#3C2701
(60,39,1)
#281D01
(40,29,1)
#141301
(20,19,1)
#000000
(0,0,0)

Tints of #DC7701

#DC7701
(220,119,1)
#DF8318
(223,131,24)
#E28F2F
(226,143,47)
#E59B46
(229,155,70)
#E8A75D
(232,167,93)
#EBB374
(235,179,116)
#EEBF8B
(238,191,139)
#F1CBA2
(241,203,162)
#F4D7B9
(244,215,185)
#F7E3D0
(247,227,208)
#FAEFE7
(250,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC7701 color. Also use rgb(220,119,1) instead hex code.

Text Font Color

.myTextColor { color: #DC7701; }

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

This text font color is #DC7701.


Background Color

.myBgColor { background-color: #DC7701; }

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

This div background color is #DC7701.


Border color

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

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

This div border color is #DC7701.


Opacity

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

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

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

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

This text has shadow with #DC7701 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC7701 on black background.


Color preview on white background

This text has color #DC7701 on white background.



Black color preview on #DC7701 background

This text has black color on #DC7701 background.


White color preview on #DC7701 background

This text has white color on #DC7701 background.