COLOR #D6784A

HEX: #D6784A
RGB: (214,120,74)

Renk bilgisi

#D6784A contains mainly red color. #D6784A ‘ nin web güvenlik rengi #CC6633 (ya da #C63) dir.

RGB renk modeli

#D6784A color RGB value is (214,120,74).

  • kırmız ton 214;
  • yeşil ton 120;
  • mavi ton 74.
RGB:
(214,120,74)
(84%,47%,29%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 120 of 255 = 47%
B 74 of 255 = 29%

214
120
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 120 + 74 = 408 (100%)
R 214 of 408 ~ 52.45%
G 120 of 408 ~ 29.41%
B 74 of 408 ~ 18.14%

%52.45
%29.41
%18.14

CMYK RENK MODELİ

#D6784A rengi CMYK tonu (0,44,65,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.93%
  • sarı tonu 65.42%
  • ana renk tonu 16.08%
CMYK:
(0,44,65,16)
C0M44Y65K16 
(0%,44%,65%,16%)
(0.00/0.44/0.65/0.16)	

CMYK yüzdeleri

%0
%43.93
%65.42
%16.08

Codes

Color #D6784A in popluar color models

D6784A
RGB21412074
HSL20°63.06%56.47%
HSB/HSV20°65.42%83.92%
CMYK0.00%43.93%65.42%
16.08%

Color #D6784A in popluar number systems.

HEXD6784A
Decimal21412074
Binary1101011011110001001010
Octal326170112

Shades and tints

Shades of #D6784A

#D6784A
(214,120,74)
#C36E44
(195,110,68)
#B0643E
(176,100,62)
#9D5A38
(157,90,56)
#8A5032
(138,80,50)
#77462C
(119,70,44)
#643C26
(100,60,38)
#513220
(81,50,32)
#3E281A
(62,40,26)
#2B1E14
(43,30,20)
#18140E
(24,20,14)
#000000
(0,0,0)

Tints of #D6784A

#D6784A
(214,120,74)
#D9845A
(217,132,90)
#DC906A
(220,144,106)
#DF9C7A
(223,156,122)
#E2A88A
(226,168,138)
#E5B49A
(229,180,154)
#E8C0AA
(232,192,170)
#EBCCBA
(235,204,186)
#EED8CA
(238,216,202)
#F1E4DA
(241,228,218)
#F4F0EA
(244,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6784A color. Also use rgb(214,120,74) instead hex code.

Text Font Color

.myTextColor { color: #D6784A; }

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

This text font color is #D6784A.


Background Color

.myBgColor { background-color: #D6784A; }

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

This div background color is #D6784A.


Border color

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

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

This div border color is #D6784A.


Opacity

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

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

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

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

This text has shadow with #D6784A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6784A on black background.


Color preview on white background

This text has color #D6784A on white background.



Black color preview on #D6784A background

This text has black color on #D6784A background.


White color preview on #D6784A background

This text has white color on #D6784A background.