COLOR #D59B61

HEX: #D59B61
RGB: (213,155,97)

Color info

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

RGB color model

#D59B61 color RGB value is (213,155,97).

  • red value is 213;
  • green value is 155;
  • blue value is 97.
RGB:
(213,155,97)
(84%,61%,38%)

RGB channels and saturation

R 213 of 255 = 84%
G 155 of 255 = 61%
B 97 of 255 = 38%

213
155
97

R + G + B ~ 61%. #D59B61 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 155 + 97 = 465 (100%)
R 213 of 465 ~ 45.81%
G 155 of 465 ~ 33.33%
B 97 of 465 ~ 20.86%

%45.81
%33.33
%20.86

CMYK color model

#D59B61 color CMYK value is (0,27,54,16).

  • cyan value is 0.00%
  • magenta value is 27.23%
  • yellow value is 54.46%
  • key color value is 16.47%
CMYK:
(0,27,54,16)
C0M27Y54K16 
(0%,27%,54%,16%)
(0.00/0.27/0.54/0.16)	

CMYK percentages

%0
%27.23
%54.46
%16.47

Codes

Color #D59B61 in popluar color models

D59B61
RGB21315597
HSL30°58.00%60.78%
HSB/HSV30°54.46%83.53%
CMYK0.00%27.23%54.46%
16.47%

Color #D59B61 in popluar number systems.

HEXD59B61
Decimal21315597
Binary11010101100110111100001
Octal325233141

Shades and tints

Shades of #D59B61

#D59B61
(213,155,97)
#C28D59
(194,141,89)
#AF7F51
(175,127,81)
#9C7149
(156,113,73)
#896341
(137,99,65)
#765539
(118,85,57)
#634731
(99,71,49)
#503929
(80,57,41)
#3D2B21
(61,43,33)
#2A1D19
(42,29,25)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #D59B61

#D59B61
(213,155,97)
#D8A46F
(216,164,111)
#DBAD7D
(219,173,125)
#DEB68B
(222,182,139)
#E1BF99
(225,191,153)
#E4C8A7
(228,200,167)
#E7D1B5
(231,209,181)
#EADAC3
(234,218,195)
#EDE3D1
(237,227,209)
#F0ECDF
(240,236,223)
#F3F5ED
(243,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D59B61 color. Also use rgb(213,155,97) instead hex code.

Text Font Color

.myTextColor { color: #D59B61; }

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

This text font color is #D59B61.


Background Color

.myBgColor { background-color: #D59B61; }

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

This div background color is #D59B61.


Border color

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

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

This div border color is #D59B61.


Opacity

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

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

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

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

This text has shadow with #D59B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59B61 on black background.


Color preview on white background

This text has color #D59B61 on white background.



Black color preview on #D59B61 background

This text has black color on #D59B61 background.


White color preview on #D59B61 background

This text has white color on #D59B61 background.