COLOR #D59D4A

HEX: #D59D4A
RGB: (213,157,74)

Color info

#D59D4A contains mainly red and green colors. Web safe color of #D59D4A is #CC9933 (or #C93).

RGB color model

#D59D4A color RGB value is (213,157,74).

  • red value is 213;
  • green value is 157;
  • blue value is 74.
RGB:
(213,157,74)
(84%,62%,29%)

RGB channels and saturation

R 213 of 255 = 84%
G 157 of 255 = 62%
B 74 of 255 = 29%

213
157
74

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

Portions of RGB colors in percentages

R + G + B =
213 + 157 + 74 = 444 (100%)
R 213 of 444 ~ 47.97%
G 157 of 444 ~ 35.36%
B 74 of 444 ~ 16.67%

%47.97
%35.36
%16.67

CMYK color model

#D59D4A color CMYK value is (0,26,65,16).

  • cyan value is 0.00%
  • magenta value is 26.29%
  • yellow value is 65.26%
  • key color value is 16.47%
CMYK:
(0,26,65,16)
C0M26Y65K16 
(0%,26%,65%,16%)
(0.00/0.26/0.65/0.16)	

CMYK percentages

%0
%26.29
%65.26
%16.47

Codes

Color #D59D4A in popluar color models

D59D4A
RGB21315774
HSL36°62.33%56.27%
HSB/HSV36°65.26%83.53%
CMYK0.00%26.29%65.26%
16.47%

Color #D59D4A in popluar number systems.

HEXD59D4A
Decimal21315774
Binary11010101100111011001010
Octal325235112

Shades and tints

Shades of #D59D4A

#D59D4A
(213,157,74)
#C28F44
(194,143,68)
#AF813E
(175,129,62)
#9C7338
(156,115,56)
#896532
(137,101,50)
#76572C
(118,87,44)
#634926
(99,73,38)
#503B20
(80,59,32)
#3D2D1A
(61,45,26)
#2A1F14
(42,31,20)
#17110E
(23,17,14)
#000000
(0,0,0)

Tints of #D59D4A

#D59D4A
(213,157,74)
#D8A55A
(216,165,90)
#DBAD6A
(219,173,106)
#DEB57A
(222,181,122)
#E1BD8A
(225,189,138)
#E4C59A
(228,197,154)
#E7CDAA
(231,205,170)
#EAD5BA
(234,213,186)
#EDDDCA
(237,221,202)
#F0E5DA
(240,229,218)
#F3EDEA
(243,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D59D4A color. Also use rgb(213,157,74) instead hex code.

Text Font Color

.myTextColor { color: #D59D4A; }

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

This text font color is #D59D4A.


Background Color

.myBgColor { background-color: #D59D4A; }

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

This div background color is #D59D4A.


Border color

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

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

This div border color is #D59D4A.


Opacity

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

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

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

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

This text has shadow with #D59D4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59D4A on black background.


Color preview on white background

This text has color #D59D4A on white background.



Black color preview on #D59D4A background

This text has black color on #D59D4A background.


White color preview on #D59D4A background

This text has white color on #D59D4A background.