COLOR #DAD377

HEX: #DAD377 RGB: (218,211,119)

Color info

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

RGB color model

#DAD377 color RGB value is (218,211,119).

RGB: (218,211,119) (85%, 83%, 47%)

RGB channels and saturation

R 218 of 255 = 85%
G 211 of 255 = 83%
B 119 of 255 = 47%

218
211
119

R + G + B ~ 72%. #DAD377 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 211 + 119 = 548 (100%)
R 218 of 548 ~ 39.78%
G 211 of 548 ~ 38.5%
B 119 of 548 ~ 21.72'%

%39.78
%38.5
%21.72

CMYK color model

#DAD377 color CMYK value is (0,3,45,15).

  • cyan value is 0.00%
  • magenta value is 3.21%
  • yellow value is 45.41%
  • key color value is 14.51%

CMYK: (0,3,45,15)
C0M3Y45K15 (0%, 3%, 45%, 15%)
(0.00 / 0.03 / 0.45 / 0.15)

CMYK percentages

%0
%3.21
%45.41
%14.51

Codes

Color #DAD377 in popluar color models

DA D3 77
RGB 218 211 119
HSL 56° 57.23% 66.08%
HSB/HSV 56° 45.41% 85.49%
CMYK 0.00% 3.21% 45.41%
14.51%

Color #DAD377 in popluar number systems.

HEX DA D3 77
Decimal 218 211 119
Binary 11011010 11010011 1110111
Octal 332 323 167

Shades and tints

Shades of #DAD377

#DAD377
(218,211,119)
#C7C06D
(199,192,109)
#B4AD63
(180,173,99)
#A19A59
(161,154,89)
#8E874F
(142,135,79)
#7B7445
(123,116,69)
#68613B
(104,97,59)
#554E31
(85,78,49)
#423B27
(66,59,39)
#2F281D
(47,40,29)
#1C1513
(28,21,19)
#000000
(0,0,0)

Tints of #DAD377

#DAD377
(218,211,119)
#DDD783
(221,215,131)
#E0DB8F
(224,219,143)
#E3DF9B
(227,223,155)
#E6E3A7
(230,227,167)
#E9E7B3
(233,231,179)
#ECEBBF
(236,235,191)
#EFEFCB
(239,239,203)
#F2F3D7
(242,243,215)
#F5F7E3
(245,247,227)
#F8FBEF
(248,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD377; }

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

This text font color is #DAD377.

Background Color

.myBgColor { background-color: #DAD377; }

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

This div background color is #DAD377.

Border color

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

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

This div border color is #DAD377.

Opacity

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

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

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

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

This text has shadow with #DAD377 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD377.

Preview

Color preview on black background

This text has color #DAD377 on black background.


Color preview on white background

This text has color #DAD377 on white background.


Black color preview on #DAD377 background

This text has black color on #DAD377 background.


White color preview on #DAD377 background

This text has white color on #DAD377 background.


Related colors

Complementary color

Complementary color for #hex is #252C88.


I love getcolorcode.com

Triadic colors

1 #77DAD3 and #D377DA with #DAD377 are triadic colors.

2 #77D3DA and #D3DA77 with #DAD377 are triadic colors.