COLOR #D59C64

HEX: #D59C64
RGB: (213,156,100)

Color info

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

RGB color model

#D59C64 color RGB value is (213,156,100).

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

RGB channels and saturation

R 213 of 255 = 84%
G 156 of 255 = 61%
B 100 of 255 = 39%

213
156
100

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

Portions of RGB colors in percentages

R + G + B =
213 + 156 + 100 = 469 (100%)
R 213 of 469 ~ 45.42%
G 156 of 469 ~ 33.26%
B 100 of 469 ~ 21.32%

%45.42
%33.26
%21.32

CMYK color model

#D59C64 color CMYK value is (0,27,53,16).

  • cyan value is 0.00%
  • magenta value is 26.76%
  • yellow value is 53.05%
  • key color value is 16.47%
CMYK:
(0,27,53,16)
C0M27Y53K16 
(0%,27%,53%,16%)
(0.00/0.27/0.53/0.16)	

CMYK percentages

%0
%26.76
%53.05
%16.47

Codes

Color #D59C64 in popluar color models

D59C64
RGB213156100
HSL30°57.36%61.37%
HSB/HSV30°53.05%83.53%
CMYK0.00%26.76%53.05%
16.47%

Color #D59C64 in popluar number systems.

HEXD59C64
Decimal213156100
Binary11010101100111001100100
Octal325234144

Shades and tints

Shades of #D59C64

#D59C64
(213,156,100)
#C28E5B
(194,142,91)
#AF8052
(175,128,82)
#9C7249
(156,114,73)
#896440
(137,100,64)
#765637
(118,86,55)
#63482E
(99,72,46)
#503A25
(80,58,37)
#3D2C1C
(61,44,28)
#2A1E13
(42,30,19)
#17100A
(23,16,10)
#000000
(0,0,0)

Tints of #D59C64

#D59C64
(213,156,100)
#D8A572
(216,165,114)
#DBAE80
(219,174,128)
#DEB78E
(222,183,142)
#E1C09C
(225,192,156)
#E4C9AA
(228,201,170)
#E7D2B8
(231,210,184)
#EADBC6
(234,219,198)
#EDE4D4
(237,228,212)
#F0EDE2
(240,237,226)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59C64; }

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

This text font color is #D59C64.


Background Color

.myBgColor { background-color: #D59C64; }

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

This div background color is #D59C64.


Border color

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

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

This div border color is #D59C64.


Opacity

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

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

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

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

This text has shadow with #D59C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59C64 on black background.


Color preview on white background

This text has color #D59C64 on white background.



Black color preview on #D59C64 background

This text has black color on #D59C64 background.


White color preview on #D59C64 background

This text has white color on #D59C64 background.