COLOR #D4D616

HEX: #D4D616
RGB: (212,214,22)

Renk bilgisi

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

RGB renk modeli

#D4D616 color RGB value is (212,214,22).

  • kırmız ton 212;
  • yeşil ton 214;
  • mavi ton 22.
RGB:
(212,214,22)
(83%,84%,9%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 214 of 255 = 84%
B 22 of 255 = 9%

212
214
22

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 214 + 22 = 448 (100%)
R 212 of 448 ~ 47.32%
G 214 of 448 ~ 47.77%
B 22 of 448 ~ 4.91%

%47.32
%47.77

CMYK RENK MODELİ

#D4D616 rengi CMYK tonu (1,0,90,16).

  • camgöbeği tonu 0.93%
  • eflatun tonu 0.00%
  • sarı tonu 89.72%
  • ana renk tonu 16.08%
CMYK:
(1,0,90,16)
C1M0Y90K16 
(1%,0%,90%,16%)
(0.01/0.00/0.90/0.16)	

CMYK yüzdeleri

%0.93
%0
%89.72
%16.08

Codes

Color #D4D616 in popluar color models

D4D616
RGB21221422
HSL61°81.36%46.27%
HSB/HSV61°89.72%83.92%
CMYK0.93%0.00%89.72%
16.08%

Color #D4D616 in popluar number systems.

HEXD4D616
Decimal21221422
Binary110101001101011010110
Octal32432626

Shades and tints

Shades of #D4D616

#D4D616
(212,214,22)
#C1C314
(193,195,20)
#AEB012
(174,176,18)
#9B9D10
(155,157,16)
#888A0E
(136,138,14)
#75770C
(117,119,12)
#62640A
(98,100,10)
#4F5108
(79,81,8)
#3C3E06
(60,62,6)
#292B04
(41,43,4)
#161802
(22,24,2)
#000000
(0,0,0)

Tints of #D4D616

#D4D616
(212,214,22)
#D7D92B
(215,217,43)
#DADC40
(218,220,64)
#DDDF55
(221,223,85)
#E0E26A
(224,226,106)
#E3E57F
(227,229,127)
#E6E894
(230,232,148)
#E9EBA9
(233,235,169)
#ECEEBE
(236,238,190)
#EFF1D3
(239,241,211)
#F2F4E8
(242,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4D616 color. Also use rgb(212,214,22) instead hex code.

Text Font Color

.myTextColor { color: #D4D616; }

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

This text font color is #D4D616.


Background Color

.myBgColor { background-color: #D4D616; }

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

This div background color is #D4D616.


Border color

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

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

This div border color is #D4D616.


Opacity

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

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

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

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

This text has shadow with #D4D616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D616 on black background.


Color preview on white background

This text has color #D4D616 on white background.



Black color preview on #D4D616 background

This text has black color on #D4D616 background.


White color preview on #D4D616 background

This text has white color on #D4D616 background.