COLOR #D5D85E

HEX: #D5D85E
RGB: (213,216,94)

Renk bilgisi

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

RGB renk modeli

#D5D85E color RGB value is (213,216,94).

  • kırmız ton 213;
  • yeşil ton 216;
  • mavi ton 94.
RGB:
(213,216,94)
(84%,85%,37%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 216 of 255 = 85%
B 94 of 255 = 37%

213
216
94

R + G + B ~ 69%. #D5D85E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 216 + 94 = 523 (100%)
R 213 of 523 ~ 40.73%
G 216 of 523 ~ 41.3%
B 94 of 523 ~ 17.97%

%40.73
%41.3
%17.97

CMYK RENK MODELİ

#D5D85E rengi CMYK tonu (1,0,56,15).

  • camgöbeği tonu 1.39%
  • eflatun tonu 0.00%
  • sarı tonu 56.48%
  • ana renk tonu 15.29%
CMYK:
(1,0,56,15)
C1M0Y56K15 
(1%,0%,56%,15%)
(0.01/0.00/0.56/0.15)	

CMYK yüzdeleri

%1.39
%0
%56.48
%15.29

Codes

Color #D5D85E in popluar color models

D5D85E
RGB21321694
HSL61°61.00%60.78%
HSB/HSV61°56.48%84.71%
CMYK1.39%0.00%56.48%
15.29%

Color #D5D85E in popluar number systems.

HEXD5D85E
Decimal21321694
Binary11010101110110001011110
Octal325330136

Shades and tints

Shades of #D5D85E

#D5D85E
(213,216,94)
#C2C556
(194,197,86)
#AFB24E
(175,178,78)
#9C9F46
(156,159,70)
#898C3E
(137,140,62)
#767936
(118,121,54)
#63662E
(99,102,46)
#505326
(80,83,38)
#3D401E
(61,64,30)
#2A2D16
(42,45,22)
#171A0E
(23,26,14)
#000000
(0,0,0)

Tints of #D5D85E

#D5D85E
(213,216,94)
#D8DB6C
(216,219,108)
#DBDE7A
(219,222,122)
#DEE188
(222,225,136)
#E1E496
(225,228,150)
#E4E7A4
(228,231,164)
#E7EAB2
(231,234,178)
#EAEDC0
(234,237,192)
#EDF0CE
(237,240,206)
#F0F3DC
(240,243,220)
#F3F6EA
(243,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D85E; }

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

This text font color is #D5D85E.


Background Color

.myBgColor { background-color: #D5D85E; }

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

This div background color is #D5D85E.


Border color

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

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

This div border color is #D5D85E.


Opacity

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

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

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

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

This text has shadow with #D5D85E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D85E on black background.


Color preview on white background

This text has color #D5D85E on white background.



Black color preview on #D5D85E background

This text has black color on #D5D85E background.


White color preview on #D5D85E background

This text has white color on #D5D85E background.