Color Hex Logo

#dfbf86 Color Hex

#DFBF86
(223,191,134)
0 Favorites   0 Comments

Color spaces of #dfbf86

RGB 223191134
HSL0.110.580.70
HSV38°40°87°
CMYK 0.000.140.40   0.13
XYZ53.365354.670830.2941
Yxy54.67080.38580.3952
Hunter Lab73.9397-0.563827.4659
CIE-Lab78.85133.645332.9709

#dfbf86 color RGB value is (223,191,134).

#dfbf86 hex color red value is 223, green value is 191 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #dfbf86 hue: 0.11 , saturation: 0.58 and the lightness value of dfbf86 is 0.70.

The process color (four color CMYK) of #dfbf86 color hex is 0.00, 0.14, 0.40, 0.13. Web safe color of #dfbf86 is #cccc99. Color #dfbf86 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 10000110
Octal 337 277 206
Decimal 223 191 134
Hex DF BF 86

RGB Percentages of Color #dfbf86

%40.69
%34.85
%24.45

CMYK Percentages of Color #dfbf86

%0
%14
%40
%13

Triadic Colors of #dfbf86

#dfbf86 #86dfbf #bf86df

Analogous Colors of #dfbf86

#dfbf86 #d3df86 #df9386

Monochromatic Colors of #dfbf86

#dfbf86

Complementary Color

#dfbf86 #86a6df

#dfbf86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbf86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbf86 Color CSS Codes

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

#dfbf86 Text Font Color

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

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


#dfbf86 Background Color

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

This div background color is #dfbf86


#dfbf86 Border Color

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

This div border color is #dfbf86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbf86


Comments

No comments written yet.

Please login to write comment.