Color Hex Logo

#dfbd85 Color Hex

#DFBD85
(223,189,133)
0 Favorites   0 Comments

Color spaces of #dfbd85

RGB 223189133
HSL0.100.580.70
HSV37°40°87°
CMYK 0.000.150.40   0.13
XYZ52.862753.776629.7841
Yxy53.77660.38750.3942
Hunter Lab73.33250.342127.2521
CIE-Lab78.33134.587532.8112

#dfbd85 color RGB value is (223,189,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 10000101
Octal 337 275 205
Decimal 223 189 133
Hex DF BD 85

RGB Percentages of Color #dfbd85

%40.92
%34.68
%24.40

CMYK Percentages of Color #dfbd85

%0
%15
%40
%13

Triadic Colors of #dfbd85

#dfbd85 #85dfbd #bd85df

Analogous Colors of #dfbd85

#dfbd85 #d4df85 #df9085

Monochromatic Colors of #dfbd85

#dfbd85

Complementary Color

#dfbd85 #85a7df

#dfbd85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbd85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbd85 Color CSS Codes

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

#dfbd85 Text Font Color

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

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


#dfbd85 Background Color

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

This div background color is #dfbd85


#dfbd85 Border Color

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

This div border color is #dfbd85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbd85


Comments

No comments written yet.

Please login to write comment.