COLOR #D57D14

HEX: #D57D14
RGB: (213,125,20)

Renk bilgisi

#D57D14 contains mainly red color. #D57D14 ‘ nin web güvenlik rengi #CC6600 (ya da #C60) dir.

RGB renk modeli

#D57D14 color RGB value is (213,125,20).

  • kırmız ton 213;
  • yeşil ton 125;
  • mavi ton 20.
RGB:
(213,125,20)
(84%,49%,8%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 125 of 255 = 49%
B 20 of 255 = 8%

213
125
20

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 125 + 20 = 358 (100%)
R 213 of 358 ~ 59.5%
G 125 of 358 ~ 34.92%
B 20 of 358 ~ 5.59%

%59.5
%34.92

CMYK RENK MODELİ

#D57D14 rengi CMYK tonu (0,41,91,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.31%
  • sarı tonu 90.61%
  • ana renk tonu 16.47%
CMYK:
(0,41,91,16)
C0M41Y91K16 
(0%,41%,91%,16%)
(0.00/0.41/0.91/0.16)	

CMYK yüzdeleri

%0
%41.31
%90.61
%16.47

Codes

Color #D57D14 in popluar color models

D57D14
RGB21312520
HSL33°82.83%45.69%
HSB/HSV33°90.61%83.53%
CMYK0.00%41.31%90.61%
16.47%

Color #D57D14 in popluar number systems.

HEXD57D14
Decimal21312520
Binary11010101111110110100
Octal32517524

Shades and tints

Shades of #D57D14

#D57D14
(213,125,20)
#C27213
(194,114,19)
#AF6712
(175,103,18)
#9C5C11
(156,92,17)
#895110
(137,81,16)
#76460F
(118,70,15)
#633B0E
(99,59,14)
#50300D
(80,48,13)
#3D250C
(61,37,12)
#2A1A0B
(42,26,11)
#170F0A
(23,15,10)
#000000
(0,0,0)

Tints of #D57D14

#D57D14
(213,125,20)
#D88829
(216,136,41)
#DB933E
(219,147,62)
#DE9E53
(222,158,83)
#E1A968
(225,169,104)
#E4B47D
(228,180,125)
#E7BF92
(231,191,146)
#EACAA7
(234,202,167)
#EDD5BC
(237,213,188)
#F0E0D1
(240,224,209)
#F3EBE6
(243,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D57D14 color. Also use rgb(213,125,20) instead hex code.

Text Font Color

.myTextColor { color: #D57D14; }

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

This text font color is #D57D14.


Background Color

.myBgColor { background-color: #D57D14; }

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

This div background color is #D57D14.


Border color

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

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

This div border color is #D57D14.


Opacity

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

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

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

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

This text has shadow with #D57D14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D57D14 on black background.


Color preview on white background

This text has color #D57D14 on white background.



Black color preview on #D57D14 background

This text has black color on #D57D14 background.


White color preview on #D57D14 background

This text has white color on #D57D14 background.