COLOR #D9722E

HEX: #D9722E
RGB: (217,114,46)

Color info

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

RGB color model

#D9722E color RGB value is (217,114,46).

  • red value is 217;
  • green value is 114;
  • blue value is 46.
RGB:
(217,114,46)
(85%,45%,18%)

RGB channels and saturation

R 217 of 255 = 85%
G 114 of 255 = 45%
B 46 of 255 = 18%

217
114
46

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

Portions of RGB colors in percentages

R + G + B =
217 + 114 + 46 = 377 (100%)
R 217 of 377 ~ 57.56%
G 114 of 377 ~ 30.24%
B 46 of 377 ~ 12.2%

%57.56
%30.24
%12.2

CMYK color model

#D9722E color CMYK value is (0,47,79,15).

  • cyan value is 0.00%
  • magenta value is 47.47%
  • yellow value is 78.80%
  • key color value is 14.90%
CMYK:
(0,47,79,15)
C0M47Y79K15 
(0%,47%,79%,15%)
(0.00/0.47/0.79/0.15)	

CMYK percentages

%0
%47.47
%78.8
%14.9

Codes

Color #D9722E in popluar color models

D9722E
RGB21711446
HSL24°69.23%51.57%
HSB/HSV24°78.80%85.10%
CMYK0.00%47.47%78.80%
14.90%

Color #D9722E in popluar number systems.

HEXD9722E
Decimal21711446
Binary110110011110010101110
Octal33116256

Shades and tints

Shades of #D9722E

#D9722E
(217,114,46)
#C6682A
(198,104,42)
#B35E26
(179,94,38)
#A05422
(160,84,34)
#8D4A1E
(141,74,30)
#7A401A
(122,64,26)
#673616
(103,54,22)
#542C12
(84,44,18)
#41220E
(65,34,14)
#2E180A
(46,24,10)
#1B0E06
(27,14,6)
#000000
(0,0,0)

Tints of #D9722E

#D9722E
(217,114,46)
#DC7E41
(220,126,65)
#DF8A54
(223,138,84)
#E29667
(226,150,103)
#E5A27A
(229,162,122)
#E8AE8D
(232,174,141)
#EBBAA0
(235,186,160)
#EEC6B3
(238,198,179)
#F1D2C6
(241,210,198)
#F4DED9
(244,222,217)
#F7EAEC
(247,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9722E color. Also use rgb(217,114,46) instead hex code.

Text Font Color

.myTextColor { color: #D9722E; }

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

This text font color is #D9722E.


Background Color

.myBgColor { background-color: #D9722E; }

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

This div background color is #D9722E.


Border color

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

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

This div border color is #D9722E.


Opacity

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

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

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

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

This text has shadow with #D9722E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9722E on black background.


Color preview on white background

This text has color #D9722E on white background.



Black color preview on #D9722E background

This text has black color on #D9722E background.


White color preview on #D9722E background

This text has white color on #D9722E background.