COLOR #D5B399

HEX: #D5B399
RGB: (213,179,153)

Renk bilgisi

#D5B399 contains mainly red and green colors. #D5B399 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#D5B399 color RGB value is (213,179,153).

  • kırmız ton 213;
  • yeşil ton 179;
  • mavi ton 153.
RGB:
(213,179,153)
(84%,70%,60%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 179 of 255 = 70%
B 153 of 255 = 60%

213
179
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 179 + 153 = 545 (100%)
R 213 of 545 ~ 39.08%
G 179 of 545 ~ 32.84%
B 153 of 545 ~ 28.07%

%39.08
%32.84
%28.07

CMYK RENK MODELİ

#D5B399 rengi CMYK tonu (0,16,28,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.96%
  • sarı tonu 28.17%
  • ana renk tonu 16.47%
CMYK:
(0,16,28,16)
C0M16Y28K16 
(0%,16%,28%,16%)
(0.00/0.16/0.28/0.16)	

CMYK yüzdeleri

%0
%15.96
%28.17
%16.47

Codes

Color #D5B399 in popluar color models

D5B399
RGB213179153
HSL26°41.67%71.76%
HSB/HSV26°28.17%83.53%
CMYK0.00%15.96%28.17%
16.47%

Color #D5B399 in popluar number systems.

HEXD5B399
Decimal213179153
Binary110101011011001110011001
Octal325263231

Shades and tints

Shades of #D5B399

#D5B399
(213,179,153)
#C2A38C
(194,163,140)
#AF937F
(175,147,127)
#9C8372
(156,131,114)
#897365
(137,115,101)
#766358
(118,99,88)
#63534B
(99,83,75)
#50433E
(80,67,62)
#3D3331
(61,51,49)
#2A2324
(42,35,36)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #D5B399

#D5B399
(213,179,153)
#D8B9A2
(216,185,162)
#DBBFAB
(219,191,171)
#DEC5B4
(222,197,180)
#E1CBBD
(225,203,189)
#E4D1C6
(228,209,198)
#E7D7CF
(231,215,207)
#EADDD8
(234,221,216)
#EDE3E1
(237,227,225)
#F0E9EA
(240,233,234)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B399 color. Also use rgb(213,179,153) instead hex code.

Text Font Color

.myTextColor { color: #D5B399; }

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

This text font color is #D5B399.


Background Color

.myBgColor { background-color: #D5B399; }

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

This div background color is #D5B399.


Border color

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

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

This div border color is #D5B399.


Opacity

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

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

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

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

This text has shadow with #D5B399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B399 on black background.


Color preview on white background

This text has color #D5B399 on white background.



Black color preview on #D5B399 background

This text has black color on #D5B399 background.


White color preview on #D5B399 background

This text has white color on #D5B399 background.