COLOR #DAD588

HEX: #DAD588
RGB: (218,213,136)

Color info

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

RGB color model

#DAD588 color RGB value is (218,213,136).

  • red value is 218;
  • green value is 213;
  • blue value is 136.
RGB:
(218,213,136)
(85%,84%,53%)

RGB channels and saturation

R 218 of 255 = 85%
G 213 of 255 = 84%
B 136 of 255 = 53%

218
213
136

R + G + B ~ 74%. #DAD588 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 213 + 136 = 567 (100%)
R 218 of 567 ~ 38.45%
G 213 of 567 ~ 37.57%
B 136 of 567 ~ 23.99%

%38.45
%37.57
%23.99

CMYK color model

#DAD588 color CMYK value is (0,2,38,15).

  • cyan value is 0.00%
  • magenta value is 2.29%
  • yellow value is 37.61%
  • key color value is 14.51%
CMYK:
(0,2,38,15)
C0M2Y38K15 
(0%,2%,38%,15%)
(0.00/0.02/0.38/0.15)	

CMYK percentages

%0
%2.29
%37.61
%14.51

Codes

Color #DAD588 in popluar color models

DAD588
RGB218213136
HSL56°52.56%69.41%
HSB/HSV56°37.61%85.49%
CMYK0.00%2.29%37.61%
14.51%

Color #DAD588 in popluar number systems.

HEXDAD588
Decimal218213136
Binary110110101101010110001000
Octal332325210

Shades and tints

Shades of #DAD588

#DAD588
(218,213,136)
#C7C27C
(199,194,124)
#B4AF70
(180,175,112)
#A19C64
(161,156,100)
#8E8958
(142,137,88)
#7B764C
(123,118,76)
#686340
(104,99,64)
#555034
(85,80,52)
#423D28
(66,61,40)
#2F2A1C
(47,42,28)
#1C1710
(28,23,16)
#000000
(0,0,0)

Tints of #DAD588

#DAD588
(218,213,136)
#DDD892
(221,216,146)
#E0DB9C
(224,219,156)
#E3DEA6
(227,222,166)
#E6E1B0
(230,225,176)
#E9E4BA
(233,228,186)
#ECE7C4
(236,231,196)
#EFEACE
(239,234,206)
#F2EDD8
(242,237,216)
#F5F0E2
(245,240,226)
#F8F3EC
(248,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD588; }

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

This text font color is #DAD588.


Background Color

.myBgColor { background-color: #DAD588; }

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

This div background color is #DAD588.


Border color

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

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

This div border color is #DAD588.


Opacity

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

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

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

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

This text has shadow with #DAD588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAD588 on black background.


Color preview on white background

This text has color #DAD588 on white background.



Black color preview on #DAD588 background

This text has black color on #DAD588 background.


White color preview on #DAD588 background

This text has white color on #DAD588 background.