Color Hex Logo

#dfb99f Color Hex

#DFB99F
(223,185,159)
0 Favorites   0 Comments

Color spaces of #dfb99f

RGB 223185159
HSL0.070.500.75
HSV24°29°87°
CMYK 0.000.170.29   0.13
XYZ54.038452.889140.1614
Yxy52.88910.36740.3596
Hunter Lab72.72495.366318.1653
CIE-Lab77.80959.862718.3084

#dfb99f color RGB value is (223,185,159).

#dfb99f hex color red value is 223, green value is 185 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dfb99f hue: 0.07 , saturation: 0.50 and the lightness value of dfb99f is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 10011111
Octal 337 271 237
Decimal 223 185 159
Hex DF B9 9F

RGB Percentages of Color #dfb99f

%39.33
%32.63
%28.04

CMYK Percentages of Color #dfb99f

%0
%17
%29
%13

Triadic Colors of #dfb99f

#dfb99f #9fdfb9 #b99fdf

Analogous Colors of #dfb99f

#dfb99f #dfd99f #df9fa5

Monochromatic Colors of #dfb99f

#dfb99f

Complementary Color

#dfb99f #9fc5df

#dfb99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb99f Color CSS Codes

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

#dfb99f Text Font Color

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

This sample text font color is #dfb99f
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.


#dfb99f Background Color

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

This div background color is #dfb99f


#dfb99f Border Color

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

This div border color is #dfb99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb99f


Comments

No comments written yet.

Please login to write comment.