COLOR #D5C994

HEX: #D5C994
RGB: (213,201,148)

Renk bilgisi

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

RGB renk modeli

#D5C994 color RGB value is (213,201,148).

  • kırmız ton 213;
  • yeşil ton 201;
  • mavi ton 148.
RGB:
(213,201,148)
(84%,79%,58%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 201 of 255 = 79%
B 148 of 255 = 58%

213
201
148

R + G + B ~ 74%. #D5C994 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 201 + 148 = 562 (100%)
R 213 of 562 ~ 37.9%
G 201 of 562 ~ 35.77%
B 148 of 562 ~ 26.33%

%37.9
%35.77
%26.33

CMYK RENK MODELİ

#D5C994 rengi CMYK tonu (0,6,31,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.63%
  • sarı tonu 30.52%
  • ana renk tonu 16.47%
CMYK:
(0,6,31,16)
C0M6Y31K16 
(0%,6%,31%,16%)
(0.00/0.06/0.31/0.16)	

CMYK yüzdeleri

%0
%5.63
%30.52
%16.47

Codes

Color #D5C994 in popluar color models

D5C994
RGB213201148
HSL49°43.62%70.78%
HSB/HSV49°30.52%83.53%
CMYK0.00%5.63%30.52%
16.47%

Color #D5C994 in popluar number systems.

HEXD5C994
Decimal213201148
Binary110101011100100110010100
Octal325311224

Shades and tints

Shades of #D5C994

#D5C994
(213,201,148)
#C2B787
(194,183,135)
#AFA57A
(175,165,122)
#9C936D
(156,147,109)
#898160
(137,129,96)
#766F53
(118,111,83)
#635D46
(99,93,70)
#504B39
(80,75,57)
#3D392C
(61,57,44)
#2A271F
(42,39,31)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #D5C994

#D5C994
(213,201,148)
#D8CD9D
(216,205,157)
#DBD1A6
(219,209,166)
#DED5AF
(222,213,175)
#E1D9B8
(225,217,184)
#E4DDC1
(228,221,193)
#E7E1CA
(231,225,202)
#EAE5D3
(234,229,211)
#EDE9DC
(237,233,220)
#F0EDE5
(240,237,229)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C994 color. Also use rgb(213,201,148) instead hex code.

Text Font Color

.myTextColor { color: #D5C994; }

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

This text font color is #D5C994.


Background Color

.myBgColor { background-color: #D5C994; }

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

This div background color is #D5C994.


Border color

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

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

This div border color is #D5C994.


Opacity

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

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

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

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

This text has shadow with #D5C994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C994 on black background.


Color preview on white background

This text has color #D5C994 on white background.



Black color preview on #D5C994 background

This text has black color on #D5C994 background.


White color preview on #D5C994 background

This text has white color on #D5C994 background.