COLOR #DAD63C

HEX: #DAD63C
RGB: (218,214,60)

Renk bilgisi

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

RGB renk modeli

#DAD63C color RGB value is (218,214,60).

  • kırmız ton 218;
  • yeşil ton 214;
  • mavi ton 60.
RGB:
(218,214,60)
(85%,84%,24%)

RGB bağlantıları ve doygunluk

R 218 of 255 = 85%
G 214 of 255 = 84%
B 60 of 255 = 24%

218
214
60

R + G + B ~ 64%. #DAD63C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
218 + 214 + 60 = 492 (100%)
R 218 of 492 ~ 44.31%
G 214 of 492 ~ 43.5%
B 60 of 492 ~ 12.2%

%44.31
%43.5
%12.2

CMYK RENK MODELİ

#DAD63C rengi CMYK tonu (0,2,72,15).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.83%
  • sarı tonu 72.48%
  • ana renk tonu 14.51%
CMYK:
(0,2,72,15)
C0M2Y72K15 
(0%,2%,72%,15%)
(0.00/0.02/0.72/0.15)	

CMYK yüzdeleri

%0
%1.83
%72.48
%14.51

Codes

Color #DAD63C in popluar color models

DAD63C
RGB21821460
HSL58°68.10%54.51%
HSB/HSV58°72.48%85.49%
CMYK0.00%1.83%72.48%
14.51%

Color #DAD63C in popluar number systems.

HEXDAD63C
Decimal21821460
Binary1101101011010110111100
Octal33232674

Shades and tints

Shades of #DAD63C

#DAD63C
(218,214,60)
#C7C337
(199,195,55)
#B4B032
(180,176,50)
#A19D2D
(161,157,45)
#8E8A28
(142,138,40)
#7B7723
(123,119,35)
#68641E
(104,100,30)
#555119
(85,81,25)
#423E14
(66,62,20)
#2F2B0F
(47,43,15)
#1C180A
(28,24,10)
#000000
(0,0,0)

Tints of #DAD63C

#DAD63C
(218,214,60)
#DDD94D
(221,217,77)
#E0DC5E
(224,220,94)
#E3DF6F
(227,223,111)
#E6E280
(230,226,128)
#E9E591
(233,229,145)
#ECE8A2
(236,232,162)
#EFEBB3
(239,235,179)
#F2EEC4
(242,238,196)
#F5F1D5
(245,241,213)
#F8F4E6
(248,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD63C color. Also use rgb(218,214,60) instead hex code.

Text Font Color

.myTextColor { color: #DAD63C; }

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

This text font color is #DAD63C.


Background Color

.myBgColor { background-color: #DAD63C; }

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

This div background color is #DAD63C.


Border color

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

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

This div border color is #DAD63C.


Opacity

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

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

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

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

This text has shadow with #DAD63C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD63C on black background.


Color preview on white background

This text has color #DAD63C on white background.



Black color preview on #DAD63C background

This text has black color on #DAD63C background.


White color preview on #DAD63C background

This text has white color on #DAD63C background.