COLOR #D59C58

HEX: #D59C58
RGB: (213,156,88)

Color info

#D59C58 contains mainly red and green colors. Web safe color of #D59C58 is #CC9966 (or #C96).

RGB color model

#D59C58 color RGB value is (213,156,88).

  • red value is 213;
  • green value is 156;
  • blue value is 88.
RGB:
(213,156,88)
(84%,61%,35%)

RGB channels and saturation

R 213 of 255 = 84%
G 156 of 255 = 61%
B 88 of 255 = 35%

213
156
88

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

Portions of RGB colors in percentages

R + G + B =
213 + 156 + 88 = 457 (100%)
R 213 of 457 ~ 46.61%
G 156 of 457 ~ 34.14%
B 88 of 457 ~ 19.26%

%46.61
%34.14
%19.26

CMYK color model

#D59C58 color CMYK value is (0,27,59,16).

  • cyan value is 0.00%
  • magenta value is 26.76%
  • yellow value is 58.69%
  • key color value is 16.47%
CMYK:
(0,27,59,16)
C0M27Y59K16 
(0%,27%,59%,16%)
(0.00/0.27/0.59/0.16)	

CMYK percentages

%0
%26.76
%58.69
%16.47

Codes

Color #D59C58 in popluar color models

D59C58
RGB21315688
HSL33°59.81%59.02%
HSB/HSV33°58.69%83.53%
CMYK0.00%26.76%58.69%
16.47%

Color #D59C58 in popluar number systems.

HEXD59C58
Decimal21315688
Binary11010101100111001011000
Octal325234130

Shades and tints

Shades of #D59C58

#D59C58
(213,156,88)
#C28E50
(194,142,80)
#AF8048
(175,128,72)
#9C7240
(156,114,64)
#896438
(137,100,56)
#765630
(118,86,48)
#634828
(99,72,40)
#503A20
(80,58,32)
#3D2C18
(61,44,24)
#2A1E10
(42,30,16)
#171008
(23,16,8)
#000000
(0,0,0)

Tints of #D59C58

#D59C58
(213,156,88)
#D8A567
(216,165,103)
#DBAE76
(219,174,118)
#DEB785
(222,183,133)
#E1C094
(225,192,148)
#E4C9A3
(228,201,163)
#E7D2B2
(231,210,178)
#EADBC1
(234,219,193)
#EDE4D0
(237,228,208)
#F0EDDF
(240,237,223)
#F3F6EE
(243,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D59C58 color. Also use rgb(213,156,88) instead hex code.

Text Font Color

.myTextColor { color: #D59C58; }

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

This text font color is #D59C58.


Background Color

.myBgColor { background-color: #D59C58; }

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

This div background color is #D59C58.


Border color

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

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

This div border color is #D59C58.


Opacity

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

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

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

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

This text has shadow with #D59C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59C58 on black background.


Color preview on white background

This text has color #D59C58 on white background.



Black color preview on #D59C58 background

This text has black color on #D59C58 background.


White color preview on #D59C58 background

This text has white color on #D59C58 background.