COLOR #DFB19D

HEX: #DFB19D RGB: (223,177,157)

Color info

#DFB19D contains mainly red and green colors. Web safe color of #DFB19D is #CC9999 (or #C99).

RGB color model

#DFB19D color RGB value is (223,177,157).

RGB: (223,177,157) (87%, 69%, 62%)

RGB channels and saturation

R 223 of 255 = 87%
G 177 of 255 = 69%
B 157 of 255 = 62%

223
177
157

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

Portions of RGB colors in percentages

R + G + B = 223 + 177 + 157 = 557 (100%)
R 223 of 557 ~ 40.04%
G 177 of 557 ~ 31.78%
B 157 of 557 ~ 28.19'%

%40.04
%31.78
%28.19

CMYK color model

#DFB19D color CMYK value is (0,21,30,13).

  • cyan value is 0.00%
  • magenta value is 20.63%
  • yellow value is 29.60%
  • key color value is 12.55%

CMYK: (0,21,30,13)
C0M21Y30K13 (0%, 21%, 30%, 13%)
(0.00 / 0.21 / 0.30 / 0.13)

CMYK percentages

%0
%20.63
%29.6
%12.55

Codes

Color #DFB19D in popluar color models

DF B1 9D
RGB 223 177 157
HSL 18° 50.77% 74.51%
HSB/HSV 18° 29.60% 87.45%
CMYK 0.00% 20.63% 29.60%
12.55%

Color #DFB19D in popluar number systems.

HEX DF B1 9D
Decimal 223 177 157
Binary 11011111 10110001 10011101
Octal 337 261 235

Shades and tints

Shades of #DFB19D

#DFB19D
(223,177,157)
#CBA18F
(203,161,143)
#B79181
(183,145,129)
#A38173
(163,129,115)
#8F7165
(143,113,101)
#7B6157
(123,97,87)
#675149
(103,81,73)
#53413B
(83,65,59)
#3F312D
(63,49,45)
#2B211F
(43,33,31)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #DFB19D

#DFB19D
(223,177,157)
#E1B8A5
(225,184,165)
#E3BFAD
(227,191,173)
#E5C6B5
(229,198,181)
#E7CDBD
(231,205,189)
#E9D4C5
(233,212,197)
#EBDBCD
(235,219,205)
#EDE2D5
(237,226,213)
#EFE9DD
(239,233,221)
#F1F0E5
(241,240,229)
#F3F7ED
(243,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFB19D color. Also use rgb(223,177,157) instead hex code.

Text Font Color

.myTextColor { color: #DFB19D; }

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

This text font color is #DFB19D.

Background Color

.myBgColor { background-color: #DFB19D; }

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

This div background color is #DFB19D.

Border color

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

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

This div border color is #DFB19D.

Opacity

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

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

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

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

This text has shadow with #DFB19D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFB19D.

Preview

Color preview on black background

This text has color #DFB19D on black background.


Color preview on white background

This text has color #DFB19D on white background.


Black color preview on #DFB19D background

This text has black color on #DFB19D background.


White color preview on #DFB19D background

This text has white color on #DFB19D background.


Related colors

Complementary color

Complementary color for #hex is #204E62.


I love getcolorcode.com

Triadic colors

1 #9DDFB1 and #B19DDF with #DFB19D are triadic colors.

2 #9DB1DF and #B1DF9D with #DFB19D are triadic colors.