Color Hex Logo

#dfb671 Color Hex

#DFB671
(223,182,113)
0 Favorites   0 Comments

Color spaces of #dfb671

RGB 223182113
HSL0.100.630.66
HSV38°49°87°
CMYK 0.000.180.49   0.13
XYZ50.140050.336122.6960
Yxy50.33610.40710.4087
Hunter Lab70.94791.989830.6969
CIE-Lab76.27516.266240.5109

#dfb671 color RGB value is (223,182,113).

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

The process color (four color CMYK) of #dfb671 color hex is 0.00, 0.18, 0.49, 0.13. Web safe color of #dfb671 is #cccc66. Color #dfb671 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110110 01110001
Octal 337 266 161
Decimal 223 182 113
Hex DF B6 71

RGB Percentages of Color #dfb671

%43.05
%35.14
%21.81

CMYK Percentages of Color #dfb671

%0
%18
%49
%13

Triadic Colors of #dfb671

#dfb671 #71dfb6 #b671df

Analogous Colors of #dfb671

#dfb671 #d1df71 #df7f71

Monochromatic Colors of #dfb671

#dfb671

Complementary Color

#dfb671 #719adf

#dfb671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb671 Color CSS Codes

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

#dfb671 Text Font Color

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

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


#dfb671 Background Color

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

This div background color is #dfb671


#dfb671 Border Color

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

This div border color is #dfb671


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,182,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 #dfb671">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb671


Comments

No comments written yet.

Please login to write comment.