Color Hex Logo

#dfb071 Color Hex

#DFB071
(223,176,113)
0 Favorites   0 Comments

Color spaces of #dfb071

RGB 223176113
HSL0.100.630.66
HSV34°49°87°
CMYK 0.000.210.49   0.13
XYZ48.937447.930922.2951
Yxy47.93090.41070.4022
Hunter Lab69.23215.018229.3691
CIE-Lab74.78139.448738.6378

#dfb071 color RGB value is (223,176,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 01110001
Octal 337 260 161
Decimal 223 176 113
Hex DF B0 71

RGB Percentages of Color #dfb071

%43.55
%34.38
%22.07

CMYK Percentages of Color #dfb071

%0
%21
%49
%13

Triadic Colors of #dfb071

#dfb071 #71dfb0 #b071df

Analogous Colors of #dfb071

#dfb071 #d7df71 #df7971

Monochromatic Colors of #dfb071

#dfb071

Complementary Color

#dfb071 #71a0df

#dfb071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb071 Color CSS Codes

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

#dfb071 Text Font Color

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

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


#dfb071 Background Color

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

This div background color is #dfb071


#dfb071 Border Color

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

This div border color is #dfb071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb071


Comments

No comments written yet.

Please login to write comment.