COLOR #D4B401

HEX: #D4B401
RGB: (212,180,1)

Renk bilgisi

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

RGB renk modeli

#D4B401 color RGB value is (212,180,1).

  • kırmız ton 212;
  • yeşil ton 180;
  • mavi ton 1.
RGB:
(212,180,1)
(83%,71%,0%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 180 of 255 = 71%
B 1 of 255 = 0%

212
180
1

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 180 + 1 = 393 (100%)
R 212 of 393 ~ 53.94%
G 180 of 393 ~ 45.8%
B 1 of 393 ~ 0.25%

%53.94
%45.8

CMYK RENK MODELİ

#D4B401 rengi CMYK tonu (0,15,100,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.09%
  • sarı tonu 99.53%
  • ana renk tonu 16.86%
CMYK:
(0,15,100,17)
C0M15Y100K17 
(0%,15%,100%,17%)
(0.00/0.15/1.00/0.17)	

CMYK yüzdeleri

%0
%15.09
%99.53
%16.86

Codes

Color #D4B401 in popluar color models

D4B401
RGB2121801
HSL51°99.06%41.76%
HSB/HSV51°99.53%83.14%
CMYK0.00%15.09%99.53%
16.86%

Color #D4B401 in popluar number systems.

HEXD4B401
Decimal2121801
Binary11010100101101001
Octal3242641

Shades and tints

Shades of #D4B401

#D4B401
(212,180,1)
#C1A401
(193,164,1)
#AE9401
(174,148,1)
#9B8401
(155,132,1)
#887401
(136,116,1)
#756401
(117,100,1)
#625401
(98,84,1)
#4F4401
(79,68,1)
#3C3401
(60,52,1)
#292401
(41,36,1)
#161401
(22,20,1)
#000000
(0,0,0)

Tints of #D4B401

#D4B401
(212,180,1)
#D7BA18
(215,186,24)
#DAC02F
(218,192,47)
#DDC646
(221,198,70)
#E0CC5D
(224,204,93)
#E3D274
(227,210,116)
#E6D88B
(230,216,139)
#E9DEA2
(233,222,162)
#ECE4B9
(236,228,185)
#EFEAD0
(239,234,208)
#F2F0E7
(242,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4B401; }

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

This text font color is #D4B401.


Background Color

.myBgColor { background-color: #D4B401; }

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

This div background color is #D4B401.


Border color

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

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

This div border color is #D4B401.


Opacity

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

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

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

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

This text has shadow with #D4B401 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4B401 on black background.


Color preview on white background

This text has color #D4B401 on white background.



Black color preview on #D4B401 background

This text has black color on #D4B401 background.


White color preview on #D4B401 background

This text has white color on #D4B401 background.