COLOR #D4D428

HEX: #D4D428
RGB: (212,212,40)

Renk bilgisi

#D4D428 contains mainly red and green colors. #D4D428 ‘ nin web güvenlik rengi #CCCC33 (ya da #CC3) dir.

RGB renk modeli

#D4D428 color RGB value is (212,212,40).

  • kırmız ton 212;
  • yeşil ton 212;
  • mavi ton 40.
RGB:
(212,212,40)
(83%,83%,16%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 212 of 255 = 83%
B 40 of 255 = 16%

212
212
40

R + G + B ~ 61%. #D4D428 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 212 + 40 = 464 (100%)
R 212 of 464 ~ 45.69%
G 212 of 464 ~ 45.69%
B 40 of 464 ~ 8.62%

%45.69
%45.69

CMYK RENK MODELİ

#D4D428 rengi CMYK tonu (0,0,81,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 81.13%
  • ana renk tonu 16.86%
CMYK:
(0,0,81,17)
C0M0Y81K17 
(0%,0%,81%,17%)
(0.00/0.00/0.81/0.17)	

CMYK yüzdeleri

%0
%0
%81.13
%16.86

Codes

Color #D4D428 in popluar color models

D4D428
RGB21221240
HSL60°68.25%49.41%
HSB/HSV60°81.13%83.14%
CMYK0.00%0.00%81.13%
16.86%

Color #D4D428 in popluar number systems.

HEXD4D428
Decimal21221240
Binary1101010011010100101000
Octal32432450

Shades and tints

Shades of #D4D428

#D4D428
(212,212,40)
#C1C125
(193,193,37)
#AEAE22
(174,174,34)
#9B9B1F
(155,155,31)
#88881C
(136,136,28)
#757519
(117,117,25)
#626216
(98,98,22)
#4F4F13
(79,79,19)
#3C3C10
(60,60,16)
#29290D
(41,41,13)
#16160A
(22,22,10)
#000000
(0,0,0)

Tints of #D4D428

#D4D428
(212,212,40)
#D7D73B
(215,215,59)
#DADA4E
(218,218,78)
#DDDD61
(221,221,97)
#E0E074
(224,224,116)
#E3E387
(227,227,135)
#E6E69A
(230,230,154)
#E9E9AD
(233,233,173)
#ECECC0
(236,236,192)
#EFEFD3
(239,239,211)
#F2F2E6
(242,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4D428; }

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

This text font color is #D4D428.


Background Color

.myBgColor { background-color: #D4D428; }

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

This div background color is #D4D428.


Border color

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

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

This div border color is #D4D428.


Opacity

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

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

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

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

This text has shadow with #D4D428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D428 on black background.


Color preview on white background

This text has color #D4D428 on white background.



Black color preview on #D4D428 background

This text has black color on #D4D428 background.


White color preview on #D4D428 background

This text has white color on #D4D428 background.