COLOR #D5B59F

HEX: #D5B59F
RGB: (213,181,159)

Renk bilgisi

#D5B59F contains red, green and blue colors in about the same proportion. #D5B59F ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#D5B59F color RGB value is (213,181,159).

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

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 181 of 255 = 71%
B 159 of 255 = 62%

213
181
159

R + G + B ~ 72%. #D5B59F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 181 + 159 = 553 (100%)
R 213 of 553 ~ 38.52%
G 181 of 553 ~ 32.73%
B 159 of 553 ~ 28.75%

%38.52
%32.73
%28.75

CMYK RENK MODELİ

#D5B59F rengi CMYK tonu (0,15,25,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.02%
  • sarı tonu 25.35%
  • ana renk tonu 16.47%
CMYK:
(0,15,25,16)
C0M15Y25K16 
(0%,15%,25%,16%)
(0.00/0.15/0.25/0.16)	

CMYK yüzdeleri

%0
%15.02
%25.35
%16.47

Codes

Color #D5B59F in popluar color models

D5B59F
RGB213181159
HSL24°39.13%72.94%
HSB/HSV24°25.35%83.53%
CMYK0.00%15.02%25.35%
16.47%

Color #D5B59F in popluar number systems.

HEXD5B59F
Decimal213181159
Binary110101011011010110011111
Octal325265237

Shades and tints

Shades of #D5B59F

#D5B59F
(213,181,159)
#C2A591
(194,165,145)
#AF9583
(175,149,131)
#9C8575
(156,133,117)
#897567
(137,117,103)
#766559
(118,101,89)
#63554B
(99,85,75)
#50453D
(80,69,61)
#3D352F
(61,53,47)
#2A2521
(42,37,33)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #D5B59F

#D5B59F
(213,181,159)
#D8BBA7
(216,187,167)
#DBC1AF
(219,193,175)
#DEC7B7
(222,199,183)
#E1CDBF
(225,205,191)
#E4D3C7
(228,211,199)
#E7D9CF
(231,217,207)
#EADFD7
(234,223,215)
#EDE5DF
(237,229,223)
#F0EBE7
(240,235,231)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5B59F; }

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

This text font color is #D5B59F.


Background Color

.myBgColor { background-color: #D5B59F; }

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

This div background color is #D5B59F.


Border color

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

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

This div border color is #D5B59F.


Opacity

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

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

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

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

This text has shadow with #D5B59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B59F on black background.


Color preview on white background

This text has color #D5B59F on white background.



Black color preview on #D5B59F background

This text has black color on #D5B59F background.


White color preview on #D5B59F background

This text has white color on #D5B59F background.