COLOR #D59F6C

HEX: #D59F6C
RGB: (213,159,108)

Color info

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

RGB color model

#D59F6C color RGB value is (213,159,108).

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

RGB channels and saturation

R 213 of 255 = 84%
G 159 of 255 = 62%
B 108 of 255 = 42%

213
159
108

R + G + B ~ 63%. #D59F6C is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 159 + 108 = 480 (100%)
R 213 of 480 ~ 44.38%
G 159 of 480 ~ 33.13%
B 108 of 480 ~ 22.5%

%44.38
%33.13
%22.5

CMYK color model

#D59F6C color CMYK value is (0,25,49,16).

  • cyan value is 0.00%
  • magenta value is 25.35%
  • yellow value is 49.30%
  • key color value is 16.47%
CMYK:
(0,25,49,16)
C0M25Y49K16 
(0%,25%,49%,16%)
(0.00/0.25/0.49/0.16)	

CMYK percentages

%0
%25.35
%49.3
%16.47

Codes

Color #D59F6C in popluar color models

D59F6C
RGB213159108
HSL29°55.56%62.94%
HSB/HSV29°49.30%83.53%
CMYK0.00%25.35%49.30%
16.47%

Color #D59F6C in popluar number systems.

HEXD59F6C
Decimal213159108
Binary11010101100111111101100
Octal325237154

Shades and tints

Shades of #D59F6C

#D59F6C
(213,159,108)
#C29163
(194,145,99)
#AF835A
(175,131,90)
#9C7551
(156,117,81)
#896748
(137,103,72)
#76593F
(118,89,63)
#634B36
(99,75,54)
#503D2D
(80,61,45)
#3D2F24
(61,47,36)
#2A211B
(42,33,27)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #D59F6C

#D59F6C
(213,159,108)
#D8A779
(216,167,121)
#DBAF86
(219,175,134)
#DEB793
(222,183,147)
#E1BFA0
(225,191,160)
#E4C7AD
(228,199,173)
#E7CFBA
(231,207,186)
#EAD7C7
(234,215,199)
#EDDFD4
(237,223,212)
#F0E7E1
(240,231,225)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59F6C; }

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

This text font color is #D59F6C.


Background Color

.myBgColor { background-color: #D59F6C; }

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

This div background color is #D59F6C.


Border color

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

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

This div border color is #D59F6C.


Opacity

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

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

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

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

This text has shadow with #D59F6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59F6C on black background.


Color preview on white background

This text has color #D59F6C on white background.



Black color preview on #D59F6C background

This text has black color on #D59F6C background.


White color preview on #D59F6C background

This text has white color on #D59F6C background.