COLOR #DAD58C

HEX: #DAD58C RGB: (218,213,140)

Color info

#DAD58C contains mainly red and green colors. Web safe color of #DAD58C is #CCCC99 (or #CC9).

RGB color model

#DAD58C color RGB value is (218,213,140).

RGB: (218,213,140) (85%, 84%, 55%)

RGB channels and saturation

R 218 of 255 = 85%
G 213 of 255 = 84%
B 140 of 255 = 55%

218
213
140

R + G + B ~ 75%. #DAD58C is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 213 + 140 = 571 (100%)
R 218 of 571 ~ 38.18%
G 213 of 571 ~ 37.3%
B 140 of 571 ~ 24.52'%

%38.18
%37.3
%24.52

CMYK color model

#DAD58C color CMYK value is (0,2,36,15).

  • cyan value is 0.00%
  • magenta value is 2.29%
  • yellow value is 35.78%
  • key color value is 14.51%

CMYK: (0,2,36,15)
C0M2Y36K15 (0%, 2%, 36%, 15%)
(0.00 / 0.02 / 0.36 / 0.15)

CMYK percentages

%0
%2.29
%35.78
%14.51

Codes

Color #DAD58C in popluar color models

DA D5 8C
RGB 218 213 140
HSL 56° 51.32% 70.20%
HSB/HSV 56° 35.78% 85.49%
CMYK 0.00% 2.29% 35.78%
14.51%

Color #DAD58C in popluar number systems.

HEX DA D5 8C
Decimal 218 213 140
Binary 11011010 11010101 10001100
Octal 332 325 214

Shades and tints

Shades of #DAD58C

#DAD58C
(218,213,140)
#C7C280
(199,194,128)
#B4AF74
(180,175,116)
#A19C68
(161,156,104)
#8E895C
(142,137,92)
#7B7650
(123,118,80)
#686344
(104,99,68)
#555038
(85,80,56)
#423D2C
(66,61,44)
#2F2A20
(47,42,32)
#1C1714
(28,23,20)
#000000
(0,0,0)

Tints of #DAD58C

#DAD58C
(218,213,140)
#DDD896
(221,216,150)
#E0DBA0
(224,219,160)
#E3DEAA
(227,222,170)
#E6E1B4
(230,225,180)
#E9E4BE
(233,228,190)
#ECE7C8
(236,231,200)
#EFEAD2
(239,234,210)
#F2EDDC
(242,237,220)
#F5F0E6
(245,240,230)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD58C color. Also use rgb(218,213,140) instead hex code.

Text Font Color

.myTextColor { color: #DAD58C; }

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

This text font color is #DAD58C.

Background Color

.myBgColor { background-color: #DAD58C; }

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

This div background color is #DAD58C.

Border color

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

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

This div border color is #DAD58C.

Opacity

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

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

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

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

This text has shadow with #DAD58C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD58C.

Preview

Color preview on black background

This text has color #DAD58C on black background.


Color preview on white background

This text has color #DAD58C on white background.


Black color preview on #DAD58C background

This text has black color on #DAD58C background.


White color preview on #DAD58C background

This text has white color on #DAD58C background.


Related colors

Complementary color

Complementary color for #hex is #252A73.


I love getcolorcode.com

Triadic colors

1 #8CDAD5 and #D58CDA with #DAD58C are triadic colors.

2 #8CD5DA and #D5DA8C with #DAD58C are triadic colors.