COLOR #D18C53

HEX: #D18C53
RGB: (209,140,83)

Renk bilgisi

#D18C53 contains mainly red color. #D18C53 ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#D18C53 color RGB value is (209,140,83).

  • kırmız ton 209;
  • yeşil ton 140;
  • mavi ton 83.
RGB:
(209,140,83)
(82%,55%,33%)

RGB bağlantıları ve doygunluk

R 209 of 255 = 82%
G 140 of 255 = 55%
B 83 of 255 = 33%

209
140
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
209 + 140 + 83 = 432 (100%)
R 209 of 432 ~ 48.38%
G 140 of 432 ~ 32.41%
B 83 of 432 ~ 19.21%

%48.38
%32.41
%19.21

CMYK RENK MODELİ

#D18C53 rengi CMYK tonu (0,33,60,18).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.01%
  • sarı tonu 60.29%
  • ana renk tonu 18.04%
CMYK:
(0,33,60,18)
C0M33Y60K18 
(0%,33%,60%,18%)
(0.00/0.33/0.60/0.18)	

CMYK yüzdeleri

%0
%33.01
%60.29
%18.04

Codes

Color #D18C53 in popluar color models

D18C53
RGB20914083
HSL27°57.80%57.25%
HSB/HSV27°60.29%81.96%
CMYK0.00%33.01%60.29%
18.04%

Color #D18C53 in popluar number systems.

HEXD18C53
Decimal20914083
Binary11010001100011001010011
Octal321214123

Shades and tints

Shades of #D18C53

#D18C53
(209,140,83)
#BE804C
(190,128,76)
#AB7445
(171,116,69)
#98683E
(152,104,62)
#855C37
(133,92,55)
#725030
(114,80,48)
#5F4429
(95,68,41)
#4C3822
(76,56,34)
#392C1B
(57,44,27)
#262014
(38,32,20)
#13140D
(19,20,13)
#000000
(0,0,0)

Tints of #D18C53

#D18C53
(209,140,83)
#D59662
(213,150,98)
#D9A071
(217,160,113)
#DDAA80
(221,170,128)
#E1B48F
(225,180,143)
#E5BE9E
(229,190,158)
#E9C8AD
(233,200,173)
#EDD2BC
(237,210,188)
#F1DCCB
(241,220,203)
#F5E6DA
(245,230,218)
#F9F0E9
(249,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D18C53 color. Also use rgb(209,140,83) instead hex code.

Text Font Color

.myTextColor { color: #D18C53; }

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

This text font color is #D18C53.


Background Color

.myBgColor { background-color: #D18C53; }

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

This div background color is #D18C53.


Border color

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

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

This div border color is #D18C53.


Opacity

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

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

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

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

This text has shadow with #D18C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18C53 on black background.


Color preview on white background

This text has color #D18C53 on white background.



Black color preview on #D18C53 background

This text has black color on #D18C53 background.


White color preview on #D18C53 background

This text has white color on #D18C53 background.