COLOR #DC7717

HEX: #DC7717
RGB: (220,119,23)

Color info

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

RGB color model

#DC7717 color RGB value is (220,119,23).

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

RGB channels and saturation

R 220 of 255 = 86%
G 119 of 255 = 47%
B 23 of 255 = 9%

220
119
23

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

Portions of RGB colors in percentages

R + G + B =
220 + 119 + 23 = 362 (100%)
R 220 of 362 ~ 60.77%
G 119 of 362 ~ 32.87%
B 23 of 362 ~ 6.35%

%60.77
%32.87

CMYK color model

#DC7717 color CMYK value is (0,46,90,14).

  • cyan value is 0.00%
  • magenta value is 45.91%
  • yellow value is 89.55%
  • key color value is 13.73%
CMYK:
(0,46,90,14)
C0M46Y90K14 
(0%,46%,90%,14%)
(0.00/0.46/0.90/0.14)	

CMYK percentages

%0
%45.91
%89.55
%13.73

Codes

Color #DC7717 in popluar color models

DC7717
RGB22011923
HSL29°81.07%47.65%
HSB/HSV29°89.55%86.27%
CMYK0.00%45.91%89.55%
13.73%

Color #DC7717 in popluar number systems.

HEXDC7717
Decimal22011923
Binary11011100111011110111
Octal33416727

Shades and tints

Shades of #DC7717

#DC7717
(220,119,23)
#C86D15
(200,109,21)
#B46313
(180,99,19)
#A05911
(160,89,17)
#8C4F0F
(140,79,15)
#78450D
(120,69,13)
#643B0B
(100,59,11)
#503109
(80,49,9)
#3C2707
(60,39,7)
#281D05
(40,29,5)
#141303
(20,19,3)
#000000
(0,0,0)

Tints of #DC7717

#DC7717
(220,119,23)
#DF832C
(223,131,44)
#E28F41
(226,143,65)
#E59B56
(229,155,86)
#E8A76B
(232,167,107)
#EBB380
(235,179,128)
#EEBF95
(238,191,149)
#F1CBAA
(241,203,170)
#F4D7BF
(244,215,191)
#F7E3D4
(247,227,212)
#FAEFE9
(250,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC7717; }

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

This text font color is #DC7717.


Background Color

.myBgColor { background-color: #DC7717; }

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

This div background color is #DC7717.


Border color

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

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

This div border color is #DC7717.


Opacity

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

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

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

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

This text has shadow with #DC7717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC7717 on black background.


Color preview on white background

This text has color #DC7717 on white background.



Black color preview on #DC7717 background

This text has black color on #DC7717 background.


White color preview on #DC7717 background

This text has white color on #DC7717 background.