COLOR #D59F55

HEX: #D59F55
RGB: (213,159,85)

Color info

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

RGB color model

#D59F55 color RGB value is (213,159,85).

  • red value is 213;
  • green value is 159;
  • blue value is 85.
RGB:
(213,159,85)
(84%,62%,33%)

RGB channels and saturation

R 213 of 255 = 84%
G 159 of 255 = 62%
B 85 of 255 = 33%

213
159
85

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

Portions of RGB colors in percentages

R + G + B =
213 + 159 + 85 = 457 (100%)
R 213 of 457 ~ 46.61%
G 159 of 457 ~ 34.79%
B 85 of 457 ~ 18.6%

%46.61
%34.79
%18.6

CMYK color model

#D59F55 color CMYK value is (0,25,60,16).

  • cyan value is 0.00%
  • magenta value is 25.35%
  • yellow value is 60.09%
  • key color value is 16.47%
CMYK:
(0,25,60,16)
C0M25Y60K16 
(0%,25%,60%,16%)
(0.00/0.25/0.60/0.16)	

CMYK percentages

%0
%25.35
%60.09
%16.47

Codes

Color #D59F55 in popluar color models

D59F55
RGB21315985
HSL35°60.38%58.43%
HSB/HSV35°60.09%83.53%
CMYK0.00%25.35%60.09%
16.47%

Color #D59F55 in popluar number systems.

HEXD59F55
Decimal21315985
Binary11010101100111111010101
Octal325237125

Shades and tints

Shades of #D59F55

#D59F55
(213,159,85)
#C2914E
(194,145,78)
#AF8347
(175,131,71)
#9C7540
(156,117,64)
#896739
(137,103,57)
#765932
(118,89,50)
#634B2B
(99,75,43)
#503D24
(80,61,36)
#3D2F1D
(61,47,29)
#2A2116
(42,33,22)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #D59F55

#D59F55
(213,159,85)
#D8A764
(216,167,100)
#DBAF73
(219,175,115)
#DEB782
(222,183,130)
#E1BF91
(225,191,145)
#E4C7A0
(228,199,160)
#E7CFAF
(231,207,175)
#EAD7BE
(234,215,190)
#EDDFCD
(237,223,205)
#F0E7DC
(240,231,220)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D59F55 color. Also use rgb(213,159,85) instead hex code.

Text Font Color

.myTextColor { color: #D59F55; }

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

This text font color is #D59F55.


Background Color

.myBgColor { background-color: #D59F55; }

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

This div background color is #D59F55.


Border color

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

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

This div border color is #D59F55.


Opacity

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

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

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

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

This text has shadow with #D59F55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59F55 on black background.


Color preview on white background

This text has color #D59F55 on white background.



Black color preview on #D59F55 background

This text has black color on #D59F55 background.


White color preview on #D59F55 background

This text has white color on #D59F55 background.