Color Hex Logo

#dfb37f Color Hex

#DFB37F
(223,179,127)
0 Favorites   0 Comments

Color spaces of #dfb37f

RGB 223179127
HSL0.090.600.69
HSV33°43°87°
CMYK 0.000.200.43   0.13
XYZ50.382349.460526.9701
Yxy49.46050.39730.3900
Hunter Lab70.32824.801126.4926
CIE-Lab75.73699.235632.5629

#dfb37f color RGB value is (223,179,127).

#dfb37f hex color red value is 223, green value is 179 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #dfb37f hue: 0.09 , saturation: 0.60 and the lightness value of dfb37f is 0.69.

The process color (four color CMYK) of #dfb37f color hex is 0.00, 0.20, 0.43, 0.13. Web safe color of #dfb37f is #cccc66. Color #dfb37f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110011 01111111
Octal 337 263 177
Decimal 223 179 127
Hex DF B3 7F

RGB Percentages of Color #dfb37f

%42.16
%33.84
%24.01

CMYK Percentages of Color #dfb37f

%0
%20
%43
%13

Triadic Colors of #dfb37f

#dfb37f #7fdfb3 #b37fdf

Analogous Colors of #dfb37f

#dfb37f #dbdf7f #df837f

Monochromatic Colors of #dfb37f

#dfb37f

Complementary Color

#dfb37f #7fabdf

#dfb37f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb37f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb37f Color CSS Codes

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

#dfb37f Text Font Color

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

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


#dfb37f Background Color

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

This div background color is #dfb37f


#dfb37f Border Color

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

This div border color is #dfb37f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb37f

#dfb37f Color Palettes


Comments

No comments written yet.

Please login to write comment.