COLOR #DFBDAA

HEX: #DFBDAA
RGB: (223,189,170)

Color info

#DFBDAA contains red, green and blue colors in about the same proportion. Web safe color of #DFBDAA is #CCCC99 (or #CC9).

RGB color model

#DFBDAA color RGB value is (223,189,170).

  • red value is 223;
  • green value is 189;
  • blue value is 170.
RGB:
(223,189,170)
(87%,74%,67%)

RGB channels and saturation

R 223 of 255 = 87%
G 189 of 255 = 74%
B 170 of 255 = 67%

223
189
170

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

Portions of RGB colors in percentages

R + G + B =
223 + 189 + 170 = 582 (100%)
R 223 of 582 ~ 38.32%
G 189 of 582 ~ 32.47%
B 170 of 582 ~ 29.21%

%38.32
%32.47
%29.21

CMYK color model

#DFBDAA color CMYK value is (0,15,24,13).

  • cyan value is 0.00%
  • magenta value is 15.25%
  • yellow value is 23.77%
  • key color value is 12.55%
CMYK:
(0,15,24,13)
C0M15Y24K13 
(0%,15%,24%,13%)
(0.00/0.15/0.24/0.13)	

CMYK percentages

%0
%15.25
%23.77
%12.55

Codes

Color #DFBDAA in popluar color models

DFBDAA
RGB223189170
HSL22°45.30%77.06%
HSB/HSV22°23.77%87.45%
CMYK0.00%15.25%23.77%
12.55%

Color #DFBDAA in popluar number systems.

HEXDFBDAA
Decimal223189170
Binary110111111011110110101010
Octal337275252

Shades and tints

Shades of #DFBDAA

#DFBDAA
(223,189,170)
#CBAC9B
(203,172,155)
#B79B8C
(183,155,140)
#A38A7D
(163,138,125)
#8F796E
(143,121,110)
#7B685F
(123,104,95)
#675750
(103,87,80)
#534641
(83,70,65)
#3F3532
(63,53,50)
#2B2423
(43,36,35)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #DFBDAA

#DFBDAA
(223,189,170)
#E1C3B1
(225,195,177)
#E3C9B8
(227,201,184)
#E5CFBF
(229,207,191)
#E7D5C6
(231,213,198)
#E9DBCD
(233,219,205)
#EBE1D4
(235,225,212)
#EDE7DB
(237,231,219)
#EFEDE2
(239,237,226)
#F1F3E9
(241,243,233)
#F3F9F0
(243,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFBDAA color. Also use rgb(223,189,170) instead hex code.

Text Font Color

.myTextColor { color: #DFBDAA; }

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

This text font color is #DFBDAA.


Background Color

.myBgColor { background-color: #DFBDAA; }

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

This div background color is #DFBDAA.


Border color

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

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

This div border color is #DFBDAA.


Opacity

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

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

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

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

This text has shadow with #DFBDAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFBDAA on black background.


Color preview on white background

This text has color #DFBDAA on white background.



Black color preview on #DFBDAA background

This text has black color on #DFBDAA background.


White color preview on #DFBDAA background

This text has white color on #DFBDAA background.