COLOR #D5C699

HEX: #D5C699
RGB: (213,198,153)

Renk bilgisi

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

RGB renk modeli

#D5C699 color RGB value is (213,198,153).

  • kırmız ton 213;
  • yeşil ton 198;
  • mavi ton 153.
RGB:
(213,198,153)
(84%,78%,60%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 198 of 255 = 78%
B 153 of 255 = 60%

213
198
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 198 + 153 = 564 (100%)
R 213 of 564 ~ 37.77%
G 198 of 564 ~ 35.11%
B 153 of 564 ~ 27.13%

%37.77
%35.11
%27.13

CMYK RENK MODELİ

#D5C699 rengi CMYK tonu (0,7,28,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.04%
  • sarı tonu 28.17%
  • ana renk tonu 16.47%
CMYK:
(0,7,28,16)
C0M7Y28K16 
(0%,7%,28%,16%)
(0.00/0.07/0.28/0.16)	

CMYK yüzdeleri

%0
%7.04
%28.17
%16.47

Codes

Color #D5C699 in popluar color models

D5C699
RGB213198153
HSL45°41.67%71.76%
HSB/HSV45°28.17%83.53%
CMYK0.00%7.04%28.17%
16.47%

Color #D5C699 in popluar number systems.

HEXD5C699
Decimal213198153
Binary110101011100011010011001
Octal325306231

Shades and tints

Shades of #D5C699

#D5C699
(213,198,153)
#C2B48C
(194,180,140)
#AFA27F
(175,162,127)
#9C9072
(156,144,114)
#897E65
(137,126,101)
#766C58
(118,108,88)
#635A4B
(99,90,75)
#50483E
(80,72,62)
#3D3631
(61,54,49)
#2A2424
(42,36,36)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #D5C699

#D5C699
(213,198,153)
#D8CBA2
(216,203,162)
#DBD0AB
(219,208,171)
#DED5B4
(222,213,180)
#E1DABD
(225,218,189)
#E4DFC6
(228,223,198)
#E7E4CF
(231,228,207)
#EAE9D8
(234,233,216)
#EDEEE1
(237,238,225)
#F0F3EA
(240,243,234)
#F3F8F3
(243,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C699 color. Also use rgb(213,198,153) instead hex code.

Text Font Color

.myTextColor { color: #D5C699; }

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

This text font color is #D5C699.


Background Color

.myBgColor { background-color: #D5C699; }

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

This div background color is #D5C699.


Border color

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

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

This div border color is #D5C699.


Opacity

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

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

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

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

This text has shadow with #D5C699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C699 on black background.


Color preview on white background

This text has color #D5C699 on white background.



Black color preview on #D5C699 background

This text has black color on #D5C699 background.


White color preview on #D5C699 background

This text has white color on #D5C699 background.