COLOR #DAD78D

HEX: #DAD78D RGB: (218,215,141)

Color info

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

RGB color model

#DAD78D color RGB value is (218,215,141).

RGB: (218,215,141) (85%, 84%, 55%)

RGB channels and saturation

R 218 of 255 = 85%
G 215 of 255 = 84%
B 141 of 255 = 55%

218
215
141

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

Portions of RGB colors in percentages

R + G + B = 218 + 215 + 141 = 574 (100%)
R 218 of 574 ~ 37.98%
G 215 of 574 ~ 37.46%
B 141 of 574 ~ 24.56'%

%37.98
%37.46
%24.56

CMYK color model

#DAD78D color CMYK value is (0,1,35,15).

  • cyan value is 0.00%
  • magenta value is 1.38%
  • yellow value is 35.32%
  • key color value is 14.51%

CMYK: (0,1,35,15)
C0M1Y35K15 (0%, 1%, 35%, 15%)
(0.00 / 0.01 / 0.35 / 0.15)

CMYK percentages

%0
%1.38
%35.32
%14.51

Codes

Color #DAD78D in popluar color models

DA D7 8D
RGB 218 215 141
HSL 58° 50.99% 70.39%
HSB/HSV 58° 35.32% 85.49%
CMYK 0.00% 1.38% 35.32%
14.51%

Color #DAD78D in popluar number systems.

HEX DA D7 8D
Decimal 218 215 141
Binary 11011010 11010111 10001101
Octal 332 327 215

Shades and tints

Shades of #DAD78D

#DAD78D
(218,215,141)
#C7C481
(199,196,129)
#B4B175
(180,177,117)
#A19E69
(161,158,105)
#8E8B5D
(142,139,93)
#7B7851
(123,120,81)
#686545
(104,101,69)
#555239
(85,82,57)
#423F2D
(66,63,45)
#2F2C21
(47,44,33)
#1C1915
(28,25,21)
#000000
(0,0,0)

Tints of #DAD78D

#DAD78D
(218,215,141)
#DDDA97
(221,218,151)
#E0DDA1
(224,221,161)
#E3E0AB
(227,224,171)
#E6E3B5
(230,227,181)
#E9E6BF
(233,230,191)
#ECE9C9
(236,233,201)
#EFECD3
(239,236,211)
#F2EFDD
(242,239,221)
#F5F2E7
(245,242,231)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD78D color. Also use rgb(218,215,141) instead hex code.

Text Font Color

.myTextColor { color: #DAD78D; }

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

This text font color is #DAD78D.

Background Color

.myBgColor { background-color: #DAD78D; }

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

This div background color is #DAD78D.

Border color

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

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

This div border color is #DAD78D.

Opacity

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

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

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

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

This text has shadow with #DAD78D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD78D.

Preview

Color preview on black background

This text has color #DAD78D on black background.


Color preview on white background

This text has color #DAD78D on white background.


Black color preview on #DAD78D background

This text has black color on #DAD78D background.


White color preview on #DAD78D background

This text has white color on #DAD78D background.


Related colors

Complementary color

Complementary color for #hex is #252872.


I love getcolorcode.com

Triadic colors

1 #8DDAD7 and #D78DDA with #DAD78D are triadic colors.

2 #8DD7DA and #D7DA8D with #DAD78D are triadic colors.