COLOR #DAD373

HEX: #DAD373
RGB: (218,211,115)

Color info

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

RGB color model

#DAD373 color RGB value is (218,211,115).

  • red value is 218;
  • green value is 211;
  • blue value is 115.
RGB:
(218,211,115)
(85%,83%,45%)

RGB channels and saturation

R 218 of 255 = 85%
G 211 of 255 = 83%
B 115 of 255 = 45%

218
211
115

R + G + B ~ 71%. #DAD373 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 211 + 115 = 544 (100%)
R 218 of 544 ~ 40.07%
G 211 of 544 ~ 38.79%
B 115 of 544 ~ 21.14%

%40.07
%38.79
%21.14

CMYK color model

#DAD373 color CMYK value is (0,3,47,15).

  • cyan value is 0.00%
  • magenta value is 3.21%
  • yellow value is 47.25%
  • key color value is 14.51%
CMYK:
(0,3,47,15)
C0M3Y47K15 
(0%,3%,47%,15%)
(0.00/0.03/0.47/0.15)	

CMYK percentages

%0
%3.21
%47.25
%14.51

Codes

Color #DAD373 in popluar color models

DAD373
RGB218211115
HSL56°58.19%65.29%
HSB/HSV56°47.25%85.49%
CMYK0.00%3.21%47.25%
14.51%

Color #DAD373 in popluar number systems.

HEXDAD373
Decimal218211115
Binary11011010110100111110011
Octal332323163

Shades and tints

Shades of #DAD373

#DAD373
(218,211,115)
#C7C069
(199,192,105)
#B4AD5F
(180,173,95)
#A19A55
(161,154,85)
#8E874B
(142,135,75)
#7B7441
(123,116,65)
#686137
(104,97,55)
#554E2D
(85,78,45)
#423B23
(66,59,35)
#2F2819
(47,40,25)
#1C150F
(28,21,15)
#000000
(0,0,0)

Tints of #DAD373

#DAD373
(218,211,115)
#DDD77F
(221,215,127)
#E0DB8B
(224,219,139)
#E3DF97
(227,223,151)
#E6E3A3
(230,227,163)
#E9E7AF
(233,231,175)
#ECEBBB
(236,235,187)
#EFEFC7
(239,239,199)
#F2F3D3
(242,243,211)
#F5F7DF
(245,247,223)
#F8FBEB
(248,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD373 color. Also use rgb(218,211,115) instead hex code.

Text Font Color

.myTextColor { color: #DAD373; }

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

This text font color is #DAD373.


Background Color

.myBgColor { background-color: #DAD373; }

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

This div background color is #DAD373.


Border color

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

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

This div border color is #DAD373.


Opacity

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

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

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

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

This text has shadow with #DAD373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD373 on black background.


Color preview on white background

This text has color #DAD373 on white background.



Black color preview on #DAD373 background

This text has black color on #DAD373 background.


White color preview on #DAD373 background

This text has white color on #DAD373 background.