COLOR #DF772A

HEX: #DF772A
RGB: (223,119,42)

Color info

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

RGB color model

#DF772A color RGB value is (223,119,42).

  • red value is 223;
  • green value is 119;
  • blue value is 42.
RGB:
(223,119,42)
(87%,47%,16%)

RGB channels and saturation

R 223 of 255 = 87%
G 119 of 255 = 47%
B 42 of 255 = 16%

223
119
42

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

Portions of RGB colors in percentages

R + G + B =
223 + 119 + 42 = 384 (100%)
R 223 of 384 ~ 58.07%
G 119 of 384 ~ 30.99%
B 42 of 384 ~ 10.94%

%58.07
%30.99
%10.94

CMYK color model

#DF772A color CMYK value is (0,47,81,13).

  • cyan value is 0.00%
  • magenta value is 46.64%
  • yellow value is 81.17%
  • key color value is 12.55%
CMYK:
(0,47,81,13)
C0M47Y81K13 
(0%,47%,81%,13%)
(0.00/0.47/0.81/0.13)	

CMYK percentages

%0
%46.64
%81.17
%12.55

Codes

Color #DF772A in popluar color models

DF772A
RGB22311942
HSL26°73.88%51.96%
HSB/HSV26°81.17%87.45%
CMYK0.00%46.64%81.17%
12.55%

Color #DF772A in popluar number systems.

HEXDF772A
Decimal22311942
Binary110111111110111101010
Octal33716752

Shades and tints

Shades of #DF772A

#DF772A
(223,119,42)
#CB6D27
(203,109,39)
#B76324
(183,99,36)
#A35921
(163,89,33)
#8F4F1E
(143,79,30)
#7B451B
(123,69,27)
#673B18
(103,59,24)
#533115
(83,49,21)
#3F2712
(63,39,18)
#2B1D0F
(43,29,15)
#17130C
(23,19,12)
#000000
(0,0,0)

Tints of #DF772A

#DF772A
(223,119,42)
#E1833D
(225,131,61)
#E38F50
(227,143,80)
#E59B63
(229,155,99)
#E7A776
(231,167,118)
#E9B389
(233,179,137)
#EBBF9C
(235,191,156)
#EDCBAF
(237,203,175)
#EFD7C2
(239,215,194)
#F1E3D5
(241,227,213)
#F3EFE8
(243,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF772A color. Also use rgb(223,119,42) instead hex code.

Text Font Color

.myTextColor { color: #DF772A; }

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

This text font color is #DF772A.


Background Color

.myBgColor { background-color: #DF772A; }

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

This div background color is #DF772A.


Border color

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

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

This div border color is #DF772A.


Opacity

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

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

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

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

This text has shadow with #DF772A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF772A on black background.


Color preview on white background

This text has color #DF772A on white background.



Black color preview on #DF772A background

This text has black color on #DF772A background.


White color preview on #DF772A background

This text has white color on #DF772A background.