COLOR #D1E20D

HEX: #D1E20D
RGB: (209,226,13)

Renk bilgisi

#D1E20D contains mainly red and green colors. #D1E20D ‘ nin web güvenlik rengi #CCCC00 (ya da #CC0) dir.

RGB renk modeli

#D1E20D color RGB value is (209,226,13).

  • kırmız ton 209;
  • yeşil ton 226;
  • mavi ton 13.
RGB:
(209,226,13)
(82%,89%,5%)

RGB bağlantıları ve doygunluk

R 209 of 255 = 82%
G 226 of 255 = 89%
B 13 of 255 = 5%

209
226
13

R + G + B ~ 59%. #D1E20D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
209 + 226 + 13 = 448 (100%)
R 209 of 448 ~ 46.65%
G 226 of 448 ~ 50.45%
B 13 of 448 ~ 2.9%

%46.65
%50.45

CMYK RENK MODELİ

#D1E20D rengi CMYK tonu (8,0,94,11).

  • camgöbeği tonu 7.52%
  • eflatun tonu 0.00%
  • sarı tonu 94.25%
  • ana renk tonu 11.37%
CMYK:
(8,0,94,11)
C8M0Y94K11 
(8%,0%,94%,11%)
(0.08/0.00/0.94/0.11)	

CMYK yüzdeleri

%7.52
%0
%94.25
%11.37

Codes

Color #D1E20D in popluar color models

D1E20D
RGB20922613
HSL65°89.12%46.86%
HSB/HSV65°94.25%88.63%
CMYK7.52%0.00%94.25%
11.37%

Color #D1E20D in popluar number systems.

HEXD1E20D
Decimal20922613
Binary11010001111000101101
Octal32134215

Shades and tints

Shades of #D1E20D

#D1E20D
(209,226,13)
#BECE0C
(190,206,12)
#ABBA0B
(171,186,11)
#98A60A
(152,166,10)
#859209
(133,146,9)
#727E08
(114,126,8)
#5F6A07
(95,106,7)
#4C5606
(76,86,6)
#394205
(57,66,5)
#262E04
(38,46,4)
#131A03
(19,26,3)
#000000
(0,0,0)

Tints of #D1E20D

#D1E20D
(209,226,13)
#D5E423
(213,228,35)
#D9E639
(217,230,57)
#DDE84F
(221,232,79)
#E1EA65
(225,234,101)
#E5EC7B
(229,236,123)
#E9EE91
(233,238,145)
#EDF0A7
(237,240,167)
#F1F2BD
(241,242,189)
#F5F4D3
(245,244,211)
#F9F6E9
(249,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1E20D color. Also use rgb(209,226,13) instead hex code.

Text Font Color

.myTextColor { color: #D1E20D; }

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

This text font color is #D1E20D.


Background Color

.myBgColor { background-color: #D1E20D; }

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

This div background color is #D1E20D.


Border color

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

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

This div border color is #D1E20D.


Opacity

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

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

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

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

This text has shadow with #D1E20D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E20D on black background.


Color preview on white background

This text has color #D1E20D on white background.



Black color preview on #D1E20D background

This text has black color on #D1E20D background.


White color preview on #D1E20D background

This text has white color on #D1E20D background.