COLOR #DAE59F

HEX: #DAE59F
RGB: (218,229,159)

Renk bilgisi

#DAE59F contains mainly red and green colors. #DAE59F ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#DAE59F color RGB value is (218,229,159).

  • kırmız ton 218;
  • yeşil ton 229;
  • mavi ton 159.
RGB:
(218,229,159)
(85%,90%,62%)

RGB bağlantıları ve doygunluk

R 218 of 255 = 85%
G 229 of 255 = 90%
B 159 of 255 = 62%

218
229
159

R + G + B ~ 79%. #DAE59F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
218 + 229 + 159 = 606 (100%)
R 218 of 606 ~ 35.97%
G 229 of 606 ~ 37.79%
B 159 of 606 ~ 26.24%

%35.97
%37.79
%26.24

CMYK RENK MODELİ

#DAE59F rengi CMYK tonu (5,0,31,10).

  • camgöbeği tonu 4.80%
  • eflatun tonu 0.00%
  • sarı tonu 30.57%
  • ana renk tonu 10.20%
CMYK:
(5,0,31,10)
C5M0Y31K10 
(5%,0%,31%,10%)
(0.05/0.00/0.31/0.10)	

CMYK yüzdeleri

%4.8
%0
%30.57
%10.2

Codes

Color #DAE59F in popluar color models

DAE59F
RGB218229159
HSL69°57.38%76.08%
HSB/HSV69°30.57%89.80%
CMYK4.80%0.00%30.57%
10.20%

Color #DAE59F in popluar number systems.

HEXDAE59F
Decimal218229159
Binary110110101110010110011111
Octal332345237

Shades and tints

Shades of #DAE59F

#DAE59F
(218,229,159)
#C7D191
(199,209,145)
#B4BD83
(180,189,131)
#A1A975
(161,169,117)
#8E9567
(142,149,103)
#7B8159
(123,129,89)
#686D4B
(104,109,75)
#55593D
(85,89,61)
#42452F
(66,69,47)
#2F3121
(47,49,33)
#1C1D13
(28,29,19)
#000000
(0,0,0)

Tints of #DAE59F

#DAE59F
(218,229,159)
#DDE7A7
(221,231,167)
#E0E9AF
(224,233,175)
#E3EBB7
(227,235,183)
#E6EDBF
(230,237,191)
#E9EFC7
(233,239,199)
#ECF1CF
(236,241,207)
#EFF3D7
(239,243,215)
#F2F5DF
(242,245,223)
#F5F7E7
(245,247,231)
#F8F9EF
(248,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAE59F color. Also use rgb(218,229,159) instead hex code.

Text Font Color

.myTextColor { color: #DAE59F; }

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

This text font color is #DAE59F.


Background Color

.myBgColor { background-color: #DAE59F; }

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

This div background color is #DAE59F.


Border color

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

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

This div border color is #DAE59F.


Opacity

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

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

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

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

This text has shadow with #DAE59F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAE59F on black background.


Color preview on white background

This text has color #DAE59F on white background.



Black color preview on #DAE59F background

This text has black color on #DAE59F background.


White color preview on #DAE59F background

This text has white color on #DAE59F background.