COLOR #D56317

HEX: #D56317
RGB: (213,99,23)

Color info

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

RGB color model

#D56317 color RGB value is (213,99,23).

  • red value is 213;
  • green value is 99;
  • blue value is 23.
RGB:
(213,99,23)
(84%,39%,9%)

RGB channels and saturation

R 213 of 255 = 84%
G 99 of 255 = 39%
B 23 of 255 = 9%

213
99
23

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

Portions of RGB colors in percentages

R + G + B =
213 + 99 + 23 = 335 (100%)
R 213 of 335 ~ 63.58%
G 99 of 335 ~ 29.55%
B 23 of 335 ~ 6.87%

%63.58
%29.55

CMYK color model

#D56317 color CMYK value is (0,54,89,16).

  • cyan value is 0.00%
  • magenta value is 53.52%
  • yellow value is 89.20%
  • key color value is 16.47%
CMYK:
(0,54,89,16)
C0M54Y89K16 
(0%,54%,89%,16%)
(0.00/0.54/0.89/0.16)	

CMYK percentages

%0
%53.52
%89.2
%16.47

Codes

Color #D56317 in popluar color models

D56317
RGB2139923
HSL24°80.51%46.27%
HSB/HSV24°89.20%83.53%
CMYK0.00%53.52%89.20%
16.47%

Color #D56317 in popluar number systems.

HEXD56317
Decimal2139923
Binary11010101110001110111
Octal32514327

Shades and tints

Shades of #D56317

#D56317
(213,99,23)
#C25A15
(194,90,21)
#AF5113
(175,81,19)
#9C4811
(156,72,17)
#893F0F
(137,63,15)
#76360D
(118,54,13)
#632D0B
(99,45,11)
#502409
(80,36,9)
#3D1B07
(61,27,7)
#2A1205
(42,18,5)
#170903
(23,9,3)
#000000
(0,0,0)

Tints of #D56317

#D56317
(213,99,23)
#D8712C
(216,113,44)
#DB7F41
(219,127,65)
#DE8D56
(222,141,86)
#E19B6B
(225,155,107)
#E4A980
(228,169,128)
#E7B795
(231,183,149)
#EAC5AA
(234,197,170)
#EDD3BF
(237,211,191)
#F0E1D4
(240,225,212)
#F3EFE9
(243,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D56317 color. Also use rgb(213,99,23) instead hex code.

Text Font Color

.myTextColor { color: #D56317; }

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

This text font color is #D56317.


Background Color

.myBgColor { background-color: #D56317; }

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

This div background color is #D56317.


Border color

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

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

This div border color is #D56317.


Opacity

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

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

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

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

This text has shadow with #D56317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D56317 on black background.


Color preview on white background

This text has color #D56317 on white background.



Black color preview on #D56317 background

This text has black color on #D56317 background.


White color preview on #D56317 background

This text has white color on #D56317 background.