Color Hex Logo

#dfb98d Color Hex

#DFB98D
(223,185,141)
0 Favorites   0 Comments

Color spaces of #dfb98d

RGB 223185141
HSL0.090.560.71
HSV32°37°87°
CMYK 0.000.170.37   0.13
XYZ52.588152.309032.5243
Yxy52.30900.38270.3806
Hunter Lab72.32503.220223.9650
CIE-Lab77.46527.607327.4527

#dfb98d color RGB value is (223,185,141).

#dfb98d hex color red value is 223, green value is 185 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dfb98d hue: 0.09 , saturation: 0.56 and the lightness value of dfb98d is 0.71.

The process color (four color CMYK) of #dfb98d color hex is 0.00, 0.17, 0.37, 0.13. Web safe color of #dfb98d is #cccc99. Color #dfb98d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 10001101
Octal 337 271 215
Decimal 223 185 141
Hex DF B9 8D

RGB Percentages of Color #dfb98d

%40.62
%33.70
%25.68

CMYK Percentages of Color #dfb98d

%0
%17
%37
%13

Triadic Colors of #dfb98d

#dfb98d #8ddfb9 #b98ddf

Analogous Colors of #dfb98d

#dfb98d #dcdf8d #df908d

Monochromatic Colors of #dfb98d

#dfb98d

Complementary Color

#dfb98d #8db3df

#dfb98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb98d Color CSS Codes

.mybgcolor {background-color:#dfb98d; } 
.myforecolor {color:#dfb98d; }
.mybordercolor {border:3px solid #dfb98d; }

#dfb98d Text Font Color

<p style="color:#dfb98d">Text here</p>

This sample text font color is #dfb98d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dfb98d Background Color

<div style="background-color:#dfb98d">
Div content here</div>

This div background color is #dfb98d


#dfb98d Border Color

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

This div border color is #dfb98d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,185,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dfb98d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dfb98d;
  -webkit-box-shadow: 1px 1px 3px 2px #dfb98d;
  box-shadow:         1px 1px 3px 2px #dfb98d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,185,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dfb98d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dfb98d;
  -webkit-box-shadow: 1px 1px 3px 2px #dfb98d;
  box-shadow:         1px 1px 3px 2px #dfb98d;">
Div content here</div>

This div box has shadow with color #dfb98d


Comments

No comments written yet.

Please login to write comment.