COLOR #D38F63

HEX: #D38F63
RGB: (211,143,99)

Renk bilgisi

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

RGB renk modeli

#D38F63 color RGB value is (211,143,99).

  • kırmız ton 211;
  • yeşil ton 143;
  • mavi ton 99.
RGB:
(211,143,99)
(83%,56%,39%)

RGB bağlantıları ve doygunluk

R 211 of 255 = 83%
G 143 of 255 = 56%
B 99 of 255 = 39%

211
143
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
211 + 143 + 99 = 453 (100%)
R 211 of 453 ~ 46.58%
G 143 of 453 ~ 31.57%
B 99 of 453 ~ 21.85%

%46.58
%31.57
%21.85

CMYK RENK MODELİ

#D38F63 rengi CMYK tonu (0,32,53,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.23%
  • sarı tonu 53.08%
  • ana renk tonu 17.25%
CMYK:
(0,32,53,17)
C0M32Y53K17 
(0%,32%,53%,17%)
(0.00/0.32/0.53/0.17)	

CMYK yüzdeleri

%0
%32.23
%53.08
%17.25

Codes

Color #D38F63 in popluar color models

D38F63
RGB21114399
HSL24°56.00%60.78%
HSB/HSV24°53.08%82.75%
CMYK0.00%32.23%53.08%
17.25%

Color #D38F63 in popluar number systems.

HEXD38F63
Decimal21114399
Binary11010011100011111100011
Octal323217143

Shades and tints

Shades of #D38F63

#D38F63
(211,143,99)
#C0825A
(192,130,90)
#AD7551
(173,117,81)
#9A6848
(154,104,72)
#875B3F
(135,91,63)
#744E36
(116,78,54)
#61412D
(97,65,45)
#4E3424
(78,52,36)
#3B271B
(59,39,27)
#281A12
(40,26,18)
#150D09
(21,13,9)
#000000
(0,0,0)

Tints of #D38F63

#D38F63
(211,143,99)
#D79971
(215,153,113)
#DBA37F
(219,163,127)
#DFAD8D
(223,173,141)
#E3B79B
(227,183,155)
#E7C1A9
(231,193,169)
#EBCBB7
(235,203,183)
#EFD5C5
(239,213,197)
#F3DFD3
(243,223,211)
#F7E9E1
(247,233,225)
#FBF3EF
(251,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D38F63 color. Also use rgb(211,143,99) instead hex code.

Text Font Color

.myTextColor { color: #D38F63; }

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

This text font color is #D38F63.


Background Color

.myBgColor { background-color: #D38F63; }

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

This div background color is #D38F63.


Border color

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

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

This div border color is #D38F63.


Opacity

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

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

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

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

This text has shadow with #D38F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D38F63 on black background.


Color preview on white background

This text has color #D38F63 on white background.



Black color preview on #D38F63 background

This text has black color on #D38F63 background.


White color preview on #D38F63 background

This text has white color on #D38F63 background.