COLOR #DAD699

HEX: #DAD699 RGB: (218,214,153)

Color info

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

RGB color model

#DAD699 color RGB value is (218,214,153).

RGB: (218,214,153) (85%, 84%, 60%)

RGB channels and saturation

R 218 of 255 = 85%
G 214 of 255 = 84%
B 153 of 255 = 60%

218
214
153

R + G + B ~ 76%. #DAD699 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 214 + 153 = 585 (100%)
R 218 of 585 ~ 37.26%
G 214 of 585 ~ 36.58%
B 153 of 585 ~ 26.15'%

%37.26
%36.58
%26.15

CMYK color model

#DAD699 color CMYK value is (0,2,30,15).

  • cyan value is 0.00%
  • magenta value is 1.83%
  • yellow value is 29.82%
  • key color value is 14.51%

CMYK: (0,2,30,15)
C0M2Y30K15 (0%, 2%, 30%, 15%)
(0.00 / 0.02 / 0.30 / 0.15)

CMYK percentages

%0
%1.83
%29.82
%14.51

Codes

Color #DAD699 in popluar color models

DA D6 99
RGB 218 214 153
HSL 56° 46.76% 72.75%
HSB/HSV 56° 29.82% 85.49%
CMYK 0.00% 1.83% 29.82%
14.51%

Color #DAD699 in popluar number systems.

HEX DA D6 99
Decimal 218 214 153
Binary 11011010 11010110 10011001
Octal 332 326 231

Shades and tints

Shades of #DAD699

#DAD699
(218,214,153)
#C7C38C
(199,195,140)
#B4B07F
(180,176,127)
#A19D72
(161,157,114)
#8E8A65
(142,138,101)
#7B7758
(123,119,88)
#68644B
(104,100,75)
#55513E
(85,81,62)
#423E31
(66,62,49)
#2F2B24
(47,43,36)
#1C1817
(28,24,23)
#000000
(0,0,0)

Tints of #DAD699

#DAD699
(218,214,153)
#DDD9A2
(221,217,162)
#E0DCAB
(224,220,171)
#E3DFB4
(227,223,180)
#E6E2BD
(230,226,189)
#E9E5C6
(233,229,198)
#ECE8CF
(236,232,207)
#EFEBD8
(239,235,216)
#F2EEE1
(242,238,225)
#F5F1EA
(245,241,234)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAD699 color. Also use rgb(218,214,153) instead hex code.

Text Font Color

.myTextColor { color: #DAD699; }

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

This text font color is #DAD699.

Background Color

.myBgColor { background-color: #DAD699; }

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

This div background color is #DAD699.

Border color

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

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

This div border color is #DAD699.

Opacity

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

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

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

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

This text has shadow with #DAD699 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD699.

Preview

Color preview on black background

This text has color #DAD699 on black background.


Color preview on white background

This text has color #DAD699 on white background.


Black color preview on #DAD699 background

This text has black color on #DAD699 background.


White color preview on #DAD699 background

This text has white color on #DAD699 background.


Related colors

Complementary color

Complementary color for #hex is #252966.


I love getcolorcode.com

Triadic colors

1 #99DAD6 and #D699DA with #DAD699 are triadic colors.

2 #99D6DA and #D6DA99 with #DAD699 are triadic colors.