COLOR #D4B39B

HEX: #D4B39B
RGB: (212,179,155)

Renk bilgisi

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

RGB renk modeli

#D4B39B color RGB value is (212,179,155).

  • kırmız ton 212;
  • yeşil ton 179;
  • mavi ton 155.
RGB:
(212,179,155)
(83%,70%,61%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 179 of 255 = 70%
B 155 of 255 = 61%

212
179
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 179 + 155 = 546 (100%)
R 212 of 546 ~ 38.83%
G 179 of 546 ~ 32.78%
B 155 of 546 ~ 28.39%

%38.83
%32.78
%28.39

CMYK RENK MODELİ

#D4B39B rengi CMYK tonu (0,16,27,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.57%
  • sarı tonu 26.89%
  • ana renk tonu 16.86%
CMYK:
(0,16,27,17)
C0M16Y27K17 
(0%,16%,27%,17%)
(0.00/0.16/0.27/0.17)	

CMYK yüzdeleri

%0
%15.57
%26.89
%16.86

Codes

Color #D4B39B in popluar color models

D4B39B
RGB212179155
HSL25°39.86%71.96%
HSB/HSV25°26.89%83.14%
CMYK0.00%15.57%26.89%
16.86%

Color #D4B39B in popluar number systems.

HEXD4B39B
Decimal212179155
Binary110101001011001110011011
Octal324263233

Shades and tints

Shades of #D4B39B

#D4B39B
(212,179,155)
#C1A38D
(193,163,141)
#AE937F
(174,147,127)
#9B8371
(155,131,113)
#887363
(136,115,99)
#756355
(117,99,85)
#625347
(98,83,71)
#4F4339
(79,67,57)
#3C332B
(60,51,43)
#29231D
(41,35,29)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #D4B39B

#D4B39B
(212,179,155)
#D7B9A4
(215,185,164)
#DABFAD
(218,191,173)
#DDC5B6
(221,197,182)
#E0CBBF
(224,203,191)
#E3D1C8
(227,209,200)
#E6D7D1
(230,215,209)
#E9DDDA
(233,221,218)
#ECE3E3
(236,227,227)
#EFE9EC
(239,233,236)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B39B color. Also use rgb(212,179,155) instead hex code.

Text Font Color

.myTextColor { color: #D4B39B; }

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

This text font color is #D4B39B.


Background Color

.myBgColor { background-color: #D4B39B; }

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

This div background color is #D4B39B.


Border color

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

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

This div border color is #D4B39B.


Opacity

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

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

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

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

This text has shadow with #D4B39B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B39B on black background.


Color preview on white background

This text has color #D4B39B on white background.



Black color preview on #D4B39B background

This text has black color on #D4B39B background.


White color preview on #D4B39B background

This text has white color on #D4B39B background.