COLOR #D5D557

HEX: #D5D557
RGB: (213,213,87)

Renk bilgisi

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

RGB renk modeli

#D5D557 color RGB value is (213,213,87).

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

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 213 of 255 = 84%
B 87 of 255 = 34%

213
213
87

R + G + B ~ 67%. #D5D557 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 213 + 87 = 513 (100%)
R 213 of 513 ~ 41.52%
G 213 of 513 ~ 41.52%
B 87 of 513 ~ 16.96%

%41.52
%41.52
%16.96

CMYK RENK MODELİ

#D5D557 rengi CMYK tonu (0,0,59,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 59.15%
  • ana renk tonu 16.47%
CMYK:
(0,0,59,16)
C0M0Y59K16 
(0%,0%,59%,16%)
(0.00/0.00/0.59/0.16)	

CMYK yüzdeleri

%0
%0
%59.15
%16.47

Codes

Color #D5D557 in popluar color models

D5D557
RGB21321387
HSL60°60.00%58.82%
HSB/HSV60°59.15%83.53%
CMYK0.00%0.00%59.15%
16.47%

Color #D5D557 in popluar number systems.

HEXD5D557
Decimal21321387
Binary11010101110101011010111
Octal325325127

Shades and tints

Shades of #D5D557

#D5D557
(213,213,87)
#C2C250
(194,194,80)
#AFAF49
(175,175,73)
#9C9C42
(156,156,66)
#89893B
(137,137,59)
#767634
(118,118,52)
#63632D
(99,99,45)
#505026
(80,80,38)
#3D3D1F
(61,61,31)
#2A2A18
(42,42,24)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #D5D557

#D5D557
(213,213,87)
#D8D866
(216,216,102)
#DBDB75
(219,219,117)
#DEDE84
(222,222,132)
#E1E193
(225,225,147)
#E4E4A2
(228,228,162)
#E7E7B1
(231,231,177)
#EAEAC0
(234,234,192)
#EDEDCF
(237,237,207)
#F0F0DE
(240,240,222)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D557; }

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

This text font color is #D5D557.


Background Color

.myBgColor { background-color: #D5D557; }

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

This div background color is #D5D557.


Border color

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

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

This div border color is #D5D557.


Opacity

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

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

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

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

This text has shadow with #D5D557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D557 on black background.


Color preview on white background

This text has color #D5D557 on white background.



Black color preview on #D5D557 background

This text has black color on #D5D557 background.


White color preview on #D5D557 background

This text has white color on #D5D557 background.