COLOR #D5B592

HEX: #D5B592
RGB: (213,181,146)

Renk bilgisi

#D5B592 contains mainly red and green colors. #D5B592 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#D5B592 color RGB value is (213,181,146).

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

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 181 of 255 = 71%
B 146 of 255 = 57%

213
181
146

R + G + B ~ 71%. #D5B592 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 181 + 146 = 540 (100%)
R 213 of 540 ~ 39.44%
G 181 of 540 ~ 33.52%
B 146 of 540 ~ 27.04%

%39.44
%33.52
%27.04

CMYK RENK MODELİ

#D5B592 rengi CMYK tonu (0,15,31,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.02%
  • sarı tonu 31.46%
  • ana renk tonu 16.47%
CMYK:
(0,15,31,16)
C0M15Y31K16 
(0%,15%,31%,16%)
(0.00/0.15/0.31/0.16)	

CMYK yüzdeleri

%0
%15.02
%31.46
%16.47

Codes

Color #D5B592 in popluar color models

D5B592
RGB213181146
HSL31°44.37%70.39%
HSB/HSV31°31.46%83.53%
CMYK0.00%15.02%31.46%
16.47%

Color #D5B592 in popluar number systems.

HEXD5B592
Decimal213181146
Binary110101011011010110010010
Octal325265222

Shades and tints

Shades of #D5B592

#D5B592
(213,181,146)
#C2A585
(194,165,133)
#AF9578
(175,149,120)
#9C856B
(156,133,107)
#89755E
(137,117,94)
#766551
(118,101,81)
#635544
(99,85,68)
#504537
(80,69,55)
#3D352A
(61,53,42)
#2A251D
(42,37,29)
#171510
(23,21,16)
#000000
(0,0,0)

Tints of #D5B592

#D5B592
(213,181,146)
#D8BB9B
(216,187,155)
#DBC1A4
(219,193,164)
#DEC7AD
(222,199,173)
#E1CDB6
(225,205,182)
#E4D3BF
(228,211,191)
#E7D9C8
(231,217,200)
#EADFD1
(234,223,209)
#EDE5DA
(237,229,218)
#F0EBE3
(240,235,227)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5B592; }

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

This text font color is #D5B592.


Background Color

.myBgColor { background-color: #D5B592; }

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

This div background color is #D5B592.


Border color

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

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

This div border color is #D5B592.


Opacity

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

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

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

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

This text has shadow with #D5B592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B592 on black background.


Color preview on white background

This text has color #D5B592 on white background.



Black color preview on #D5B592 background

This text has black color on #D5B592 background.


White color preview on #D5B592 background

This text has white color on #D5B592 background.