Color Hex Logo

#dfbf85 Color Hex

#DFBF85
(223,191,133)
0 Favorites   0 Comments

Color spaces of #dfbf85

RGB 223191133
HSL0.110.580.70
HSV39°40°87°
CMYK 0.000.140.40   0.13
XYZ53.295954.643029.9285
Yxy54.64300.38660.3963
Hunter Lab73.9209-0.665727.7398
CIE-Lab78.83523.535733.4705

#dfbf85 color RGB value is (223,191,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 10000101
Octal 337 277 205
Decimal 223 191 133
Hex DF BF 85

RGB Percentages of Color #dfbf85

%40.77
%34.92
%24.31

CMYK Percentages of Color #dfbf85

%0
%14
%40
%13

Triadic Colors of #dfbf85

#dfbf85 #85dfbf #bf85df

Analogous Colors of #dfbf85

#dfbf85 #d2df85 #df9285

Monochromatic Colors of #dfbf85

#dfbf85

Complementary Color

#dfbf85 #85a5df

#dfbf85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbf85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbf85 Color CSS Codes

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

#dfbf85 Text Font Color

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

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


#dfbf85 Background Color

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

This div background color is #dfbf85


#dfbf85 Border Color

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

This div border color is #dfbf85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbf85


Comments

No comments written yet.

Please login to write comment.