COLOR #DAD98F

HEX: #DAD98F RGB: (218,217,143)

Color info

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

RGB color model

#DAD98F color RGB value is (218,217,143).

RGB: (218,217,143) (85%, 85%, 56%)

RGB channels and saturation

R 218 of 255 = 85%
G 217 of 255 = 85%
B 143 of 255 = 56%

218
217
143

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

Portions of RGB colors in percentages

R + G + B = 218 + 217 + 143 = 578 (100%)
R 218 of 578 ~ 37.72%
G 217 of 578 ~ 37.54%
B 143 of 578 ~ 24.74'%

%37.72
%37.54
%24.74

CMYK color model

#DAD98F color CMYK value is (0,0,34,15).

  • cyan value is 0.00%
  • magenta value is 0.46%
  • yellow value is 34.40%
  • key color value is 14.51%

CMYK: (0,0,34,15)
C0M0Y34K15 (0%, 0%, 34%, 15%)
(0.00 / 0.00 / 0.34 / 0.15)

CMYK percentages

%0
%0.46
%34.4
%14.51

Codes

Color #DAD98F in popluar color models

DA D9 8F
RGB 218 217 143
HSL 59° 50.34% 70.78%
HSB/HSV 59° 34.40% 85.49%
CMYK 0.00% 0.46% 34.40%
14.51%

Color #DAD98F in popluar number systems.

HEX DA D9 8F
Decimal 218 217 143
Binary 11011010 11011001 10001111
Octal 332 331 217

Shades and tints

Shades of #DAD98F

#DAD98F
(218,217,143)
#C7C682
(199,198,130)
#B4B375
(180,179,117)
#A1A068
(161,160,104)
#8E8D5B
(142,141,91)
#7B7A4E
(123,122,78)
#686741
(104,103,65)
#555434
(85,84,52)
#424127
(66,65,39)
#2F2E1A
(47,46,26)
#1C1B0D
(28,27,13)
#000000
(0,0,0)

Tints of #DAD98F

#DAD98F
(218,217,143)
#DDDC99
(221,220,153)
#E0DFA3
(224,223,163)
#E3E2AD
(227,226,173)
#E6E5B7
(230,229,183)
#E9E8C1
(233,232,193)
#ECEBCB
(236,235,203)
#EFEED5
(239,238,213)
#F2F1DF
(242,241,223)
#F5F4E9
(245,244,233)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD98F color. Also use rgb(218,217,143) instead hex code.

Text Font Color

.myTextColor { color: #DAD98F; }

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

This text font color is #DAD98F.

Background Color

.myBgColor { background-color: #DAD98F; }

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

This div background color is #DAD98F.

Border color

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

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

This div border color is #DAD98F.

Opacity

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

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

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

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

This text has shadow with #DAD98F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD98F.

Preview

Color preview on black background

This text has color #DAD98F on black background.


Color preview on white background

This text has color #DAD98F on white background.


Black color preview on #DAD98F background

This text has black color on #DAD98F background.


White color preview on #DAD98F background

This text has white color on #DAD98F background.


Related colors

Complementary color

Complementary color for #hex is #252670.


I love getcolorcode.com

Triadic colors

1 #8FDAD9 and #D98FDA with #DAD98F are triadic colors.

2 #8FD9DA and #D9DA8F with #DAD98F are triadic colors.