Color Hex Logo

#dfbd91 Color Hex

#DFBD91
(223,189,145)
0 Favorites   0 Comments

Color spaces of #dfbd91

RGB 223189145
HSL0.090.550.72
HSV34°35°87°
CMYK 0.000.150.35   0.13
XYZ53.739954.127534.4033
Yxy54.12750.37770.3805
Hunter Lab73.57141.634623.7749
CIE-Lab78.53605.967026.7724

#dfbd91 color RGB value is (223,189,145).

#dfbd91 hex color red value is 223, green value is 189 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #dfbd91 hue: 0.09 , saturation: 0.55 and the lightness value of dfbd91 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 10010001
Octal 337 275 221
Decimal 223 189 145
Hex DF BD 91

RGB Percentages of Color #dfbd91

%40.04
%33.93
%26.03

CMYK Percentages of Color #dfbd91

%0
%15
%35
%13

Triadic Colors of #dfbd91

#dfbd91 #91dfbd #bd91df

Analogous Colors of #dfbd91

#dfbd91 #dadf91 #df9691

Monochromatic Colors of #dfbd91

#dfbd91

Complementary Color

#dfbd91 #91b3df

#dfbd91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbd91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbd91 Color CSS Codes

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

#dfbd91 Text Font Color

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

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


#dfbd91 Background Color

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

This div background color is #dfbd91


#dfbd91 Border Color

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

This div border color is #dfbd91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbd91


Comments

No comments written yet.

Please login to write comment.