COLOR #DEB887

HEX: #DEB887
RGB: (222,184,135)

Renk bilgisi

Rengin adı BurlyWood. #DEB887 contains mainly red and green colors. #DEB887 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#DEB887 color RGB value is (222,184,135).

  • kırmız ton 222;
  • yeşil ton 184;
  • mavi ton 135.
RGB:
(222,184,135)
(87%,72%,53%)

RGB bağlantıları ve doygunluk

R 222 of 255 = 87%
G 184 of 255 = 72%
B 135 of 255 = 53%

222
184
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
222 + 184 + 135 = 541 (100%)
R 222 of 541 ~ 41.04%
G 184 of 541 ~ 34.01%
B 135 of 541 ~ 24.95%

%41.04
%34.01
%24.95

CMYK RENK MODELİ

#DEB887 rengi CMYK tonu (0,17,39,13).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.12%
  • sarı tonu 39.19%
  • ana renk tonu 12.94%
CMYK:
(0,17,39,13)
C0M17Y39K13 
(0%,17%,39%,13%)
(0.00/0.17/0.39/0.13)	

CMYK yüzdeleri

%0
%17.12
%39.19
%12.94

Codes

Color #DEB887 in popluar color models

DEB887
RGB222184135
HSL34°56.86%70.00%
HSB/HSV34°39.19%87.06%
CMYK0.00%17.12%39.19%
12.94%

Color #DEB887 in popluar number systems.

HEXDEB887
Decimal222184135
Binary110111101011100010000111
Octal336270207

Shades and tints

Shades of #DEB887

#DEB887
(222,184,135)
#CAA87B
(202,168,123)
#B6986F
(182,152,111)
#A28863
(162,136,99)
#8E7857
(142,120,87)
#7A684B
(122,104,75)
#66583F
(102,88,63)
#524833
(82,72,51)
#3E3827
(62,56,39)
#2A281B
(42,40,27)
#16180F
(22,24,15)
#000000
(0,0,0)

Tints of #DEB887

#DEB887
(222,184,135)
#E1BE91
(225,190,145)
#E4C49B
(228,196,155)
#E7CAA5
(231,202,165)
#EAD0AF
(234,208,175)
#EDD6B9
(237,214,185)
#F0DCC3
(240,220,195)
#F3E2CD
(243,226,205)
#F6E8D7
(246,232,215)
#F9EEE1
(249,238,225)
#FCF4EB
(252,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB887 color. Also use rgb(222,184,135) instead hex code.

Text Font Color

.myTextColor { color: #DEB887; }

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

This text font color is #DEB887.


Background Color

.myBgColor { background-color: #DEB887; }

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

This div background color is #DEB887.


Border color

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

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

This div border color is #DEB887.


Opacity

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

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

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

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

This text has shadow with #DEB887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEB887 on black background.


Color preview on white background

This text has color #DEB887 on white background.



Black color preview on #DEB887 background

This text has black color on #DEB887 background.


White color preview on #DEB887 background

This text has white color on #DEB887 background.