COLOR #D5D596

HEX: #D5D596
RGB: (213,213,150)

Renk bilgisi

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

RGB renk modeli

#D5D596 color RGB value is (213,213,150).

  • kırmız ton 213;
  • yeşil ton 213;
  • mavi ton 150.
RGB:
(213,213,150)
(84%,84%,59%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 213 of 255 = 84%
B 150 of 255 = 59%

213
213
150

R + G + B ~ 76%. #D5D596 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 213 + 150 = 576 (100%)
R 213 of 576 ~ 36.98%
G 213 of 576 ~ 36.98%
B 150 of 576 ~ 26.04%

%36.98
%36.98
%26.04

CMYK RENK MODELİ

#D5D596 rengi CMYK tonu (0,0,30,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 29.58%
  • ana renk tonu 16.47%
CMYK:
(0,0,30,16)
C0M0Y30K16 
(0%,0%,30%,16%)
(0.00/0.00/0.30/0.16)	

CMYK yüzdeleri

%0
%0
%29.58
%16.47

Codes

Color #D5D596 in popluar color models

D5D596
RGB213213150
HSL60°42.86%71.18%
HSB/HSV60°29.58%83.53%
CMYK0.00%0.00%29.58%
16.47%

Color #D5D596 in popluar number systems.

HEXD5D596
Decimal213213150
Binary110101011101010110010110
Octal325325226

Shades and tints

Shades of #D5D596

#D5D596
(213,213,150)
#C2C289
(194,194,137)
#AFAF7C
(175,175,124)
#9C9C6F
(156,156,111)
#898962
(137,137,98)
#767655
(118,118,85)
#636348
(99,99,72)
#50503B
(80,80,59)
#3D3D2E
(61,61,46)
#2A2A21
(42,42,33)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #D5D596

#D5D596
(213,213,150)
#D8D89F
(216,216,159)
#DBDBA8
(219,219,168)
#DEDEB1
(222,222,177)
#E1E1BA
(225,225,186)
#E4E4C3
(228,228,195)
#E7E7CC
(231,231,204)
#EAEAD5
(234,234,213)
#EDEDDE
(237,237,222)
#F0F0E7
(240,240,231)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D596; }

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

This text font color is #D5D596.


Background Color

.myBgColor { background-color: #D5D596; }

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

This div background color is #D5D596.


Border color

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

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

This div border color is #D5D596.


Opacity

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

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

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

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

This text has shadow with #D5D596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D596 on black background.


Color preview on white background

This text has color #D5D596 on white background.



Black color preview on #D5D596 background

This text has black color on #D5D596 background.


White color preview on #D5D596 background

This text has white color on #D5D596 background.