COLOR #D5C36F

HEX: #D5C36F
RGB: (213,195,111)

Renk bilgisi

#D5C36F contains mainly red and green colors. #D5C36F ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#D5C36F color RGB value is (213,195,111).

  • kırmız ton 213;
  • yeşil ton 195;
  • mavi ton 111.
RGB:
(213,195,111)
(84%,76%,44%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 195 of 255 = 76%
B 111 of 255 = 44%

213
195
111

R + G + B ~ 68%. #D5C36F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 195 + 111 = 519 (100%)
R 213 of 519 ~ 41.04%
G 195 of 519 ~ 37.57%
B 111 of 519 ~ 21.39%

%41.04
%37.57
%21.39

CMYK RENK MODELİ

#D5C36F rengi CMYK tonu (0,8,48,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.45%
  • sarı tonu 47.89%
  • ana renk tonu 16.47%
CMYK:
(0,8,48,16)
C0M8Y48K16 
(0%,8%,48%,16%)
(0.00/0.08/0.48/0.16)	

CMYK yüzdeleri

%0
%8.45
%47.89
%16.47

Codes

Color #D5C36F in popluar color models

D5C36F
RGB213195111
HSL49°54.84%63.53%
HSB/HSV49°47.89%83.53%
CMYK0.00%8.45%47.89%
16.47%

Color #D5C36F in popluar number systems.

HEXD5C36F
Decimal213195111
Binary11010101110000111101111
Octal325303157

Shades and tints

Shades of #D5C36F

#D5C36F
(213,195,111)
#C2B265
(194,178,101)
#AFA15B
(175,161,91)
#9C9051
(156,144,81)
#897F47
(137,127,71)
#766E3D
(118,110,61)
#635D33
(99,93,51)
#504C29
(80,76,41)
#3D3B1F
(61,59,31)
#2A2A15
(42,42,21)
#17190B
(23,25,11)
#000000
(0,0,0)

Tints of #D5C36F

#D5C36F
(213,195,111)
#D8C87C
(216,200,124)
#DBCD89
(219,205,137)
#DED296
(222,210,150)
#E1D7A3
(225,215,163)
#E4DCB0
(228,220,176)
#E7E1BD
(231,225,189)
#EAE6CA
(234,230,202)
#EDEBD7
(237,235,215)
#F0F0E4
(240,240,228)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C36F color. Also use rgb(213,195,111) instead hex code.

Text Font Color

.myTextColor { color: #D5C36F; }

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

This text font color is #D5C36F.


Background Color

.myBgColor { background-color: #D5C36F; }

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

This div background color is #D5C36F.


Border color

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

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

This div border color is #D5C36F.


Opacity

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

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

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

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

This text has shadow with #D5C36F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C36F on black background.


Color preview on white background

This text has color #D5C36F on white background.



Black color preview on #D5C36F background

This text has black color on #D5C36F background.


White color preview on #D5C36F background

This text has white color on #D5C36F background.