COLOR #DAD37F

HEX: #DAD37F RGB: (218,211,127)

Color info

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

RGB color model

#DAD37F color RGB value is (218,211,127).

RGB: (218,211,127) (85%, 83%, 50%)

RGB channels and saturation

R 218 of 255 = 85%
G 211 of 255 = 83%
B 127 of 255 = 50%

218
211
127

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

Portions of RGB colors in percentages

R + G + B = 218 + 211 + 127 = 556 (100%)
R 218 of 556 ~ 39.21%
G 211 of 556 ~ 37.95%
B 127 of 556 ~ 22.84'%

%39.21
%37.95
%22.84

CMYK color model

#DAD37F color CMYK value is (0,3,42,15).

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

CMYK: (0,3,42,15)
C0M3Y42K15 (0%, 3%, 42%, 15%)
(0.00 / 0.03 / 0.42 / 0.15)

CMYK percentages

%0
%3.21
%41.74
%14.51

Codes

Color #DAD37F in popluar color models

DA D3 7F
RGB 218 211 127
HSL 55° 55.15% 67.65%
HSB/HSV 55° 41.74% 85.49%
CMYK 0.00% 3.21% 41.74%
14.51%

Color #DAD37F in popluar number systems.

HEX DA D3 7F
Decimal 218 211 127
Binary 11011010 11010011 1111111
Octal 332 323 177

Shades and tints

Shades of #DAD37F

#DAD37F
(218,211,127)
#C7C074
(199,192,116)
#B4AD69
(180,173,105)
#A19A5E
(161,154,94)
#8E8753
(142,135,83)
#7B7448
(123,116,72)
#68613D
(104,97,61)
#554E32
(85,78,50)
#423B27
(66,59,39)
#2F281C
(47,40,28)
#1C1511
(28,21,17)
#000000
(0,0,0)

Tints of #DAD37F

#DAD37F
(218,211,127)
#DDD78A
(221,215,138)
#E0DB95
(224,219,149)
#E3DFA0
(227,223,160)
#E6E3AB
(230,227,171)
#E9E7B6
(233,231,182)
#ECEBC1
(236,235,193)
#EFEFCC
(239,239,204)
#F2F3D7
(242,243,215)
#F5F7E2
(245,247,226)
#F8FBED
(248,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD37F; }

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

This text font color is #DAD37F.

Background Color

.myBgColor { background-color: #DAD37F; }

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

This div background color is #DAD37F.

Border color

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

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

This div border color is #DAD37F.

Opacity

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

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

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

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

This text has shadow with #DAD37F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD37F.

Preview

Color preview on black background

This text has color #DAD37F on black background.


Color preview on white background

This text has color #DAD37F on white background.


Black color preview on #DAD37F background

This text has black color on #DAD37F background.


White color preview on #DAD37F background

This text has white color on #DAD37F background.


Related colors

Complementary color

Complementary color for #hex is #252C80.


I love getcolorcode.com

Triadic colors

1 #7FDAD3 and #D37FDA with #DAD37F are triadic colors.

2 #7FD3DA and #D3DA7F with #DAD37F are triadic colors.