COLOR #DAD599

HEX: #DAD599 RGB: (218,213,153)

Color info

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

RGB color model

#DAD599 color RGB value is (218,213,153).

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

RGB channels and saturation

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

218
213
153

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

Portions of RGB colors in percentages

R + G + B = 218 + 213 + 153 = 584 (100%)
R 218 of 584 ~ 37.33%
G 213 of 584 ~ 36.47%
B 153 of 584 ~ 26.2'%

%37.33
%36.47
%26.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.29%
  • 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
%2.29
%29.82
%14.51

Codes

Color #DAD599 in popluar color models

DA D5 99
RGB 218 213 153
HSL 55° 46.76% 72.75%
HSB/HSV 55° 29.82% 85.49%
CMYK 0.00% 2.29% 29.82%
14.51%

Color #DAD599 in popluar number systems.

HEX DA D5 99
Decimal 218 213 153
Binary 11011010 11010101 10011001
Octal 332 325 231

Shades and tints

Shades of #DAD599

#DAD599
(218,213,153)
#C7C28C
(199,194,140)
#B4AF7F
(180,175,127)
#A19C72
(161,156,114)
#8E8965
(142,137,101)
#7B7658
(123,118,88)
#68634B
(104,99,75)
#55503E
(85,80,62)
#423D31
(66,61,49)
#2F2A24
(47,42,36)
#1C1717
(28,23,23)
#000000
(0,0,0)

Tints of #DAD599

#DAD599
(218,213,153)
#DDD8A2
(221,216,162)
#E0DBAB
(224,219,171)
#E3DEB4
(227,222,180)
#E6E1BD
(230,225,189)
#E9E4C6
(233,228,198)
#ECE7CF
(236,231,207)
#EFEAD8
(239,234,216)
#F2EDE1
(242,237,225)
#F5F0EA
(245,240,234)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD599; }

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

This text font color is #DAD599.

Background Color

.myBgColor { background-color: #DAD599; }

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

This div background color is #DAD599.

Border color

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

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

This div border color is #DAD599.

Opacity

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

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

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

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

This text has shadow with #DAD599 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD599.

Preview

Color preview on black background

This text has color #DAD599 on black background.


Color preview on white background

This text has color #DAD599 on white background.


Black color preview on #DAD599 background

This text has black color on #DAD599 background.


White color preview on #DAD599 background

This text has white color on #DAD599 background.


Related colors

Complementary color

Complementary color for #hex is #252A66.


I love getcolorcode.com

Triadic colors

1 #99DAD5 and #D599DA with #DAD599 are triadic colors.

2 #99D5DA and #D5DA99 with #DAD599 are triadic colors.