COLOR #DC6A31

HEX: #DC6A31
RGB: (220,106,49)

Renk bilgisi

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

RGB renk modeli

#DC6A31 color RGB value is (220,106,49).

  • kırmız ton 220;
  • yeşil ton 106;
  • mavi ton 49.
RGB:
(220,106,49)
(86%,42%,19%)

RGB bağlantıları ve doygunluk

R 220 of 255 = 86%
G 106 of 255 = 42%
B 49 of 255 = 19%

220
106
49

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

Yüzdelerle RGB renk parçaları

R + G + B =
220 + 106 + 49 = 375 (100%)
R 220 of 375 ~ 58.67%
G 106 of 375 ~ 28.27%
B 49 of 375 ~ 13.07%

%58.67
%28.27
%13.07

CMYK RENK MODELİ

#DC6A31 rengi CMYK tonu (0,52,78,14).

  • camgöbeği tonu 0.00%
  • eflatun tonu 51.82%
  • sarı tonu 77.73%
  • ana renk tonu 13.73%
CMYK:
(0,52,78,14)
C0M52Y78K14 
(0%,52%,78%,14%)
(0.00/0.52/0.78/0.14)	

CMYK yüzdeleri

%0
%51.82
%77.73
%13.73

Codes

Color #DC6A31 in popluar color models

DC6A31
RGB22010649
HSL20°70.95%52.75%
HSB/HSV20°77.73%86.27%
CMYK0.00%51.82%77.73%
13.73%

Color #DC6A31 in popluar number systems.

HEXDC6A31
Decimal22010649
Binary110111001101010110001
Octal33415261

Shades and tints

Shades of #DC6A31

#DC6A31
(220,106,49)
#C8612D
(200,97,45)
#B45829
(180,88,41)
#A04F25
(160,79,37)
#8C4621
(140,70,33)
#783D1D
(120,61,29)
#643419
(100,52,25)
#502B15
(80,43,21)
#3C2211
(60,34,17)
#28190D
(40,25,13)
#141009
(20,16,9)
#000000
(0,0,0)

Tints of #DC6A31

#DC6A31
(220,106,49)
#DF7743
(223,119,67)
#E28455
(226,132,85)
#E59167
(229,145,103)
#E89E79
(232,158,121)
#EBAB8B
(235,171,139)
#EEB89D
(238,184,157)
#F1C5AF
(241,197,175)
#F4D2C1
(244,210,193)
#F7DFD3
(247,223,211)
#FAECE5
(250,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC6A31 color. Also use rgb(220,106,49) instead hex code.

Text Font Color

.myTextColor { color: #DC6A31; }

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

This text font color is #DC6A31.


Background Color

.myBgColor { background-color: #DC6A31; }

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

This div background color is #DC6A31.


Border color

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

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

This div border color is #DC6A31.


Opacity

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

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

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

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

This text has shadow with #DC6A31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC6A31 on black background.


Color preview on white background

This text has color #DC6A31 on white background.



Black color preview on #DC6A31 background

This text has black color on #DC6A31 background.


White color preview on #DC6A31 background

This text has white color on #DC6A31 background.