Color Hex Logo

#dfb173 Color Hex

#DFB173
(223,177,115)
0 Favorites   0 Comments

Color spaces of #dfb173

RGB 223177115
HSL0.100.630.66
HSV34°48°87°
CMYK 0.000.210.48   0.13
XYZ49.248148.370122.9604
Yxy48.37010.40840.4011
Hunter Lab69.54864.687629.1104
CIE-Lab75.05789.103537.9533

#dfb173 color RGB value is (223,177,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110001 01110011
Octal 337 261 163
Decimal 223 177 115
Hex DF B1 73

RGB Percentages of Color #dfb173

%43.30
%34.37
%22.33

CMYK Percentages of Color #dfb173

%0
%21
%48
%13

Triadic Colors of #dfb173

#dfb173 #73dfb1 #b173df

Analogous Colors of #dfb173

#dfb173 #d7df73 #df7b73

Monochromatic Colors of #dfb173

#dfb173

Complementary Color

#dfb173 #73a1df

#dfb173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb173 Color CSS Codes

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

#dfb173 Text Font Color

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

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


#dfb173 Background Color

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

This div background color is #dfb173


#dfb173 Border Color

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

This div border color is #dfb173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb173


Comments

No comments written yet.

Please login to write comment.