COLOR #D9DC5A

HEX: #D9DC5A
RGB: (217,220,90)

Renk bilgisi

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

RGB renk modeli

#D9DC5A color RGB value is (217,220,90).

  • kırmız ton 217;
  • yeşil ton 220;
  • mavi ton 90.
RGB:
(217,220,90)
(85%,86%,35%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 220 of 255 = 86%
B 90 of 255 = 35%

217
220
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 220 + 90 = 527 (100%)
R 217 of 527 ~ 41.18%
G 220 of 527 ~ 41.75%
B 90 of 527 ~ 17.08%

%41.18
%41.75
%17.08

CMYK RENK MODELİ

#D9DC5A rengi CMYK tonu (1,0,59,14).

  • camgöbeği tonu 1.36%
  • eflatun tonu 0.00%
  • sarı tonu 59.09%
  • ana renk tonu 13.73%
CMYK:
(1,0,59,14)
C1M0Y59K14 
(1%,0%,59%,14%)
(0.01/0.00/0.59/0.14)	

CMYK yüzdeleri

%1.36
%0
%59.09
%13.73

Codes

Color #D9DC5A in popluar color models

D9DC5A
RGB21722090
HSL61°65.00%60.78%
HSB/HSV61°59.09%86.27%
CMYK1.36%0.00%59.09%
13.73%

Color #D9DC5A in popluar number systems.

HEXD9DC5A
Decimal21722090
Binary11011001110111001011010
Octal331334132

Shades and tints

Shades of #D9DC5A

#D9DC5A
(217,220,90)
#C6C852
(198,200,82)
#B3B44A
(179,180,74)
#A0A042
(160,160,66)
#8D8C3A
(141,140,58)
#7A7832
(122,120,50)
#67642A
(103,100,42)
#545022
(84,80,34)
#413C1A
(65,60,26)
#2E2812
(46,40,18)
#1B140A
(27,20,10)
#000000
(0,0,0)

Tints of #D9DC5A

#D9DC5A
(217,220,90)
#DCDF69
(220,223,105)
#DFE278
(223,226,120)
#E2E587
(226,229,135)
#E5E896
(229,232,150)
#E8EBA5
(232,235,165)
#EBEEB4
(235,238,180)
#EEF1C3
(238,241,195)
#F1F4D2
(241,244,210)
#F4F7E1
(244,247,225)
#F7FAF0
(247,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9DC5A color. Also use rgb(217,220,90) instead hex code.

Text Font Color

.myTextColor { color: #D9DC5A; }

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

This text font color is #D9DC5A.


Background Color

.myBgColor { background-color: #D9DC5A; }

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

This div background color is #D9DC5A.


Border color

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

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

This div border color is #D9DC5A.


Opacity

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

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

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

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

This text has shadow with #D9DC5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DC5A on black background.


Color preview on white background

This text has color #D9DC5A on white background.



Black color preview on #D9DC5A background

This text has black color on #D9DC5A background.


White color preview on #D9DC5A background

This text has white color on #D9DC5A background.