COLOR #D59D47

HEX: #D59D47
RGB: (213,157,71)

Renk bilgisi

#D59D47 contains mainly red and green colors. #D59D47 ‘ nin web güvenlik rengi #CC9933 (ya da #C93) dir.

RGB renk modeli

#D59D47 color RGB value is (213,157,71).

  • kırmız ton 213;
  • yeşil ton 157;
  • mavi ton 71.
RGB:
(213,157,71)
(84%,62%,28%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 157 of 255 = 62%
B 71 of 255 = 28%

213
157
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 157 + 71 = 441 (100%)
R 213 of 441 ~ 48.3%
G 157 of 441 ~ 35.6%
B 71 of 441 ~ 16.1%

%48.3
%35.6
%16.1

CMYK RENK MODELİ

#D59D47 rengi CMYK tonu (0,26,67,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.29%
  • sarı tonu 66.67%
  • ana renk tonu 16.47%
CMYK:
(0,26,67,16)
C0M26Y67K16 
(0%,26%,67%,16%)
(0.00/0.26/0.67/0.16)	

CMYK yüzdeleri

%0
%26.29
%66.67
%16.47

Codes

Color #D59D47 in popluar color models

D59D47
RGB21315771
HSL36°62.83%55.69%
HSB/HSV36°66.67%83.53%
CMYK0.00%26.29%66.67%
16.47%

Color #D59D47 in popluar number systems.

HEXD59D47
Decimal21315771
Binary11010101100111011000111
Octal325235107

Shades and tints

Shades of #D59D47

#D59D47
(213,157,71)
#C28F41
(194,143,65)
#AF813B
(175,129,59)
#9C7335
(156,115,53)
#89652F
(137,101,47)
#765729
(118,87,41)
#634923
(99,73,35)
#503B1D
(80,59,29)
#3D2D17
(61,45,23)
#2A1F11
(42,31,17)
#17110B
(23,17,11)
#000000
(0,0,0)

Tints of #D59D47

#D59D47
(213,157,71)
#D8A557
(216,165,87)
#DBAD67
(219,173,103)
#DEB577
(222,181,119)
#E1BD87
(225,189,135)
#E4C597
(228,197,151)
#E7CDA7
(231,205,167)
#EAD5B7
(234,213,183)
#EDDDC7
(237,221,199)
#F0E5D7
(240,229,215)
#F3EDE7
(243,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D59D47; }

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

This text font color is #D59D47.


Background Color

.myBgColor { background-color: #D59D47; }

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

This div background color is #D59D47.


Border color

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

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

This div border color is #D59D47.


Opacity

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

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

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

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

This text has shadow with #D59D47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D59D47 on black background.


Color preview on white background

This text has color #D59D47 on white background.



Black color preview on #D59D47 background

This text has black color on #D59D47 background.


White color preview on #D59D47 background

This text has white color on #D59D47 background.