COLOR #DFB488

HEX: #DFB488
RGB: (223,180,136)

Color info

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

RGB color model

#DFB488 color RGB value is (223,180,136).

  • red value is 223;
  • green value is 180;
  • blue value is 136.
RGB: (223,180,136) (87%,71%,53%)

RGB channels and saturation

R 223 of 255 = 87%
G 180 of 255 = 71%
B 136 of 255 = 53%

223
180
136

R + G + B ~ 70%. #DFB488 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 180 + 136 = 539 (100%)
R 223 of 539 ~ 41.37%
G 180 of 539 ~ 33.4%
B 136 of 539 ~ 25.23%

%41.37
%33.4
%25.23

CMYK color model

#DFB488 color CMYK value is (0,19,39,13).

  • cyan value is 0.00%
  • magenta value is 19.28%
  • yellow value is 39.01%
  • key color value is 12.55%
CMYK: (0,19,39,13) C0M19Y39K13 (0%,19%,39%,13%) (0.00/0.19/0.39/0.13)

CMYK percentages

%0
%19.28
%39.01
%12.55

Codes

Color #DFB488 in popluar color models

DFB488
RGB223180136
HSL30°57.62%70.39%
HSB/HSV30°39.01%87.45%
CMYK0.00%19.28%39.01%
12.55%

Color #DFB488 in popluar number systems.

HEXDFB488
Decimal223180136
Binary110111111011010010001000
Octal337264210

Shades and tints

Shades of #DFB488

#DFB488
(223,180,136)
#CBA47C
(203,164,124)
#B79470
(183,148,112)
#A38464
(163,132,100)
#8F7458
(143,116,88)
#7B644C
(123,100,76)
#675440
(103,84,64)
#534434
(83,68,52)
#3F3428
(63,52,40)
#2B241C
(43,36,28)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #DFB488

#DFB488
(223,180,136)
#E1BA92
(225,186,146)
#E3C09C
(227,192,156)
#E5C6A6
(229,198,166)
#E7CCB0
(231,204,176)
#E9D2BA
(233,210,186)
#EBD8C4
(235,216,196)
#EDDECE
(237,222,206)
#EFE4D8
(239,228,216)
#F1EAE2
(241,234,226)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFB488; }

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

This text font color is #DFB488.


Background Color

.myBgColor { background-color: #DFB488; }

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

This div background color is #DFB488.


Border color

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

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

This div border color is #DFB488.


Opacity

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

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

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

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

This text has shadow with #DFB488 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DFB488 on black background.


Color preview on white background

This text has color #DFB488 on white background.



Black color preview on #DFB488 background

This text has black color on #DFB488 background.


White color preview on #DFB488 background

This text has white color on #DFB488 background.