COLOR #D6683D

HEX: #D6683D
RGB: (214,104,61)

Renk bilgisi

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

RGB renk modeli

#D6683D color RGB value is (214,104,61).

  • kırmız ton 214;
  • yeşil ton 104;
  • mavi ton 61.
RGB:
(214,104,61)
(84%,41%,24%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 104 of 255 = 41%
B 61 of 255 = 24%

214
104
61

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

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 104 + 61 = 379 (100%)
R 214 of 379 ~ 56.46%
G 104 of 379 ~ 27.44%
B 61 of 379 ~ 16.09%

%56.46
%27.44
%16.09

CMYK RENK MODELİ

#D6683D rengi CMYK tonu (0,51,71,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 51.40%
  • sarı tonu 71.50%
  • ana renk tonu 16.08%
CMYK:
(0,51,71,16)
C0M51Y71K16 
(0%,51%,71%,16%)
(0.00/0.51/0.71/0.16)	

CMYK yüzdeleri

%0
%51.4
%71.5
%16.08

Codes

Color #D6683D in popluar color models

D6683D
RGB21410461
HSL17°65.11%53.92%
HSB/HSV17°71.50%83.92%
CMYK0.00%51.40%71.50%
16.08%

Color #D6683D in popluar number systems.

HEXD6683D
Decimal21410461
Binary110101101101000111101
Octal32615075

Shades and tints

Shades of #D6683D

#D6683D
(214,104,61)
#C35F38
(195,95,56)
#B05633
(176,86,51)
#9D4D2E
(157,77,46)
#8A4429
(138,68,41)
#773B24
(119,59,36)
#64321F
(100,50,31)
#51291A
(81,41,26)
#3E2015
(62,32,21)
#2B1710
(43,23,16)
#180E0B
(24,14,11)
#000000
(0,0,0)

Tints of #D6683D

#D6683D
(214,104,61)
#D9754E
(217,117,78)
#DC825F
(220,130,95)
#DF8F70
(223,143,112)
#E29C81
(226,156,129)
#E5A992
(229,169,146)
#E8B6A3
(232,182,163)
#EBC3B4
(235,195,180)
#EED0C5
(238,208,197)
#F1DDD6
(241,221,214)
#F4EAE7
(244,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6683D color. Also use rgb(214,104,61) instead hex code.

Text Font Color

.myTextColor { color: #D6683D; }

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

This text font color is #D6683D.


Background Color

.myBgColor { background-color: #D6683D; }

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

This div background color is #D6683D.


Border color

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

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

This div border color is #D6683D.


Opacity

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

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

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

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

This text has shadow with #D6683D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6683D on black background.


Color preview on white background

This text has color #D6683D on white background.



Black color preview on #D6683D background

This text has black color on #D6683D background.


White color preview on #D6683D background

This text has white color on #D6683D background.