COLOR #DADA8A

HEX: #DADA8A RGB: (218,218,138)

Color info

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

RGB color model

#DADA8A color RGB value is (218,218,138).

RGB: (218,218,138) (85%, 85%, 54%)

RGB channels and saturation

R 218 of 255 = 85%
G 218 of 255 = 85%
B 138 of 255 = 54%

218
218
138

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

Portions of RGB colors in percentages

R + G + B = 218 + 218 + 138 = 574 (100%)
R 218 of 574 ~ 37.98%
G 218 of 574 ~ 37.98%
B 138 of 574 ~ 24.04'%

%37.98
%37.98
%24.04

CMYK color model

#DADA8A color CMYK value is (0,0,37,15).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 36.70%
  • key color value is 14.51%

CMYK: (0,0,37,15)
C0M0Y37K15 (0%, 0%, 37%, 15%)
(0.00 / 0.00 / 0.37 / 0.15)

CMYK percentages

%0
%0
%36.7
%14.51

Codes

Color #DADA8A in popluar color models

DA DA 8A
RGB 218 218 138
HSL 60° 51.95% 69.80%
HSB/HSV 60° 36.70% 85.49%
CMYK 0.00% 0.00% 36.70%
14.51%

Color #DADA8A in popluar number systems.

HEX DA DA 8A
Decimal 218 218 138
Binary 11011010 11011010 10001010
Octal 332 332 212

Shades and tints

Shades of #DADA8A

#DADA8A
(218,218,138)
#C7C77E
(199,199,126)
#B4B472
(180,180,114)
#A1A166
(161,161,102)
#8E8E5A
(142,142,90)
#7B7B4E
(123,123,78)
#686842
(104,104,66)
#555536
(85,85,54)
#42422A
(66,66,42)
#2F2F1E
(47,47,30)
#1C1C12
(28,28,18)
#000000
(0,0,0)

Tints of #DADA8A

#DADA8A
(218,218,138)
#DDDD94
(221,221,148)
#E0E09E
(224,224,158)
#E3E3A8
(227,227,168)
#E6E6B2
(230,230,178)
#E9E9BC
(233,233,188)
#ECECC6
(236,236,198)
#EFEFD0
(239,239,208)
#F2F2DA
(242,242,218)
#F5F5E4
(245,245,228)
#F8F8EE
(248,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADA8A; }

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

This text font color is #DADA8A.

Background Color

.myBgColor { background-color: #DADA8A; }

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

This div background color is #DADA8A.

Border color

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

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

This div border color is #DADA8A.

Opacity

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

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

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

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

This text has shadow with #DADA8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DADA8A.

Preview

Color preview on black background

This text has color #DADA8A on black background.


Color preview on white background

This text has color #DADA8A on white background.


Black color preview on #DADA8A background

This text has black color on #DADA8A background.


White color preview on #DADA8A background

This text has white color on #DADA8A background.


Related colors

Complementary color

Complementary color for #hex is #252575.


I love getcolorcode.com