COLOR #DAD97B

HEX: #DAD97B
RGB: (218,217,123)

Color info

#DAD97B contains mainly red and green colors. Web safe color of #DAD97B is #CCCC66 (or #CC6).

RGB color model

#DAD97B color RGB value is (218,217,123).

  • red value is 218;
  • green value is 217;
  • blue value is 123.
RGB:
(218,217,123)
(85%,85%,48%)

RGB channels and saturation

R 218 of 255 = 85%
G 217 of 255 = 85%
B 123 of 255 = 48%

218
217
123

R + G + B ~ 73%. #DAD97B is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 217 + 123 = 558 (100%)
R 218 of 558 ~ 39.07%
G 217 of 558 ~ 38.89%
B 123 of 558 ~ 22.04%

%39.07
%38.89
%22.04

CMYK color model

#DAD97B color CMYK value is (0,0,44,15).

  • cyan value is 0.00%
  • magenta value is 0.46%
  • yellow value is 43.58%
  • key color value is 14.51%
CMYK:
(0,0,44,15)
C0M0Y44K15 
(0%,0%,44%,15%)
(0.00/0.00/0.44/0.15)	

CMYK percentages

%0
%0.46
%43.58
%14.51

Codes

Color #DAD97B in popluar color models

DAD97B
RGB218217123
HSL59°56.21%66.86%
HSB/HSV59°43.58%85.49%
CMYK0.00%0.46%43.58%
14.51%

Color #DAD97B in popluar number systems.

HEXDAD97B
Decimal218217123
Binary11011010110110011111011
Octal332331173

Shades and tints

Shades of #DAD97B

#DAD97B
(218,217,123)
#C7C670
(199,198,112)
#B4B365
(180,179,101)
#A1A05A
(161,160,90)
#8E8D4F
(142,141,79)
#7B7A44
(123,122,68)
#686739
(104,103,57)
#55542E
(85,84,46)
#424123
(66,65,35)
#2F2E18
(47,46,24)
#1C1B0D
(28,27,13)
#000000
(0,0,0)

Tints of #DAD97B

#DAD97B
(218,217,123)
#DDDC87
(221,220,135)
#E0DF93
(224,223,147)
#E3E29F
(227,226,159)
#E6E5AB
(230,229,171)
#E9E8B7
(233,232,183)
#ECEBC3
(236,235,195)
#EFEECF
(239,238,207)
#F2F1DB
(242,241,219)
#F5F4E7
(245,244,231)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD97B; }

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

This text font color is #DAD97B.


Background Color

.myBgColor { background-color: #DAD97B; }

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

This div background color is #DAD97B.


Border color

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

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

This div border color is #DAD97B.


Opacity

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

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

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

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

This text has shadow with #DAD97B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD97B on black background.


Color preview on white background

This text has color #DAD97B on white background.



Black color preview on #DAD97B background

This text has black color on #DAD97B background.


White color preview on #DAD97B background

This text has white color on #DAD97B background.