COLOR #D38D34

HEX: #D38D34
RGB: (211,141,52)

Renk bilgisi

#D38D34 contains mainly red color. #D38D34 ‘ nin web güvenlik rengi #CC9933 (ya da #C93) dir.

RGB renk modeli

#D38D34 color RGB value is (211,141,52).

  • kırmız ton 211;
  • yeşil ton 141;
  • mavi ton 52.
RGB:
(211,141,52)
(83%,55%,20%)

RGB bağlantıları ve doygunluk

R 211 of 255 = 83%
G 141 of 255 = 55%
B 52 of 255 = 20%

211
141
52

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

Yüzdelerle RGB renk parçaları

R + G + B =
211 + 141 + 52 = 404 (100%)
R 211 of 404 ~ 52.23%
G 141 of 404 ~ 34.9%
B 52 of 404 ~ 12.87%

%52.23
%34.9
%12.87

CMYK RENK MODELİ

#D38D34 rengi CMYK tonu (0,33,75,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.18%
  • sarı tonu 75.36%
  • ana renk tonu 17.25%
CMYK:
(0,33,75,17)
C0M33Y75K17 
(0%,33%,75%,17%)
(0.00/0.33/0.75/0.17)	

CMYK yüzdeleri

%0
%33.18
%75.36
%17.25

Codes

Color #D38D34 in popluar color models

D38D34
RGB21114152
HSL34°64.37%51.57%
HSB/HSV34°75.36%82.75%
CMYK0.00%33.18%75.36%
17.25%

Color #D38D34 in popluar number systems.

HEXD38D34
Decimal21114152
Binary1101001110001101110100
Octal32321564

Shades and tints

Shades of #D38D34

#D38D34
(211,141,52)
#C08130
(192,129,48)
#AD752C
(173,117,44)
#9A6928
(154,105,40)
#875D24
(135,93,36)
#745120
(116,81,32)
#61451C
(97,69,28)
#4E3918
(78,57,24)
#3B2D14
(59,45,20)
#282110
(40,33,16)
#15150C
(21,21,12)
#000000
(0,0,0)

Tints of #D38D34

#D38D34
(211,141,52)
#D79746
(215,151,70)
#DBA158
(219,161,88)
#DFAB6A
(223,171,106)
#E3B57C
(227,181,124)
#E7BF8E
(231,191,142)
#EBC9A0
(235,201,160)
#EFD3B2
(239,211,178)
#F3DDC4
(243,221,196)
#F7E7D6
(247,231,214)
#FBF1E8
(251,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D38D34 color. Also use rgb(211,141,52) instead hex code.

Text Font Color

.myTextColor { color: #D38D34; }

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

This text font color is #D38D34.


Background Color

.myBgColor { background-color: #D38D34; }

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

This div background color is #D38D34.


Border color

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

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

This div border color is #D38D34.


Opacity

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

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

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

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

This text has shadow with #D38D34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D38D34 on black background.


Color preview on white background

This text has color #D38D34 on white background.



Black color preview on #D38D34 background

This text has black color on #D38D34 background.


White color preview on #D38D34 background

This text has white color on #D38D34 background.