COLOR #D1C593

HEX: #D1C593
RGB: (209,197,147)

Renk bilgisi

#D1C593 contains mainly red and green colors. #D1C593 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#D1C593 color RGB value is (209,197,147).

  • kırmız ton 209;
  • yeşil ton 197;
  • mavi ton 147.
RGB:
(209,197,147)
(82%,77%,58%)

RGB bağlantıları ve doygunluk

R 209 of 255 = 82%
G 197 of 255 = 77%
B 147 of 255 = 58%

209
197
147

R + G + B ~ 72%. #D1C593 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
209 + 197 + 147 = 553 (100%)
R 209 of 553 ~ 37.79%
G 197 of 553 ~ 35.62%
B 147 of 553 ~ 26.58%

%37.79
%35.62
%26.58

CMYK RENK MODELİ

#D1C593 rengi CMYK tonu (0,6,30,18).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.74%
  • sarı tonu 29.67%
  • ana renk tonu 18.04%
CMYK:
(0,6,30,18)
C0M6Y30K18 
(0%,6%,30%,18%)
(0.00/0.06/0.30/0.18)	

CMYK yüzdeleri

%0
%5.74
%29.67
%18.04

Codes

Color #D1C593 in popluar color models

D1C593
RGB209197147
HSL48°40.26%69.80%
HSB/HSV48°29.67%81.96%
CMYK0.00%5.74%29.67%
18.04%

Color #D1C593 in popluar number systems.

HEXD1C593
Decimal209197147
Binary110100011100010110010011
Octal321305223

Shades and tints

Shades of #D1C593

#D1C593
(209,197,147)
#BEB486
(190,180,134)
#ABA379
(171,163,121)
#98926C
(152,146,108)
#85815F
(133,129,95)
#727052
(114,112,82)
#5F5F45
(95,95,69)
#4C4E38
(76,78,56)
#393D2B
(57,61,43)
#262C1E
(38,44,30)
#131B11
(19,27,17)
#000000
(0,0,0)

Tints of #D1C593

#D1C593
(209,197,147)
#D5CA9C
(213,202,156)
#D9CFA5
(217,207,165)
#DDD4AE
(221,212,174)
#E1D9B7
(225,217,183)
#E5DEC0
(229,222,192)
#E9E3C9
(233,227,201)
#EDE8D2
(237,232,210)
#F1EDDB
(241,237,219)
#F5F2E4
(245,242,228)
#F9F7ED
(249,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C593 color. Also use rgb(209,197,147) instead hex code.

Text Font Color

.myTextColor { color: #D1C593; }

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

This text font color is #D1C593.


Background Color

.myBgColor { background-color: #D1C593; }

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

This div background color is #D1C593.


Border color

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

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

This div border color is #D1C593.


Opacity

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

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

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

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

This text has shadow with #D1C593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C593 on black background.


Color preview on white background

This text has color #D1C593 on white background.



Black color preview on #D1C593 background

This text has black color on #D1C593 background.


White color preview on #D1C593 background

This text has white color on #D1C593 background.