COLOR #DC7F33

HEX: #DC7F33
RGB: (220,127,51)

Color info

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

RGB color model

#DC7F33 color RGB value is (220,127,51).

  • red value is 220;
  • green value is 127;
  • blue value is 51.
RGB:
(220,127,51)
(86%,50%,20%)

RGB channels and saturation

R 220 of 255 = 86%
G 127 of 255 = 50%
B 51 of 255 = 20%

220
127
51

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

Portions of RGB colors in percentages

R + G + B =
220 + 127 + 51 = 398 (100%)
R 220 of 398 ~ 55.28%
G 127 of 398 ~ 31.91%
B 51 of 398 ~ 12.81%

%55.28
%31.91
%12.81

CMYK color model

#DC7F33 color CMYK value is (0,42,77,14).

  • cyan value is 0.00%
  • magenta value is 42.27%
  • yellow value is 76.82%
  • key color value is 13.73%
CMYK:
(0,42,77,14)
C0M42Y77K14 
(0%,42%,77%,14%)
(0.00/0.42/0.77/0.14)	

CMYK percentages

%0
%42.27
%76.82
%13.73

Codes

Color #DC7F33 in popluar color models

DC7F33
RGB22012751
HSL27°70.71%53.14%
HSB/HSV27°76.82%86.27%
CMYK0.00%42.27%76.82%
13.73%

Color #DC7F33 in popluar number systems.

HEXDC7F33
Decimal22012751
Binary110111001111111110011
Octal33417763

Shades and tints

Shades of #DC7F33

#DC7F33
(220,127,51)
#C8742F
(200,116,47)
#B4692B
(180,105,43)
#A05E27
(160,94,39)
#8C5323
(140,83,35)
#78481F
(120,72,31)
#643D1B
(100,61,27)
#503217
(80,50,23)
#3C2713
(60,39,19)
#281C0F
(40,28,15)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #DC7F33

#DC7F33
(220,127,51)
#DF8A45
(223,138,69)
#E29557
(226,149,87)
#E5A069
(229,160,105)
#E8AB7B
(232,171,123)
#EBB68D
(235,182,141)
#EEC19F
(238,193,159)
#F1CCB1
(241,204,177)
#F4D7C3
(244,215,195)
#F7E2D5
(247,226,213)
#FAEDE7
(250,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC7F33 color. Also use rgb(220,127,51) instead hex code.

Text Font Color

.myTextColor { color: #DC7F33; }

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

This text font color is #DC7F33.


Background Color

.myBgColor { background-color: #DC7F33; }

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

This div background color is #DC7F33.


Border color

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

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

This div border color is #DC7F33.


Opacity

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

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

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

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

This text has shadow with #DC7F33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC7F33 on black background.


Color preview on white background

This text has color #DC7F33 on white background.



Black color preview on #DC7F33 background

This text has black color on #DC7F33 background.


White color preview on #DC7F33 background

This text has white color on #DC7F33 background.