COLOR #DADD51

HEX: #DADD51
RGB: (218,221,81)

Renk bilgisi

#DADD51 contains mainly red and green colors. #DADD51 ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#DADD51 color RGB value is (218,221,81).

  • kırmız ton 218;
  • yeşil ton 221;
  • mavi ton 81.
RGB:
(218,221,81)
(85%,87%,32%)

RGB bağlantıları ve doygunluk

R 218 of 255 = 85%
G 221 of 255 = 87%
B 81 of 255 = 32%

218
221
81

R + G + B ~ 68%. #DADD51 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
218 + 221 + 81 = 520 (100%)
R 218 of 520 ~ 41.92%
G 221 of 520 ~ 42.5%
B 81 of 520 ~ 15.58%

%41.92
%42.5
%15.58

CMYK RENK MODELİ

#DADD51 rengi CMYK tonu (1,0,63,13).

  • camgöbeği tonu 1.36%
  • eflatun tonu 0.00%
  • sarı tonu 63.35%
  • ana renk tonu 13.33%
CMYK:
(1,0,63,13)
C1M0Y63K13 
(1%,0%,63%,13%)
(0.01/0.00/0.63/0.13)	

CMYK yüzdeleri

%1.36
%0
%63.35
%13.33

Codes

Color #DADD51 in popluar color models

DADD51
RGB21822181
HSL61°67.31%59.22%
HSB/HSV61°63.35%86.67%
CMYK1.36%0.00%63.35%
13.33%

Color #DADD51 in popluar number systems.

HEXDADD51
Decimal21822181
Binary11011010110111011010001
Octal332335121

Shades and tints

Shades of #DADD51

#DADD51
(218,221,81)
#C7C94A
(199,201,74)
#B4B543
(180,181,67)
#A1A13C
(161,161,60)
#8E8D35
(142,141,53)
#7B792E
(123,121,46)
#686527
(104,101,39)
#555120
(85,81,32)
#423D19
(66,61,25)
#2F2912
(47,41,18)
#1C150B
(28,21,11)
#000000
(0,0,0)

Tints of #DADD51

#DADD51
(218,221,81)
#DDE060
(221,224,96)
#E0E36F
(224,227,111)
#E3E67E
(227,230,126)
#E6E98D
(230,233,141)
#E9EC9C
(233,236,156)
#ECEFAB
(236,239,171)
#EFF2BA
(239,242,186)
#F2F5C9
(242,245,201)
#F5F8D8
(245,248,216)
#F8FBE7
(248,251,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DADD51 color. Also use rgb(218,221,81) instead hex code.

Text Font Color

.myTextColor { color: #DADD51; }

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

This text font color is #DADD51.


Background Color

.myBgColor { background-color: #DADD51; }

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

This div background color is #DADD51.


Border color

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

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

This div border color is #DADD51.


Opacity

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

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

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

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

This text has shadow with #DADD51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DADD51 on black background.


Color preview on white background

This text has color #DADD51 on white background.



Black color preview on #DADD51 background

This text has black color on #DADD51 background.


White color preview on #DADD51 background

This text has white color on #DADD51 background.