COLOR #D9D77D

HEX: #D9D77D
RGB: (217,215,125)

Renk bilgisi

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

RGB renk modeli

#D9D77D color RGB value is (217,215,125).

  • kırmız ton 217;
  • yeşil ton 215;
  • mavi ton 125.
RGB:
(217,215,125)
(85%,84%,49%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 215 of 255 = 84%
B 125 of 255 = 49%

217
215
125

R + G + B ~ 73%. #D9D77D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 215 + 125 = 557 (100%)
R 217 of 557 ~ 38.96%
G 215 of 557 ~ 38.6%
B 125 of 557 ~ 22.44%

%38.96
%38.6
%22.44

CMYK RENK MODELİ

#D9D77D rengi CMYK tonu (0,1,42,15).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.92%
  • sarı tonu 42.40%
  • ana renk tonu 14.90%
CMYK:
(0,1,42,15)
C0M1Y42K15 
(0%,1%,42%,15%)
(0.00/0.01/0.42/0.15)	

CMYK yüzdeleri

%0
%0.92
%42.4
%14.9

Codes

Color #D9D77D in popluar color models

D9D77D
RGB217215125
HSL59°54.76%67.06%
HSB/HSV59°42.40%85.10%
CMYK0.00%0.92%42.40%
14.90%

Color #D9D77D in popluar number systems.

HEXD9D77D
Decimal217215125
Binary11011001110101111111101
Octal331327175

Shades and tints

Shades of #D9D77D

#D9D77D
(217,215,125)
#C6C472
(198,196,114)
#B3B167
(179,177,103)
#A09E5C
(160,158,92)
#8D8B51
(141,139,81)
#7A7846
(122,120,70)
#67653B
(103,101,59)
#545230
(84,82,48)
#413F25
(65,63,37)
#2E2C1A
(46,44,26)
#1B190F
(27,25,15)
#000000
(0,0,0)

Tints of #D9D77D

#D9D77D
(217,215,125)
#DCDA88
(220,218,136)
#DFDD93
(223,221,147)
#E2E09E
(226,224,158)
#E5E3A9
(229,227,169)
#E8E6B4
(232,230,180)
#EBE9BF
(235,233,191)
#EEECCA
(238,236,202)
#F1EFD5
(241,239,213)
#F4F2E0
(244,242,224)
#F7F5EB
(247,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9D77D color. Also use rgb(217,215,125) instead hex code.

Text Font Color

.myTextColor { color: #D9D77D; }

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

This text font color is #D9D77D.


Background Color

.myBgColor { background-color: #D9D77D; }

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

This div background color is #D9D77D.


Border color

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

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

This div border color is #D9D77D.


Opacity

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

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

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

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

This text has shadow with #D9D77D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D77D on black background.


Color preview on white background

This text has color #D9D77D on white background.



Black color preview on #D9D77D background

This text has black color on #D9D77D background.


White color preview on #D9D77D background

This text has white color on #D9D77D background.