COLOR #D58D64

HEX: #D58D64
RGB: (213,141,100)

Color info

#D58D64 contains mainly red color. Web safe color of #D58D64 is #CC9966 (or #C96).

RGB color model

#D58D64 color RGB value is (213,141,100).

  • red value is 213;
  • green value is 141;
  • blue value is 100.
RGB:
(213,141,100)
(84%,55%,39%)

RGB channels and saturation

R 213 of 255 = 84%
G 141 of 255 = 55%
B 100 of 255 = 39%

213
141
100

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

Portions of RGB colors in percentages

R + G + B =
213 + 141 + 100 = 454 (100%)
R 213 of 454 ~ 46.92%
G 141 of 454 ~ 31.06%
B 100 of 454 ~ 22.03%

%46.92
%31.06
%22.03

CMYK color model

#D58D64 color CMYK value is (0,34,53,16).

  • cyan value is 0.00%
  • magenta value is 33.80%
  • yellow value is 53.05%
  • key color value is 16.47%
CMYK:
(0,34,53,16)
C0M34Y53K16 
(0%,34%,53%,16%)
(0.00/0.34/0.53/0.16)	

CMYK percentages

%0
%33.8
%53.05
%16.47

Codes

Color #D58D64 in popluar color models

D58D64
RGB213141100
HSL22°57.36%61.37%
HSB/HSV22°53.05%83.53%
CMYK0.00%33.80%53.05%
16.47%

Color #D58D64 in popluar number systems.

HEXD58D64
Decimal213141100
Binary11010101100011011100100
Octal325215144

Shades and tints

Shades of #D58D64

#D58D64
(213,141,100)
#C2815B
(194,129,91)
#AF7552
(175,117,82)
#9C6949
(156,105,73)
#895D40
(137,93,64)
#765137
(118,81,55)
#63452E
(99,69,46)
#503925
(80,57,37)
#3D2D1C
(61,45,28)
#2A2113
(42,33,19)
#17150A
(23,21,10)
#000000
(0,0,0)

Tints of #D58D64

#D58D64
(213,141,100)
#D89772
(216,151,114)
#DBA180
(219,161,128)
#DEAB8E
(222,171,142)
#E1B59C
(225,181,156)
#E4BFAA
(228,191,170)
#E7C9B8
(231,201,184)
#EAD3C6
(234,211,198)
#EDDDD4
(237,221,212)
#F0E7E2
(240,231,226)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D58D64 color. Also use rgb(213,141,100) instead hex code.

Text Font Color

.myTextColor { color: #D58D64; }

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

This text font color is #D58D64.


Background Color

.myBgColor { background-color: #D58D64; }

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

This div background color is #D58D64.


Border color

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

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

This div border color is #D58D64.


Opacity

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

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

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

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

This text has shadow with #D58D64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D58D64 on black background.


Color preview on white background

This text has color #D58D64 on white background.



Black color preview on #D58D64 background

This text has black color on #D58D64 background.


White color preview on #D58D64 background

This text has white color on #D58D64 background.