COLOR #DABD8D

HEX: #DABD8D
RGB: (218,189,141)

Color info

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

RGB color model

#DABD8D color RGB value is (218,189,141).

  • red value is 218;
  • green value is 189;
  • blue value is 141.
RGB:
(218,189,141)
(85%,74%,55%)

RGB channels and saturation

R 218 of 255 = 85%
G 189 of 255 = 74%
B 141 of 255 = 55%

218
189
141

R + G + B ~ 71%. #DABD8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 189 + 141 = 548 (100%)
R 218 of 548 ~ 39.78%
G 189 of 548 ~ 34.49%
B 141 of 548 ~ 25.73%

%39.78
%34.49
%25.73

CMYK color model

#DABD8D color CMYK value is (0,13,35,15).

  • cyan value is 0.00%
  • magenta value is 13.30%
  • yellow value is 35.32%
  • key color value is 14.51%
CMYK:
(0,13,35,15)
C0M13Y35K15 
(0%,13%,35%,15%)
(0.00/0.13/0.35/0.15)	

CMYK percentages

%0
%13.3
%35.32
%14.51

Codes

Color #DABD8D in popluar color models

DABD8D
RGB218189141
HSL37°50.99%70.39%
HSB/HSV37°35.32%85.49%
CMYK0.00%13.30%35.32%
14.51%

Color #DABD8D in popluar number systems.

HEXDABD8D
Decimal218189141
Binary110110101011110110001101
Octal332275215

Shades and tints

Shades of #DABD8D

#DABD8D
(218,189,141)
#C7AC81
(199,172,129)
#B49B75
(180,155,117)
#A18A69
(161,138,105)
#8E795D
(142,121,93)
#7B6851
(123,104,81)
#685745
(104,87,69)
#554639
(85,70,57)
#42352D
(66,53,45)
#2F2421
(47,36,33)
#1C1315
(28,19,21)
#000000
(0,0,0)

Tints of #DABD8D

#DABD8D
(218,189,141)
#DDC397
(221,195,151)
#E0C9A1
(224,201,161)
#E3CFAB
(227,207,171)
#E6D5B5
(230,213,181)
#E9DBBF
(233,219,191)
#ECE1C9
(236,225,201)
#EFE7D3
(239,231,211)
#F2EDDD
(242,237,221)
#F5F3E7
(245,243,231)
#F8F9F1
(248,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DABD8D; }

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

This text font color is #DABD8D.


Background Color

.myBgColor { background-color: #DABD8D; }

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

This div background color is #DABD8D.


Border color

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

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

This div border color is #DABD8D.


Opacity

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

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

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

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

This text has shadow with #DABD8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DABD8D on black background.


Color preview on white background

This text has color #DABD8D on white background.



Black color preview on #DABD8D background

This text has black color on #DABD8D background.


White color preview on #DABD8D background

This text has white color on #DABD8D background.