COLOR #DAD997

HEX: #DAD997
RGB: (218,217,151)

Renk bilgisi

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

RGB renk modeli

#DAD997 color RGB value is (218,217,151).

  • kırmız ton 218;
  • yeşil ton 217;
  • mavi ton 151.
RGB:
(218,217,151)
(85%,85%,59%)

RGB bağlantıları ve doygunluk

R 218 of 255 = 85%
G 217 of 255 = 85%
B 151 of 255 = 59%

218
217
151

R + G + B ~ 76%. #DAD997 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
218 + 217 + 151 = 586 (100%)
R 218 of 586 ~ 37.2%
G 217 of 586 ~ 37.03%
B 151 of 586 ~ 25.77%

%37.2
%37.03
%25.77

CMYK RENK MODELİ

#DAD997 rengi CMYK tonu (0,0,31,15).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.46%
  • sarı tonu 30.73%
  • ana renk tonu 14.51%
CMYK:
(0,0,31,15)
C0M0Y31K15 
(0%,0%,31%,15%)
(0.00/0.00/0.31/0.15)	

CMYK yüzdeleri

%0
%0.46
%30.73
%14.51

Codes

Color #DAD997 in popluar color models

DAD997
RGB218217151
HSL59°47.52%72.35%
HSB/HSV59°30.73%85.49%
CMYK0.00%0.46%30.73%
14.51%

Color #DAD997 in popluar number systems.

HEXDAD997
Decimal218217151
Binary110110101101100110010111
Octal332331227

Shades and tints

Shades of #DAD997

#DAD997
(218,217,151)
#C7C68A
(199,198,138)
#B4B37D
(180,179,125)
#A1A070
(161,160,112)
#8E8D63
(142,141,99)
#7B7A56
(123,122,86)
#686749
(104,103,73)
#55543C
(85,84,60)
#42412F
(66,65,47)
#2F2E22
(47,46,34)
#1C1B15
(28,27,21)
#000000
(0,0,0)

Tints of #DAD997

#DAD997
(218,217,151)
#DDDCA0
(221,220,160)
#E0DFA9
(224,223,169)
#E3E2B2
(227,226,178)
#E6E5BB
(230,229,187)
#E9E8C4
(233,232,196)
#ECEBCD
(236,235,205)
#EFEED6
(239,238,214)
#F2F1DF
(242,241,223)
#F5F4E8
(245,244,232)
#F8F7F1
(248,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD997 color. Also use rgb(218,217,151) instead hex code.

Text Font Color

.myTextColor { color: #DAD997; }

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

This text font color is #DAD997.


Background Color

.myBgColor { background-color: #DAD997; }

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

This div background color is #DAD997.


Border color

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

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

This div border color is #DAD997.


Opacity

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

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

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

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

This text has shadow with #DAD997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD997 on black background.


Color preview on white background

This text has color #DAD997 on white background.



Black color preview on #DAD997 background

This text has black color on #DAD997 background.


White color preview on #DAD997 background

This text has white color on #DAD997 background.