COLOR #D5D43B

HEX: #D5D43B
RGB: (213,212,59)

Renk bilgisi

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

RGB renk modeli

#D5D43B color RGB value is (213,212,59).

  • kırmız ton 213;
  • yeşil ton 212;
  • mavi ton 59.
RGB:
(213,212,59)
(84%,83%,23%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 212 of 255 = 83%
B 59 of 255 = 23%

213
212
59

R + G + B ~ 63%. #D5D43B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 212 + 59 = 484 (100%)
R 213 of 484 ~ 44.01%
G 212 of 484 ~ 43.8%
B 59 of 484 ~ 12.19%

%44.01
%43.8
%12.19

CMYK RENK MODELİ

#D5D43B rengi CMYK tonu (0,0,72,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.47%
  • sarı tonu 72.30%
  • ana renk tonu 16.47%
CMYK:
(0,0,72,16)
C0M0Y72K16 
(0%,0%,72%,16%)
(0.00/0.00/0.72/0.16)	

CMYK yüzdeleri

%0
%0.47
%72.3
%16.47

Codes

Color #D5D43B in popluar color models

D5D43B
RGB21321259
HSL60°64.71%53.33%
HSB/HSV60°72.30%83.53%
CMYK0.00%0.47%72.30%
16.47%

Color #D5D43B in popluar number systems.

HEXD5D43B
Decimal21321259
Binary1101010111010100111011
Octal32532473

Shades and tints

Shades of #D5D43B

#D5D43B
(213,212,59)
#C2C136
(194,193,54)
#AFAE31
(175,174,49)
#9C9B2C
(156,155,44)
#898827
(137,136,39)
#767522
(118,117,34)
#63621D
(99,98,29)
#504F18
(80,79,24)
#3D3C13
(61,60,19)
#2A290E
(42,41,14)
#171609
(23,22,9)
#000000
(0,0,0)

Tints of #D5D43B

#D5D43B
(213,212,59)
#D8D74C
(216,215,76)
#DBDA5D
(219,218,93)
#DEDD6E
(222,221,110)
#E1E07F
(225,224,127)
#E4E390
(228,227,144)
#E7E6A1
(231,230,161)
#EAE9B2
(234,233,178)
#EDECC3
(237,236,195)
#F0EFD4
(240,239,212)
#F3F2E5
(243,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D43B; }

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

This text font color is #D5D43B.


Background Color

.myBgColor { background-color: #D5D43B; }

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

This div background color is #D5D43B.


Border color

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

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

This div border color is #D5D43B.


Opacity

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

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

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

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

This text has shadow with #D5D43B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D43B on black background.


Color preview on white background

This text has color #D5D43B on white background.



Black color preview on #D5D43B background

This text has black color on #D5D43B background.


White color preview on #D5D43B background

This text has white color on #D5D43B background.