COLOR #D9725A

HEX: #D9725A
RGB: (217,114,90)

Color info

#D9725A contains mainly red color. Web safe color of #D9725A is #CC6666 (or #C66).

RGB color model

#D9725A color RGB value is (217,114,90).

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

RGB channels and saturation

R 217 of 255 = 85%
G 114 of 255 = 45%
B 90 of 255 = 35%

217
114
90

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

Portions of RGB colors in percentages

R + G + B =
217 + 114 + 90 = 421 (100%)
R 217 of 421 ~ 51.54%
G 114 of 421 ~ 27.08%
B 90 of 421 ~ 21.38%

%51.54
%27.08
%21.38

CMYK color model

#D9725A color CMYK value is (0,47,59,15).

  • cyan value is 0.00%
  • magenta value is 47.47%
  • yellow value is 58.53%
  • key color value is 14.90%
CMYK:
(0,47,59,15)
C0M47Y59K15 
(0%,47%,59%,15%)
(0.00/0.47/0.59/0.15)	

CMYK percentages

%0
%47.47
%58.53
%14.9

Codes

Color #D9725A in popluar color models

D9725A
RGB21711490
HSL11°62.56%60.20%
HSB/HSV11°58.53%85.10%
CMYK0.00%47.47%58.53%
14.90%

Color #D9725A in popluar number systems.

HEXD9725A
Decimal21711490
Binary1101100111100101011010
Octal331162132

Shades and tints

Shades of #D9725A

#D9725A
(217,114,90)
#C66852
(198,104,82)
#B35E4A
(179,94,74)
#A05442
(160,84,66)
#8D4A3A
(141,74,58)
#7A4032
(122,64,50)
#67362A
(103,54,42)
#542C22
(84,44,34)
#41221A
(65,34,26)
#2E1812
(46,24,18)
#1B0E0A
(27,14,10)
#000000
(0,0,0)

Tints of #D9725A

#D9725A
(217,114,90)
#DC7E69
(220,126,105)
#DF8A78
(223,138,120)
#E29687
(226,150,135)
#E5A296
(229,162,150)
#E8AEA5
(232,174,165)
#EBBAB4
(235,186,180)
#EEC6C3
(238,198,195)
#F1D2D2
(241,210,210)
#F4DEE1
(244,222,225)
#F7EAF0
(247,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9725A; }

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

This text font color is #D9725A.


Background Color

.myBgColor { background-color: #D9725A; }

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

This div background color is #D9725A.


Border color

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

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

This div border color is #D9725A.


Opacity

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

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

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

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

This text has shadow with #D9725A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9725A on black background.


Color preview on white background

This text has color #D9725A on white background.



Black color preview on #D9725A background

This text has black color on #D9725A background.


White color preview on #D9725A background

This text has white color on #D9725A background.