COLOR #D58011

HEX: #D58011
RGB: (213,128,17)

Color info

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

RGB color model

#D58011 color RGB value is (213,128,17).

  • red value is 213;
  • green value is 128;
  • blue value is 17.
RGB:
(213,128,17)
(84%,50%,7%)

RGB channels and saturation

R 213 of 255 = 84%
G 128 of 255 = 50%
B 17 of 255 = 7%

213
128
17

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

Portions of RGB colors in percentages

R + G + B =
213 + 128 + 17 = 358 (100%)
R 213 of 358 ~ 59.5%
G 128 of 358 ~ 35.75%
B 17 of 358 ~ 4.75%

%59.5
%35.75

CMYK color model

#D58011 color CMYK value is (0,40,92,16).

  • cyan value is 0.00%
  • magenta value is 39.91%
  • yellow value is 92.02%
  • key color value is 16.47%
CMYK:
(0,40,92,16)
C0M40Y92K16 
(0%,40%,92%,16%)
(0.00/0.40/0.92/0.16)	

CMYK percentages

%0
%39.91
%92.02
%16.47

Codes

Color #D58011 in popluar color models

D58011
RGB21312817
HSL34°85.22%45.10%
HSB/HSV34°92.02%83.53%
CMYK0.00%39.91%92.02%
16.47%

Color #D58011 in popluar number systems.

HEXD58011
Decimal21312817
Binary110101011000000010001
Octal32520021

Shades and tints

Shades of #D58011

#D58011
(213,128,17)
#C27510
(194,117,16)
#AF6A0F
(175,106,15)
#9C5F0E
(156,95,14)
#89540D
(137,84,13)
#76490C
(118,73,12)
#633E0B
(99,62,11)
#50330A
(80,51,10)
#3D2809
(61,40,9)
#2A1D08
(42,29,8)
#171207
(23,18,7)
#000000
(0,0,0)

Tints of #D58011

#D58011
(213,128,17)
#D88B26
(216,139,38)
#DB963B
(219,150,59)
#DEA150
(222,161,80)
#E1AC65
(225,172,101)
#E4B77A
(228,183,122)
#E7C28F
(231,194,143)
#EACDA4
(234,205,164)
#EDD8B9
(237,216,185)
#F0E3CE
(240,227,206)
#F3EEE3
(243,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D58011 color. Also use rgb(213,128,17) instead hex code.

Text Font Color

.myTextColor { color: #D58011; }

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

This text font color is #D58011.


Background Color

.myBgColor { background-color: #D58011; }

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

This div background color is #D58011.


Border color

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

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

This div border color is #D58011.


Opacity

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

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

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

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

This text has shadow with #D58011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D58011 on black background.


Color preview on white background

This text has color #D58011 on white background.



Black color preview on #D58011 background

This text has black color on #D58011 background.


White color preview on #D58011 background

This text has white color on #D58011 background.