COLOR #DFB49B

HEX: #DFB49B RGB: (223,180,155)

Color info

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

RGB color model

#DFB49B color RGB value is (223,180,155).

RGB: (223,180,155) (87%, 71%, 61%)

RGB channels and saturation

R 223 of 255 = 87%
G 180 of 255 = 71%
B 155 of 255 = 61%

223
180
155

R + G + B ~ 73%. #DFB49B is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 180 + 155 = 558 (100%)
R 223 of 558 ~ 39.96%
G 180 of 558 ~ 32.26%
B 155 of 558 ~ 27.78'%

%39.96
%32.26
%27.78

CMYK color model

#DFB49B color CMYK value is (0,19,30,13).

  • cyan value is 0.00%
  • magenta value is 19.28%
  • yellow value is 30.49%
  • key color value is 12.55%
CMYK: (0,19,30,13) C0M19Y30K13 (0%,19%,30%,13%) (0.00/0.19/0.30/0.13) 

CMYK percentages

%0
%19.28
%30.49
%12.55

Codes

Color #DFB49B in popluar color models

DF B4 9B
RGB 223 180 155
HSL 22° 51.52% 74.12%
HSB/HSV 22° 30.49% 87.45%
CMYK 0.00% 19.28% 30.49%
12.55%

Color #DFB49B in popluar number systems.

HEX DF B4 9B
Decimal 223 180 155
Binary 11011111 10110100 10011011
Octal 337 264 233

Shades and tints

Shades of #DFB49B

#DFB49B
(223,180,155)
#CBA48D
(203,164,141)
#B7947F
(183,148,127)
#A38471
(163,132,113)
#8F7463
(143,116,99)
#7B6455
(123,100,85)
#675447
(103,84,71)
#534439
(83,68,57)
#3F342B
(63,52,43)
#2B241D
(43,36,29)
#17140F
(23,20,15)
#000000
(0,0,0)

Tints of #DFB49B

#DFB49B
(223,180,155)
#E1BAA4
(225,186,164)
#E3C0AD
(227,192,173)
#E5C6B6
(229,198,182)
#E7CCBF
(231,204,191)
#E9D2C8
(233,210,200)
#EBD8D1
(235,216,209)
#EDDEDA
(237,222,218)
#EFE4E3
(239,228,227)
#F1EAEC
(241,234,236)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB49B color. Also use rgb(223,180,155) instead hex code.

Text Font Color

.myTextColor { color: #DFB49B; }

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

This text font color is #DFB49B.

Background Color

.myBgColor { background-color: #DFB49B; }

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

This div background color is #DFB49B.

Border color

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

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

This div border color is #DFB49B.

Opacity

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

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

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

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

This text has shadow with #DFB49B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFB49B.

Preview

Color preview on black background

This text has color #DFB49B on black background.


Color preview on white background

This text has color #DFB49B on white background.


Black color preview on #DFB49B background

This text has black color on #DFB49B background.


White color preview on #DFB49B background

This text has white color on #DFB49B background.


Related colors

Complementary color

Complementary color for #hex is #204B64.


I love getcolorcode.com

Triadic colors

1 #9BDFB4 and #B49BDF with #DFB49B are triadic colors.

2 #9BB4DF and #B4DF9B with #DFB49B are triadic colors.