COLOR #DAD790

HEX: #DAD790 RGB: (218,215,144)

Color info

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

RGB color model

#DAD790 color RGB value is (218,215,144).

RGB: (218,215,144) (85%, 84%, 56%)

RGB channels and saturation

R 218 of 255 = 85%
G 215 of 255 = 84%
B 144 of 255 = 56%

218
215
144

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

Portions of RGB colors in percentages

R + G + B = 218 + 215 + 144 = 577 (100%)
R 218 of 577 ~ 37.78%
G 215 of 577 ~ 37.26%
B 144 of 577 ~ 24.96'%

%37.78
%37.26
%24.96

CMYK color model

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

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

CMYK: (0,1,34,15)
C0M1Y34K15 (0%, 1%, 34%, 15%)
(0.00 / 0.01 / 0.34 / 0.15)

CMYK percentages

%0
%1.38
%33.94
%14.51

Codes

Color #DAD790 in popluar color models

DA D7 90
RGB 218 215 144
HSL 58° 50.00% 70.98%
HSB/HSV 58° 33.94% 85.49%
CMYK 0.00% 1.38% 33.94%
14.51%

Color #DAD790 in popluar number systems.

HEX DA D7 90
Decimal 218 215 144
Binary 11011010 11010111 10010000
Octal 332 327 220

Shades and tints

Shades of #DAD790

#DAD790
(218,215,144)
#C7C483
(199,196,131)
#B4B176
(180,177,118)
#A19E69
(161,158,105)
#8E8B5C
(142,139,92)
#7B784F
(123,120,79)
#686542
(104,101,66)
#555235
(85,82,53)
#423F28
(66,63,40)
#2F2C1B
(47,44,27)
#1C190E
(28,25,14)
#000000
(0,0,0)

Tints of #DAD790

#DAD790
(218,215,144)
#DDDA9A
(221,218,154)
#E0DDA4
(224,221,164)
#E3E0AE
(227,224,174)
#E6E3B8
(230,227,184)
#E9E6C2
(233,230,194)
#ECE9CC
(236,233,204)
#EFECD6
(239,236,214)
#F2EFE0
(242,239,224)
#F5F2EA
(245,242,234)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAD790; }

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

This text font color is #DAD790.

Background Color

.myBgColor { background-color: #DAD790; }

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

This div background color is #DAD790.

Border color

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

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

This div border color is #DAD790.

Opacity

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

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

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

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

This text has shadow with #DAD790 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAD790.

Preview

Color preview on black background

This text has color #DAD790 on black background.


Color preview on white background

This text has color #DAD790 on white background.


Black color preview on #DAD790 background

This text has black color on #DAD790 background.


White color preview on #DAD790 background

This text has white color on #DAD790 background.


Related colors

Complementary color

Complementary color for #hex is #25286F.


I love getcolorcode.com

Triadic colors

1 #90DAD7 and #D790DA with #DAD790 are triadic colors.

2 #90D7DA and #D7DA90 with #DAD790 are triadic colors.