Color Hex Logo

#dfb172 Color Hex

#DFB172
(223,177,114)
0 Favorites   0 Comments

Color spaces of #dfb172

RGB 223177114
HSL0.100.630.66
HSV35°49°87°
CMYK 0.000.210.49   0.13
XYZ49.190848.347222.6589
Yxy48.34720.40930.4022
Hunter Lab69.53224.599329.3513
CIE-Lab75.04349.009638.4519

#dfb172 color RGB value is (223,177,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110001 01110010
Octal 337 261 162
Decimal 223 177 114
Hex DF B1 72

RGB Percentages of Color #dfb172

%43.39
%34.44
%22.18

CMYK Percentages of Color #dfb172

%0
%21
%49
%13

Triadic Colors of #dfb172

#dfb172 #72dfb1 #b172df

Analogous Colors of #dfb172

#dfb172 #d7df72 #df7b72

Monochromatic Colors of #dfb172

#dfb172

Complementary Color

#dfb172 #72a0df

#dfb172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb172 Color CSS Codes

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

#dfb172 Text Font Color

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

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


#dfb172 Background Color

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

This div background color is #dfb172


#dfb172 Border Color

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

This div border color is #dfb172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb172


Comments

No comments written yet.

Please login to write comment.