COLOR #D58905

HEX: #D58905
RGB: (213,137,5)

Color info

#D58905 contains mainly red color. Web safe color of #D58905 is #CC9900 (or #C90).

RGB color model

#D58905 color RGB value is (213,137,5).

  • red value is 213;
  • green value is 137;
  • blue value is 5.
RGB:
(213,137,5)
(84%,54%,2%)

RGB channels and saturation

R 213 of 255 = 84%
G 137 of 255 = 54%
B 5 of 255 = 2%

213
137
5

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

Portions of RGB colors in percentages

R + G + B =
213 + 137 + 5 = 355 (100%)
R 213 of 355 ~ 60%
G 137 of 355 ~ 38.59%
B 5 of 355 ~ 1.41%

%60
%38.59

CMYK color model

#D58905 color CMYK value is (0,36,98,16).

  • cyan value is 0.00%
  • magenta value is 35.68%
  • yellow value is 97.65%
  • key color value is 16.47%
CMYK:
(0,36,98,16)
C0M36Y98K16 
(0%,36%,98%,16%)
(0.00/0.36/0.98/0.16)	

CMYK percentages

%0
%35.68
%97.65
%16.47

Codes

Color #D58905 in popluar color models

D58905
RGB2131375
HSL38°95.41%42.75%
HSB/HSV38°97.65%83.53%
CMYK0.00%35.68%97.65%
16.47%

Color #D58905 in popluar number systems.

HEXD58905
Decimal2131375
Binary1101010110001001101
Octal3252115

Shades and tints

Shades of #D58905

#D58905
(213,137,5)
#C27D05
(194,125,5)
#AF7105
(175,113,5)
#9C6505
(156,101,5)
#895905
(137,89,5)
#764D05
(118,77,5)
#634105
(99,65,5)
#503505
(80,53,5)
#3D2905
(61,41,5)
#2A1D05
(42,29,5)
#171105
(23,17,5)
#000000
(0,0,0)

Tints of #D58905

#D58905
(213,137,5)
#D8931B
(216,147,27)
#DB9D31
(219,157,49)
#DEA747
(222,167,71)
#E1B15D
(225,177,93)
#E4BB73
(228,187,115)
#E7C589
(231,197,137)
#EACF9F
(234,207,159)
#EDD9B5
(237,217,181)
#F0E3CB
(240,227,203)
#F3EDE1
(243,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D58905 color. Also use rgb(213,137,5) instead hex code.

Text Font Color

.myTextColor { color: #D58905; }

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

This text font color is #D58905.


Background Color

.myBgColor { background-color: #D58905; }

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

This div background color is #D58905.


Border color

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

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

This div border color is #D58905.


Opacity

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

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

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

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

This text has shadow with #D58905 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D58905 on black background.


Color preview on white background

This text has color #D58905 on white background.



Black color preview on #D58905 background

This text has black color on #D58905 background.


White color preview on #D58905 background

This text has white color on #D58905 background.