COLOR #D6894C

HEX: #D6894C
RGB: (214,137,76)

Renk bilgisi

#D6894C contains mainly red color. #D6894C ‘ nin web güvenlik rengi #CC9933 (ya da #C93) dir.

RGB renk modeli

#D6894C color RGB value is (214,137,76).

  • kırmız ton 214;
  • yeşil ton 137;
  • mavi ton 76.
RGB:
(214,137,76)
(84%,54%,30%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 137 of 255 = 54%
B 76 of 255 = 30%

214
137
76

R + G + B ~ 56%. #D6894C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 137 + 76 = 427 (100%)
R 214 of 427 ~ 50.12%
G 137 of 427 ~ 32.08%
B 76 of 427 ~ 17.8%

%50.12
%32.08
%17.8

CMYK RENK MODELİ

#D6894C rengi CMYK tonu (0,36,64,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.98%
  • sarı tonu 64.49%
  • ana renk tonu 16.08%
CMYK:
(0,36,64,16)
C0M36Y64K16 
(0%,36%,64%,16%)
(0.00/0.36/0.64/0.16)	

CMYK yüzdeleri

%0
%35.98
%64.49
%16.08

Codes

Color #D6894C in popluar color models

D6894C
RGB21413776
HSL27°62.73%56.86%
HSB/HSV27°64.49%83.92%
CMYK0.00%35.98%64.49%
16.08%

Color #D6894C in popluar number systems.

HEXD6894C
Decimal21413776
Binary11010110100010011001100
Octal326211114

Shades and tints

Shades of #D6894C

#D6894C
(214,137,76)
#C37D46
(195,125,70)
#B07140
(176,113,64)
#9D653A
(157,101,58)
#8A5934
(138,89,52)
#774D2E
(119,77,46)
#644128
(100,65,40)
#513522
(81,53,34)
#3E291C
(62,41,28)
#2B1D16
(43,29,22)
#181110
(24,17,16)
#000000
(0,0,0)

Tints of #D6894C

#D6894C
(214,137,76)
#D9935C
(217,147,92)
#DC9D6C
(220,157,108)
#DFA77C
(223,167,124)
#E2B18C
(226,177,140)
#E5BB9C
(229,187,156)
#E8C5AC
(232,197,172)
#EBCFBC
(235,207,188)
#EED9CC
(238,217,204)
#F1E3DC
(241,227,220)
#F4EDEC
(244,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6894C color. Also use rgb(214,137,76) instead hex code.

Text Font Color

.myTextColor { color: #D6894C; }

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

This text font color is #D6894C.


Background Color

.myBgColor { background-color: #D6894C; }

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

This div background color is #D6894C.


Border color

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

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

This div border color is #D6894C.


Opacity

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

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

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

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

This text has shadow with #D6894C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6894C on black background.


Color preview on white background

This text has color #D6894C on white background.



Black color preview on #D6894C background

This text has black color on #D6894C background.


White color preview on #D6894C background

This text has white color on #D6894C background.