COLOR #D56D0E

HEX: #D56D0E RGB: (213,109,14)

Color info

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

RGB color model

#D56D0E color RGB value is (213,109,14).

RGB: (213,109,14) (84%, 43%, 5%)

RGB channels and saturation

R 213 of 255 = 84%
G 109 of 255 = 43%
B 14 of 255 = 5%

213
109
14

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

Portions of RGB colors in percentages

R + G + B = 213 + 109 + 14 = 336 (100%)
R 213 of 336 ~ 63.39%
G 109 of 336 ~ 32.44%
B 14 of 336 ~ 4.17'%

%63.39
%32.44

CMYK color model

#D56D0E color CMYK value is (0,49,93,16).

  • cyan value is 0.00%
  • magenta value is 48.83%
  • yellow value is 93.43%
  • key color value is 16.47%

CMYK: (0,49,93,16)
C0M49Y93K16 (0%, 49%, 93%, 16%)
(0.00 / 0.49 / 0.93 / 0.16)

CMYK percentages

%0
%48.83
%93.43
%16.47

Codes

Color #D56D0E in popluar color models

D5 6D 0E
RGB 213 109 14
HSL 29° 87.67% 44.51%
HSB/HSV 29° 93.43% 83.53%
CMYK 0.00% 48.83% 93.43%
16.47%

Color #D56D0E in popluar number systems.

HEX D5 6D 0E
Decimal 213 109 14
Binary 11010101 1101101 1110
Octal 325 155 16

Shades and tints

Shades of #D56D0E

#D56D0E
(213,109,14)
#C2640D
(194,100,13)
#AF5B0C
(175,91,12)
#9C520B
(156,82,11)
#89490A
(137,73,10)
#764009
(118,64,9)
#633708
(99,55,8)
#502E07
(80,46,7)
#3D2506
(61,37,6)
#2A1C05
(42,28,5)
#171304
(23,19,4)
#000000
(0,0,0)

Tints of #D56D0E

#D56D0E
(213,109,14)
#D87A23
(216,122,35)
#DB8738
(219,135,56)
#DE944D
(222,148,77)
#E1A162
(225,161,98)
#E4AE77
(228,174,119)
#E7BB8C
(231,187,140)
#EAC8A1
(234,200,161)
#EDD5B6
(237,213,182)
#F0E2CB
(240,226,203)
#F3EFE0
(243,239,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D56D0E color. Also use rgb(213,109,14) instead hex code.

Text Font Color

.myTextColor { color: #D56D0E; }

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

This text font color is #D56D0E.

Background Color

.myBgColor { background-color: #D56D0E; }

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

This div background color is #D56D0E.

Border color

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

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

This div border color is #D56D0E.

Opacity

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

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

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

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

This text has shadow with #D56D0E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D56D0E.

Preview

Color preview on black background

This text has color #D56D0E on black background.


Color preview on white background

This text has color #D56D0E on white background.


Black color preview on #D56D0E background

This text has black color on #D56D0E background.


White color preview on #D56D0E background

This text has white color on #D56D0E background.


Related colors

Complementary color

Complementary color for #D56D0E is #2A92F1.


I love getcolorcode.com

Triadic colors

1 #0ED56D and #6D0ED5 with #D56D0E are triadic colors.

2 #0E6DD5 and #6DD50E with #D56D0E are triadic colors.