COLOR #DF5B20

HEX: #DF5B20
RGB: (223,91,32)

Renk bilgisi

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

RGB renk modeli

#DF5B20 color RGB value is (223,91,32).

  • kırmız ton 223;
  • yeşil ton 91;
  • mavi ton 32.
RGB:
(223,91,32)
(87%,36%,13%)

RGB bağlantıları ve doygunluk

R 223 of 255 = 87%
G 91 of 255 = 36%
B 32 of 255 = 13%

223
91
32

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

Yüzdelerle RGB renk parçaları

R + G + B =
223 + 91 + 32 = 346 (100%)
R 223 of 346 ~ 64.45%
G 91 of 346 ~ 26.3%
B 32 of 346 ~ 9.25%

%64.45
%26.3

CMYK RENK MODELİ

#DF5B20 rengi CMYK tonu (0,59,86,13).

  • camgöbeği tonu 0.00%
  • eflatun tonu 59.19%
  • sarı tonu 85.65%
  • ana renk tonu 12.55%
CMYK:
(0,59,86,13)
C0M59Y86K13 
(0%,59%,86%,13%)
(0.00/0.59/0.86/0.13)	

CMYK yüzdeleri

%0
%59.19
%85.65
%12.55

Codes

Color #DF5B20 in popluar color models

DF5B20
RGB2239132
HSL19°74.90%50.00%
HSB/HSV19°85.65%87.45%
CMYK0.00%59.19%85.65%
12.55%

Color #DF5B20 in popluar number systems.

HEXDF5B20
Decimal2239132
Binary110111111011011100000
Octal33713340

Shades and tints

Shades of #DF5B20

#DF5B20
(223,91,32)
#CB531E
(203,83,30)
#B74B1C
(183,75,28)
#A3431A
(163,67,26)
#8F3B18
(143,59,24)
#7B3316
(123,51,22)
#672B14
(103,43,20)
#532312
(83,35,18)
#3F1B10
(63,27,16)
#2B130E
(43,19,14)
#170B0C
(23,11,12)
#000000
(0,0,0)

Tints of #DF5B20

#DF5B20
(223,91,32)
#E16934
(225,105,52)
#E37748
(227,119,72)
#E5855C
(229,133,92)
#E79370
(231,147,112)
#E9A184
(233,161,132)
#EBAF98
(235,175,152)
#EDBDAC
(237,189,172)
#EFCBC0
(239,203,192)
#F1D9D4
(241,217,212)
#F3E7E8
(243,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF5B20 color. Also use rgb(223,91,32) instead hex code.

Text Font Color

.myTextColor { color: #DF5B20; }

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

This text font color is #DF5B20.


Background Color

.myBgColor { background-color: #DF5B20; }

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

This div background color is #DF5B20.


Border color

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

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

This div border color is #DF5B20.


Opacity

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

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

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

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

This text has shadow with #DF5B20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF5B20 on black background.


Color preview on white background

This text has color #DF5B20 on white background.



Black color preview on #DF5B20 background

This text has black color on #DF5B20 background.


White color preview on #DF5B20 background

This text has white color on #DF5B20 background.