Color Hex Logo

#dfb170 Color Hex

#DFB170
(223,177,112)
0 Favorites   0 Comments

Color spaces of #dfb170

RGB 223177112
HSL0.100.630.66
HSV35°50°87°
CMYK 0.000.210.50   0.13
XYZ49.078248.302122.0658
Yxy48.30210.41090.4044
Hunter Lab69.49974.425829.8255
CIE-Lab75.01518.825139.4463

#dfb170 color RGB value is (223,177,112).

#dfb170 hex color red value is 223, green value is 177 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #dfb170 hue: 0.10 , saturation: 0.63 and the lightness value of dfb170 is 0.66.

The process color (four color CMYK) of #dfb170 color hex is 0.00, 0.21, 0.50, 0.13. Web safe color of #dfb170 is #cc9966. Color #dfb170 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110001 01110000
Octal 337 261 160
Decimal 223 177 112
Hex DF B1 70

RGB Percentages of Color #dfb170

%43.55
%34.57
%21.88

CMYK Percentages of Color #dfb170

%0
%21
%50
%13

Triadic Colors of #dfb170

#dfb170 #70dfb1 #b170df

Analogous Colors of #dfb170

#dfb170 #d6df70 #df7a70

Monochromatic Colors of #dfb170

#dfb170

Complementary Color

#dfb170 #709edf

#dfb170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb170 Color CSS Codes

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

#dfb170 Text Font Color

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

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


#dfb170 Background Color

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

This div background color is #dfb170


#dfb170 Border Color

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

This div border color is #dfb170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb170


Comments

No comments written yet.

Please login to write comment.